bolt.diy/app
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
..
components Fixing up codebase after merging pull requests 2024-10-19 13:21:24 -05:00
lib feat(prompt): add planning step + organize shell commands 2024-10-21 12:34:06 +00:00
routes let the ollama models be auto generated from ollama api 2024-10-18 14:34:08 +03:00
styles fix: remove monorepo 2024-09-25 19:54:09 +01:00
types fix: remove monorepo 2024-09-25 19:54:09 +01:00
utils Merge branch 'main' into main 2024-10-19 12:44:01 -05:00
entry.client.tsx fix(browser-extensions): don't render directly in body 2024-10-07 10:49:31 +02:00
entry.server.tsx let the ollama models be auto generated from ollama api 2024-10-18 14:34:08 +03:00
root.tsx fix(browser-extensions): don't render directly in body 2024-10-07 10:49:31 +02:00