Commit Graph

211 Commits

Author SHA1 Message Date
eduardruzga
e5d52de5a5 Hardcode url for together ai as fallback if not set in env 2024-12-04 17:56:50 +02:00
Anirban Kar
7e18820946
Merge pull request #483 from PuneetP16/feat/enhance-chat-description-management
[feat]: Implement chat description editing in sidebar and header, add…
2024-12-04 00:35:09 +05:30
Anirban Kar
b9575c8a55 fixed action-runner linting 2024-12-04 00:33:22 +05:30
Anirban Kar
507a7f94bd some minor fix 2024-12-04 00:17:50 +05:30
Anirban Kar
d92029d573 fix: Added some minor UI fix 2024-12-04 00:02:51 +05:30
Dustin Loring
5bd138750e
Merge branch 'main' into fix/ui-gradient 2024-12-03 08:12:52 -05:00
Dustin Loring
676fac4833
Merge branch 'main' into feat/improve-prompt-enhancement 2024-12-03 07:44:53 -05:00
PuneetP16
5335580646 [feat]: Implement chat description editing in sidebar and header, add visual cue for active chat in sidebar 2024-12-03 11:41:58 +05:30
Dustin Loring
87620f38be lint rules added and fixed 2024-12-02 06:06:17 -05:00
Dustin Loring
aef26f1c68 prompt enhanchment 2024-12-01 19:02:52 -05:00
Dustin Loring
8514a3baaf precommit lint 2024-12-01 15:39:33 -05:00
Dustin Loring
59ddc4850e
Merge pull request #2 from calvinvette/main
Updated SCSS to use @use instead of @import via sass-migrator
2024-12-01 15:33:58 -05:00
Dustin Loring
4250fa9834 pre commit lint 2024-12-01 15:17:02 -05:00
Calvin Vette
e061086833 Updated SCSS to use @use instead of @import via sass-migrator 2024-12-01 15:05:08 -05:00
Dustin Loring
92918d1c14
Merge pull request #7 from ibrain-one/feature/307-together-ai-integration
feat: add Together AI integration and provider implementation guide
2024-12-01 11:34:37 -05:00
Dustin Loring
0b0c7e0fc2
Merge pull request #2 from hgosansn/main
BugFix: Terminal render too many times causing performance freeze
2024-12-01 11:33:46 -05:00
Dustin Loring
a71b45d594 added example buttons 2024-12-01 11:19:11 -05:00
Dustin Loring
4384568c68
Merge branch 'stable-additions' into stable-plus-ui-glow 2024-12-01 10:01:31 -05:00
Dustin Loring
143ba5dc15 hotfix for test and lint done 2024-12-01 09:46:41 -05:00
Dustin Loring
2439e1cffa hotfix 2024-12-01 09:42:19 -05:00
Dustin Loring
4566d9abfe last test fix 2024-12-01 09:24:46 -05:00
Dustin Loring
6aaa2f01e2
Update ImportFolderButton.tsx
fixed icon
2024-12-01 09:13:16 -05:00
Dustin Loring
1118a4c597 small fixes 2024-12-01 09:11:59 -05:00
Dustin Loring
0dbb155d8a
Merge branch 'dev' into ui-glow 2024-12-01 08:55:42 -05:00
Dustin Loring
e187e48f4b
Merge pull request #23 from dustinwloring1988/prompt-caching
Prompt caching
2024-12-01 08:53:20 -05:00
Dustin Loring
7574337002 fixed path 2024-12-01 08:05:06 -05:00
Dustin Loring
b0b617dac7 lint fix 2024-12-01 07:57:42 -05:00
Dustin Loring
54cb4753db
Merge branch 'stable-additions' into linting-fix 2024-12-01 07:53:19 -05:00
Dustin Loring
a79aa1ff5a
Merge pull request #19 from dustinwloring1988/unique-name-on-download-zip
Unique name on download zip
2024-12-01 07:52:17 -05:00
Dustin Loring
5a7f491367
Merge pull request #15 from dustinwloring1988/artifact-code-block
Artifact code block
2024-12-01 07:51:05 -05:00
Dustin Loring
a70c0ead57
Merge pull request #18 from dustinwloring1988/pretty-up
Pretty up
2024-12-01 07:50:15 -05:00
Dustin Loring
7066bfc564
Merge pull request #17 from dustinwloring1988/collapsible-model-and-provider
added collapsable chat area
2024-12-01 07:50:03 -05:00
Dustin Loring
d85dff6f27
Update BaseChat.tsx
Added ray
2024-12-01 07:41:23 -05:00
Dustin Loring
a35e493518
Update BaseChat.module.scss
added ray to styles
2024-12-01 07:34:26 -05:00
Dustin Loring
78d5202360
Merge pull request #10 from SujalXplores/feat/prompt-caching
Feat/prompt caching
2024-12-01 07:31:40 -05:00
Dustin Loring
2803f8504e
Merge pull request #11 from PuneetP16/fix-artifact-code-block-rendering
[fix]: artifact actionlist rendering in chat
2024-12-01 07:31:16 -05:00
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
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
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