Commit Graph

623 Commits

Author SHA1 Message Date
muzafferkadir
49217f2461 feat: added sync files to selected local folder function is created. Yarn package manager fixes, styling fixes. Sass module fix. Added Claude model for open router. 2024-10-22 01:27:29 +03:00
goncaloalves
059933a0c6 Added GitHub push functionality 2024-10-21 20:14:35 +01:00
fernsdavid25
f7615093dd
Update max_tokens in constants.ts
max_tokens for llama 3.1 models must be less than or equal to 8000 but it is set to 8192. just change it to 8000 and the error is fixed.
2024-10-21 19:32:57 +05:30
Kofi
5b3521355a
Update prompts.ts 2024-10-21 07:46:42 -05:00
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
Brutal Strike
d31abc9c4c fix: don't always show scrollbars (#548) 2024-10-21 08:51:11 +07: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
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
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
Sam Denty
31c07c06cb
fix(npm): fix hanging shells (#159) 2024-10-07 16:24:29 +02:00
Sam Denty
efcb93d6d8
fix(npm): fix hanging shells (#153) 2024-10-07 14:51:16 +01:00
Yoel Cabo López
24074762c7
fix: remove logout button (#130) 2024-10-07 10:54:24 +02:00
Sam Denty
50885b065d fix(browser-extensions): don't render directly in body 2024-10-07 10:49:31 +02:00
Sam Denty
2a29fbbe82
feat: remove authentication (#1) 2024-09-26 17:45:41 +01:00
Sam Denty
6fb59d2bc5
fix: remove monorepo 2024-09-25 19:54:09 +01:00