bolt.diy/app/lib/.server/llm
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
..
api-key.ts added Google Generative AI (gemini) integration 2024-10-15 18:47:35 -03:00
constants.ts
model.ts added Google Generative AI (gemini) integration 2024-10-15 18:47:35 -03:00
prompts.ts feat(prompt): add planning step + organize shell commands 2024-10-21 12:34:06 +00:00
stream-text.ts Added the ability to use practically any LLM you can dream of within Bolt.new 2024-10-13 13:53:43 -05:00
switchable-stream.ts