Commit Graph

114 Commits

Author SHA1 Message Date
Kofi
f9021d32c4 feat(prompt): add planning step + organize shell commands
Adds structured planning phase before responses and reorganizes
available shell commands by category. Planning helps catch edge
cases early and shell categorization makes capabilities clearer.

Main changes:
- New chain-of-thought system for pre-response thinking
- Grouped shell commands by function (files, sys, dev tools, misc)
- Added brief cmd descriptions

No breaking changes, just better organization + process. Should
help reduce back-and-forth on PRs.

Tested w/o cmd env :)

- kofi
2024-10-21 12:34:06 +00:00
Kofi
1766dd5aa8
Update README.md
Fixed Readme to be up to date with prompting fixees
2024-10-21 07:06:23 -05:00
Cole Medin
cd4ddfd0a2 Adding together to the list of integration requests 2024-10-19 20:30:06 -05:00
Cole Medin
8c4933df2c Updated README with new providers and a running list of features to add to the fork 2024-10-19 13:54:37 -05:00
Cole Medin
d7bda6f0e9 Fixing up codebase after merging pull requests 2024-10-19 13:21:24 -05:00
Cole Medin
c31c37fae4
Merge pull request #6 from fabwaseem/download-code
added download button to downloade generated code in a zip file
2024-10-19 12:44:27 -05:00
Cole Medin
fc6356c9aa
Merge pull request #5 from yunatamos/main
let the ollama models be auto generated from ollama api
2024-10-19 12:44:13 -05:00
Cole Medin
44788fc9c2
Merge branch 'main' into main 2024-10-19 12:44:01 -05:00
Cole Medin
01c7655e0e
Merge pull request #2 from jonathands/main
Added Google Generative AI (gemini) integration
2024-10-19 12:40:28 -05:00
Cole Medin
f240d56340
Merge pull request #1 from ocodo/main
Add provider filtering on model list
2024-10-19 12:39:57 -05:00
Waseem Anjum
21dbd42184 added download code button 2024-10-19 12:26:29 +05:00
yunat
0d777637ff let the ollama models be auto generated from ollama api 2024-10-18 14:34:08 +03:00
jonathan DS
8701be2f6d added Google Generative AI (gemini) integration 2024-10-15 18:47:35 -03:00
jasonm23
68d8c7485f Set default provider from constants 2024-10-15 21:28:36 +07:00
JasonM
3e47275df2 Add provider filtering on model list 2024-10-15 21:15:02 +07:00
Cole Medin
4f7a06f56a Added the OpenRouter provider and a few models from OpenRouter (easily extendable to include more!) 2024-10-14 19:40:21 -05:00
Cole Medin
90a206f2d4 Added the ability to use practically any LLM you can dream of within Bolt.new 2024-10-13 13:53:43 -05:00
Timothy Z.
ffa9f11360
docs: fix typos in README.md (#164) 2024-10-07 19:29:44 +02:00
Timothy Z.
41afd48b7b
fix: typos in CONTRIBUTING.md (#165) 2024-10-07 17:28:13 +00:00
Ajay
bd2efecf21
docs: fix typo in CONTRIBUTING.md (#158) 2024-10-07 16:28:22 +02:00
Sam Denty
31c07c06cb
fix(npm): fix hanging shells (#159) 2024-10-07 16:24:29 +02:00
Sam Denty
d0828e4c86
fix(chrome-129): show issue page (#157) 2024-10-07 14:20:42 +00:00
Sam Denty
efcb93d6d8
fix(npm): fix hanging shells (#153) 2024-10-07 14:51:16 +01:00
Sleeyax
0934c932d7
fix: typo in README.md (#151) 2024-10-07 14:55:59 +02:00
David Ye
cf31b597e6
fix: typo in README.md (#117) 2024-10-07 10:55:17 +02:00
Yoel Cabo López
24074762c7
fix: remove logout button (#130) 2024-10-07 10:54:24 +02:00
Dominic Elm
849880e967 ci: remove deployment workflow 2024-10-07 10:49:31 +02:00
Sam Denty
50885b065d fix(browser-extensions): don't render directly in body 2024-10-07 10:49:31 +02:00
Sam Denty
b17d6a58f5 fix: add screen recordings section to bug_report.yml 2024-10-07 10:49:31 +02:00
Buntu Redempter
4c081d8016 chore: update readme (#7) 2024-10-07 10:49:31 +02:00
Alexander Berger
505c9d0add chore: update readme 2024-10-07 10:49:31 +02:00
Alexander Berger
71c61f8eda chore: update contributing guide 2024-10-07 10:49:31 +02:00
Alexander Berger
e4b833608e chore: update contributing guide 2024-10-07 10:49:31 +02:00
Alexander Berger
02c7bbc6d3 chore: update readme 2024-10-07 10:49:31 +02:00
Alexander Berger
3fc131a753 chore: rename MAIN-FOLDER-README.md to README.md 2024-10-07 10:49:31 +02:00
Alexander Berger
b0749d5830 chore: rename README.md to CONTRIBUTING.md 2024-10-07 10:49:31 +02:00
Alexander Berger
1323e7d02d chore: update MAIN-FOLDER-README.md 2024-10-07 10:49:31 +02:00
Sam Denty
e4c7294fd2 fix: update links 2024-10-07 10:49:31 +02:00
Sam Denty
fc845017ee fix: remove duplicated bug_report template 2024-10-07 10:49:31 +02:00
Sam Denty
1ceca49dc1 fix: typo 2024-10-07 10:49:31 +02:00
Sam Denty
65ecef89b4 feat: add readme image (#4) 2024-10-07 10:49:31 +02:00
Alexander Berger
c502b14186 chore: create MAIN-FOLDER-README.md 2024-10-07 10:49:27 +02:00
Alexander Berger
0128b0a5ba chore: update readme 2024-10-07 10:32:52 +02:00
Sam Denty
135c5c563a chore: update readme (#3)
Co-authored-by: apai4 <iamalbertpai@gmail.com>
2024-10-07 10:32:43 +02:00
Albert Pai
f3e9c4c756 chore: create bug report template 2024-10-07 10:27:58 +02:00
Albert Pai
46c083cf7b
temp: disable eslint 2024-10-02 17:31:54 -07:00
Alexander Berger
1b83b6c9e3 chore: update readme 2024-10-01 08:39:36 +02:00
Sam Denty
ff8cd577c8
fix: add license 2024-09-30 20:40:08 +01:00
Sam Denty
579556c45d
fix: rename template 2024-09-30 17:26:34 +01:00
Sam Denty
2aa10eedd1
fix: rename template 2024-09-30 17:25:58 +01:00