Commit Graph

496 Commits

Author SHA1 Message Date
Dustin Loring
35107ad2c5
Update ExamplePrompts.tsx 2024-12-01 07:30:17 -05:00
Dustin Loring
c4347cb10d added collapsable chat area 2024-12-01 07:23:15 -05:00
Dustin Loring
416f7f9097
Update constants.ts 2024-12-01 07:15:25 -05:00
Dustin Loring
88479fec94
Merge pull request #9 from lassecapel/feat-add-custom-project-name
Feat add custom project name
2024-12-01 07:06:58 -05:00
Dustin Loring
cb1fd38df6 liniting fix
Fixes linting issues
2024-12-01 05:44:20 -05:00
Andrew Trokhymenko
ccaa67b6b2 adjusting spaces for X button in file-preview 2024-11-30 00:04:53 -05:00
Andrew Trokhymenko
7cdb56a847 merge with upstream/main 2024-11-29 22:02:35 -05:00
Anirban Kar
fe45651f79
Merge pull request #427 from PuneetP16/fix-app-reload
[fix]: shell commands execution failure on app reload
2024-11-30 03:03:05 +05:30
Anirban Kar
5add317b1a
Update action-runner.ts
needed to return promise for proper artifact chaining
2024-11-30 03:00:53 +05:30
Anirban Kar
02f4de4ea5
Merge pull request #440 from SujalXplores/feat/search-chats
Add search chats support
2024-11-30 02:02:30 +05:30
Dustin Loring
61c2a8b325 fix 2024-11-29 13:12:47 -05:00
Andrew Trokhymenko
809b54e04a upload new files 2024-11-27 14:30:09 -05:00
Sujal Shah
b4712738fe feat: search chats 2024-11-27 18:37:54 +05:30
SujalXplores
394d1439c1 feat: prompt caching 2024-11-27 00:17:00 +05:30
PuneetP16
43839b1318 [fix]: artifact actionlist rendering in chat 2024-11-26 15:45:49 +05:30
PuneetP16
4fb64800d3 [fix]: shell commands failing on app reload 2024-11-26 14:24:41 +05:30
Sujal Shah
e25bb28255 feat: better prompt enhancement 2024-11-26 14:17:25 +05:30
eduardruzga
5b7a2a5991 Refinement of folder import 2024-11-26 10:18:46 +02:00
Eduard Ruzga
9b62edd910
Merge pull request #413 from wonderwhy-er/Import-folder
(Ready for Review) Start chat with Folder Import
2024-11-26 10:03:29 +02:00
Eduard Ruzga
d41a4acb89
Merge pull request #422 from SujalXplores/feat/improve-sidebar
Feat/improve sidebar
2024-11-26 09:32:25 +02:00
Eduard Ruzga
60cfb5a0b7
Merge pull request #411 from SujalXplores/fix/prettier-issue
fix: prettier issue
2024-11-26 09:31:12 +02:00
Eduard Ruzga
f0a668b811
Merge pull request #378 from mrsimpson/force-local-linting
Force local linting
2024-11-25 23:30:39 +02:00
Eduard Ruzga
574f0a05b3
Merge pull request #414 from SujalXplores/fix/eslint-issues
fix: silent eslint issues
2024-11-25 23:13:28 +02:00
eduardruzga
15d490dda4 Merge with master fixes 2024-11-25 19:57:53 +02:00
eduardruzga
e2d4b0a4f2 Merge remote-tracking branch 'coleam00/main' into Import-folder
# Conflicts:
#	app/components/chat/BaseChat.tsx
2024-11-25 19:52:50 +02:00
eduardruzga
050bf2028f Added parsing if ignore file and added handling of binary files 2024-11-25 19:50:01 +02:00
SujalXplores
0ebd4a6a38 fix: tooltip UI 2024-11-25 20:46:49 +05:30
SujalXplores
b8b25baf5c refactor: improve history item hover states and interactions 2024-11-25 20:46:17 +05:30
SujalXplores
dafe934d99 fix: sidebar scroll always showing up 2024-11-25 20:43:56 +05:30
Anirban Kar
e6ed210d0d work in progress poc git import 2024-11-25 19:53:54 +05:30
Sujal Shah
12dcb8deb3 fix: add browser environment check for local API calls 2024-11-25 17:54:29 +05:30
Sujal Shah
f94165a421 fix: silent eslint issues 2024-11-25 14:00:18 +05:30
eduardruzga
3d2ab89cdc Proof of concept for folder import 2024-11-25 10:24:03 +02:00
eduardruzga
30605ea3a1 Small-cleanup-of-base-chat-component 2024-11-25 09:43:34 +02:00
Sujal Shah
e8e291141f fix: prettier issue 2024-11-25 12:07:10 +05:30
eduardruzga
6e94d20a74 Couple of bugfixes 2024-11-24 15:28:49 +02:00
eduardruzga
1f09459fa5 Small change to make review easier 2024-11-24 12:05:22 +02:00
Hgosansn
913656eff9
BugFix: Terminal render too many times causing performance freeze 2024-11-23 14:51:40 +01:00
Oliver Jägle
ad511db0fe
Don't fix linting-issues pre-commit
I figured that lint:fix might not be the best experience: If there are linting errors and the pre-commit fixes them, those changes will stay in the staging area but will not be automatically commited.
Thus, a subsequent pre-commit check would succeed without these changes included.
2024-11-23 10:11:00 +01:00
eduardruzga
fbea474442 Type fixes 2024-11-23 10:41:43 +02:00
Martin Ouimet
76cc7a8139 feat: add Together AI integration and provider implementation guide
- Create detailed provider implementation guide with:
  - Architecture overview and implementation steps
  - Configuration patterns and best practices
  - Testing checklist and Docker integration guide
  - Example using Together AI implementation
- Add Together AI as new provider with:
  - Environment variables and Docker configuration
  - Support for Qwen, Llama, and Mixtral models
  - API key and base URL management
  - OpenAI-compatible API integration
2024-11-23 00:20:35 -05:00
eduardruzga
6e8aa04d27 Lint fixes 2024-11-23 00:29:16 +02:00
eduardruzga
f6a7c4f5b5 Merge remote-tracking branch 'coleam00/main' into import-export-individual-chats
# Conflicts:
#	app/components/chat/BaseChat.tsx
#	app/components/chat/Messages.client.tsx
#	app/lib/persistence/db.ts
#	app/lib/persistence/useChatHistory.ts
2024-11-23 00:26:12 +02:00
eduardruzga
fb34a4cb8f Add import, fix export 2024-11-23 00:23:45 +02:00
Oliver Jägle
4589014bda
Merge remote-tracking branch 'upstream/main' into linting 2024-11-22 20:38:58 +01:00
Eduard Ruzga
753f0b3638
Merge pull request #380 from kekePower/update-huggingface-models
Added 3 new models to Huggingface
2024-11-22 21:16:16 +02:00
Stig-Ørjan Smelror
bff2922067 Added 3 new models to Huggingface 2024-11-22 19:17:01 +01:00
Oliver Jägle
5bd4541abf
Lint and fix recent changes from main 2024-11-22 17:48:46 +01:00
Oliver Jägle
f63474ec9a
Merge remote-tracking branch 'upstream/main' into linting 2024-11-22 17:36:35 +01:00
Oliver Jägle
a203f4c34b
Merge remote-tracking branch 'upstream/main' into linting 2024-11-22 12:25:39 +01:00
eduardruzga
9f49c25f96 Added export button 2024-11-22 11:51:52 +02:00
eduardruzga
60411550a5 Make tooltip easier to reuse across the app 2024-11-22 11:05:18 +02:00
Oliver Jägle
7d8f811886
Fix linting issues 2024-11-22 09:49:45 +01:00
eduardruzga
a6060b81a5 Export chat from sidebar 2024-11-22 10:17:28 +02:00
Stig-Ørjan Smelror
5997d31aa3 Update to Gemini exp-1121 2024-11-22 07:15:04 +01:00
Andrew Trokhymenko
074161024d merge with upstream 2024-11-21 23:31:41 -05:00
Andrew Trokhymenko
70d14df953 Merge remote-tracking branch 'upstream/main' 2024-11-21 23:31:30 -05:00
Chris Mahoney
cb8a096fc4
Merge branch 'main' into main 2024-11-21 20:39:08 -06:00
Andrew Trokhymenko
df94e665d6 picking right model 2024-11-21 18:09:49 -05:00
Qwikode
2a31ca9b0d fix(code): remove commented code 2024-11-21 23:42:18 +02:00
Qwikode
5f455e6cc3 fix(ui): header gradient and textarea border effect 2024-11-21 23:32:53 +02:00
Oliver Jägle
2327de3810
Lint-fix all files in app 2024-11-21 22:05:35 +01:00
navyseal4000
fdf33812c9 Revert constant change
This reverts the constant change for the default model in commit a896f3f312.
2024-11-21 08:00:27 -06:00
navyseal4000
a896f3f312 Clear speech to text, listening upon submission 2024-11-21 07:57:01 -06:00
navyseal4000
36b7d94bdd Added speech to text capability 2024-11-21 07:57:01 -06:00
Qwikode
84fad819b5 fix(ui): mobile friendly editor scrollable option buttons 2024-11-21 15:23:40 +02:00
Qwikode
f644066189 fix(ui): mobile friendly 2024-11-21 15:12:33 +02:00
Raiyan Hasan
e1c3d603df
Update stream-text.ts dynamic model max Token updated 2024-11-21 11:49:09 +05:30
Andrew Trokhymenko
937ba7e61b model pickup 2024-11-21 00:17:06 -05:00
Andrew Trokhymenko
302cd28775 . 2024-11-20 19:35:57 -05:00
Andrew Trokhymenko
76713c2e6e fixes for PR #332 2024-11-20 17:56:07 -05:00
Anirban Kar
7fd364d0b1 removed the background color from rays 2024-11-21 01:22:30 +05:30
Anirban Kar
45445549f1 another theme switch fix 2024-11-21 01:21:39 +05:30
Anirban Kar
dd82a3055b flash fix 2024-11-21 01:16:45 +05:30
Raiyan Hasan
934044f735 console message removed 2024-11-20 21:47:43 +05:30
Raiyan Hasan
0bb4660e63
Merge branch 'coleam00:main' into main 2024-11-20 21:44:42 +05:30
Raiyan Hasan
eabfbb2220 max token is now dynamically handle for each model 2024-11-20 21:41:51 +05:30
Raiyan Hasan
d41a0ac2c2 Cohere support added 2024-11-20 15:08:42 +00:00
eduardruzga
b0b6760136 Add background for chat window 2024-11-20 16:47:19 +02:00
Sujal Shah
4ac0af4cdb fix: enhance prompt "Invalid or missing provider" bad request error 2024-11-20 17:48:41 +05:30
Lasse Capel
8978ed0ff3 use a descriptive anique filename when downloading the files to zip 2024-11-20 09:54:31 +01:00
lassecapel
399affd1e9 update comment to reflect the the codeline 2024-11-20 09:51:00 +01:00
lassecapel
604ab8710b feat: add custom unique filename when doanload as zip 2024-11-20 09:51:00 +01:00
Eduard Ruzga
88700c2452
Merge pull request #338 from kekePower/kekePower/update-google-models
Update the Google Gemini models list
2024-11-20 09:41:03 +02:00
Andrew Trokhymenko
fe3ea8005e changing based on PR review 2024-11-19 20:37:23 -05:00
Andrew Trokhymenko
4b236e934e Merge remote-tracking branch 'upstream/main' 2024-11-19 20:37:11 -05:00
Chris Mahoney
fe80e5fad6
Merge pull request #330 from hgosansn/ux-click-open-file-in-chat
feat: [UX] click shortcut in chat to go to source file in workbench
2024-11-19 14:04:00 -06:00
Hgosansn
9ac5877932 Revert useless changes 2024-11-19 20:33:51 +01:00
Anirban Kar
87e9fc7d39
Merge pull request #309 from thecodacus/fix-project-reload-execution-order
fix(project-reload): execution order is fix, this fixes the inconsistency on project reload
2024-11-20 01:02:11 +05:30
Stig-Ørjan Smelror
b945ec8d2c Fix the list of names to include the correct model 2024-11-19 20:24:52 +01:00
Stig-Ørjan Smelror
7a03b26473 Update the Google Gemini models list 2024-11-19 20:21:27 +01:00
Eduard Ruzga
a101dc7171
Merge pull request #305 from wonderwhy-er/Rewind-to-older-message
(Ready for review and merge) Add Chat Rewind, Duplicate, and Fork Features
2024-11-19 20:41:03 +02:00
Andrew Trokhymenko
e78a5b0a05 image-upload 2024-11-18 19:55:28 -05:00
Hgosansn
b0dae6e014 revert spaces 2024-11-19 00:37:40 +01:00
Hugo SANSON
d419a3c4b5 [UX] click shortcut in chat to go to source file in workbench 2024-11-19 00:24:14 +01:00
Aaron Bolton
bfaaf86c69 Created DEFAULT_NUM_CTX VAR with a deafult of 32768 2024-11-18 20:48:35 +00:00
eduardruzga
fdc80a10de Fix lost rewind functionality 2024-11-18 21:09:02 +02:00
eduardruzga
6bc873ebf1 Show revert and fork only on AI messages 2024-11-18 20:33:45 +02:00
eduardruzga
082339c242 Added tooltips and fork 2024-11-18 20:31:56 +02:00
ahsan3219
7bf9c5c1b6 Huggingface Models Integrated 2024-11-18 04:49:02 +05:00
eduardruzga
23d7182d6d Add ability to duplicate chat in sidebar 2024-11-17 21:03:40 +02:00
Anirban Kar
49f9d8b760 chore: ui fix 2024-11-17 14:24:29 +05:30
Anirban Kar
c0873bc552 excluded the action from execution pipeline 2024-11-17 14:15:40 +05:30
Anirban Kar
358487135f fix: global execution queue added 2024-11-17 13:26:09 +05:30
eduardruzga
a0ae79a993 Add ability to return to older chat message state 2024-11-16 21:22:00 +02:00
Anirban Kar
e2da9124c7 fix: added scroll fix for file browser 2024-11-16 20:40:55 +05:30
Chris Mahoney
e799197cfa Fix missing key for React.Fragment in Array map listing 2024-11-15 14:37:51 -06:00
Chris Mahoney
7fa066116f Removing console log of provider info 2024-11-15 14:28:36 -06:00
eduardruzga
d21ddf0080 One more fix 2024-11-14 15:37:41 +02:00
eduardruzga
df91d0edc0 More type fixes 2024-11-14 14:29:47 +02:00
Anirban Kar
7984a07b16 feat(styling): added rey effects for the UI as decorative elements 2024-11-14 17:50:00 +05:30
eduardruzga
b0754e546b TypeCheck fix 2024-11-14 09:52:37 +02:00
eduardruzga
9396734dea Various bug fixes around model/provider selection 2024-11-13 22:22:25 +02:00
eduardruzga
e55fb57138 Fix google api key bug 2024-11-13 22:22:08 +02:00
eduardruzga
feb19509f6 Added dynamic openrouter model list 2024-11-13 22:21:50 +02:00
eduardruzga
c575ee316b Use cookies instead of request body that is stale sometimes 2024-11-13 22:20:51 +02:00
eduardruzga
6b13ecda6b Merge remote-tracking branch 'coleam00/main' into addGetKeyLinks
# Conflicts:
#	app/components/chat/BaseChat.tsx
2024-11-13 09:21:05 +02:00
Anirban Kar
8c6e420546 type fix 2024-11-13 00:04:41 +05:30
Anirban Kar
32699fd809 made types optional and, workbench get repo fix 2024-11-13 00:03:33 +05:30
Anirban Kar
2d270e749b
Merge branch 'main' into code-streaming 2024-11-12 23:20:30 +05:30
Chris Mahoney
0203cf9538
Merge pull request #228 from thecodacus/feature--bolt-shell
feat(bolt terminal): added dedicated bolt terminal, and attached to workbench
2024-11-12 09:30:21 -06:00
eduardruzga
756d3f2b85 Bug fixes 2024-11-12 11:25:58 +02:00
ali00209
9c84880292 fix: bug #245 2024-11-12 05:10:54 +05:00
eduardruzga
a2cca14174 Refactor/standartize model providers, add "get provider key" for those who have it for first time users 2024-11-11 23:47:12 +02:00
Karrot0
32ae66a8e5 Merge branch 'main' of https://github.com/karrot0/bolt.new-any-llm 2024-11-10 21:08:06 -05:00
Karrot0
dff340eba5 @wonderwhy-er suggestion fix pr 2024-11-10 21:08:01 -05:00
Karrot
6f8001aeaf
Merge branch 'coleam00:main' into main 2024-11-10 21:04:29 -05:00
Anon
c35211f4a0
Merge branch 'main' into claude-new-sonnet-and-haiku 2024-11-10 13:58:34 +01:00
Eduard Ruzga
9a7d28a97d
Merge branch 'main' into main 2024-11-10 14:55:17 +02:00
Cole Medin
13b1321460 Noting that API key will still work if set in .env file 2024-11-09 07:59:06 -06:00
Cole Medin
b3fe2076a7 Fixing merge conflicts in BaseChat.tsx 2024-11-09 07:56:43 -06:00
Cole Medin
f30612dcfd
Merge branch 'main' into respect-provider-choice 2024-11-09 07:44:40 -06:00
Anirban Kar
f28f7f0715 chore: cleanup logging 2024-11-09 14:23:29 +05:30
Anirban Kar
d4c4fe1e5c feat: hyperlinked on "Start application" actionto switch to preview in workbench 2024-11-09 13:43:19 +05:30
Anirban Kar
719384cfbd feat(bolt-terminal) bolt terminal integrated with the system 2024-11-09 12:59:42 +05:30
Ali
52cd1aea9d
Merge branch 'main' into new_bolt1 2024-11-09 09:59:21 +05:00
ali00209
73a07c93e4 fix: Resolved 2024-11-09 09:55:40 +05:00
Karrot
f9e750d76e
Merge branch 'main' into main 2024-11-08 17:10:40 -05:00
Anirban Kar
d1f3e8cbec feat: added bolt dedicated shell 2024-11-08 21:47:31 +05:30
Tommy
9b97837bb2 Show which model name and provider is used in user message. 2024-11-08 08:56:15 +01:00
Anirban Kar
54351cd845 feature(code-streaming): added code streaming to editor while AI is writing code 2024-11-08 11:14:15 +05:30
Patryk Wegrzyn
dec65132e7
Set numCtx = 32768 for Ollama models 2024-11-07 23:51:12 +00:00
Anon
bb0546d85a Added the latest Sonnet 3.5 and Haiku 3.5 2024-11-07 14:38:22 +01:00
Anon
9a2fc9220d Added support for xAI Grok Beta 2024-11-07 01:03:37 +01:00
Karrot
73505a32c7
Merge branch 'coleam00:main' into main 2024-11-06 15:52:24 -05:00
Tommy
2a362b9e0b Added sanitization for user messages.
Use regex defined in constants.ts instead of redefining.
2024-11-06 21:35:54 +01:00
Tommy
074e2f3016 Moved provider and setProvider variables to the higher level component so that it can be accessed in sendMessage.
Added provider to message queue in sendMessage.
Changed streamText to extract both model and provider.
2024-11-06 11:10:08 +01:00
Cole Medin
a6d81b1b0e Making Ollama work within the Docker container, very important fix 2024-11-05 09:42:49 -06:00
Karrot
8dfc4f7ba9
Changed mode.ts to add BaseURL. Thanks @alumbs 2024-10-30 13:05:57 -04:00
ali00209
a544611a56 fix: working 2024-10-29 08:19:30 +05:00
Karrot0
4edcc5e331 LM Studio Integration 2024-10-27 23:16:07 -04:00
ali00209
3c7bf8c259 feat: add ability to enter API keys in the UI 2024-10-27 23:58:04 +05:00
ArulGandhi
4c25af9fb8 Update constants.ts
Fix a bug in model names causing 2 models to fail
2024-10-24 23:18:22 +05:30
Cole Medin
8ab8e678cb Cleanup and fixing Ollama models not showing up after merging changes 2024-10-24 08:46:34 -05:00
Cole Medin
f1b8c02811
Merge branch 'main' into main 2024-10-24 08:25:07 -05:00
Cole Medin
4660e5b882
Merge branch 'main' into main 2024-10-24 08:19:59 -05:00
Cole Medin
d999e9ecdd
Merge branch 'main' into main 2024-10-24 08:13:26 -05:00
Cole Medin
65cf12dca0
Merge pull request #44 from TarekS93/main
Enhance Ollama Model Integration and Type Definitions
2024-10-24 08:07:34 -05:00
Cole Medin
5d70255d43
Merge pull request #36 from ArulGandhi/main
Add mistral models.
2024-10-24 08:06:00 -05:00
Cole Medin
368022d797
Merge branch 'main' into main 2024-10-24 07:56:48 -05:00
Cole Medin
5a10894b97
Merge pull request #24 from goncaloalves/main
Added GitHub push functionality
2024-10-24 07:38:48 -05:00
Cole Medin
69aceeaad4
Merge pull request #12 from fernsdavid25/patch-1
Fix for llama 3.1 models
2024-10-24 07:19:25 -05:00
Cole Medin
9b38dbd552
Merge branch 'main' into main 2024-10-24 07:15:25 -05:00
noobydp
8ce82b5a1c updated ollama to use defined base URL for model calls 2024-10-24 16:49:11 +08:00
Gaoyao Massimo Hu
05c0137094
chore: Update environment variable names for OpenAI Like integration 2024-10-23 16:45:16 +01:00
Gaoyao Massimo Hu
9f2db7b683
chore: Update environment variable names for OpenAI Like integration 2024-10-23 16:43:27 +01:00
Gaoyao Massimo Hu
30dfa4fda4
chore: Add environment variables for OpenAI API Like integration 2024-10-23 16:36:12 +01:00
zenith110
3b90afba48 Added deepseek models 2024-10-22 18:19:27 -04:00
TarekS93
f70652305d
Update constants.ts 2024-10-22 11:19:08 +02:00
TarekS93
34ead80f62
Update types.ts 2024-10-22 11:18:34 +02:00
ArulGandhi
285a95568f removed pixtral 2024-10-22 09:49:21 +05:30
ArulGandhi
1b1cd183f5 mistral models added
more mistral models added. some tested, rest assumed to be working
2024-10-22 09:47:30 +05:30
ArulGandhi
5e8a0b077a add mistral models 2024-10-22 09:22:36 +05:30
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