Commit Graph

584 Commits

Author SHA1 Message Date
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
62bdbc416c chore(doc): add prompt caching to README 2024-11-27 00:21:57 +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
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
Cole Medin
66ef47cf73 Added roadmap to README FAQ 2024-11-25 09:40:52 -06:00
Cole Medin
23df7ae1b6 Created FAQ at bottom of README 2024-11-25 09:29:50 -06: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
f8987bec55
Merge pull request #412 from wonderwhy-er/Cleanup-extract-import-button
Small-cleanup-of-base-chat-component
2024-11-25 18:11:05 +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
Eduard Ruzga
1cb836a648
Merge pull request #372 from wonderwhy-er/import-export-individual-chats
(Ready for review) Import and Export Individual Chats
2024-11-24 21:25:28 +02:00
Anirban Kar
61def40341 updated 2024-11-25 00:53:33 +05:30
Anirban Kar
a1fc7a75e5 adding docs 2024-11-24 22:47:12 +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
Eduard Ruzga
7fc8e40c03
Merge pull request #367 from mrsimpson/linting
Linting
2024-11-22 22:32:03 +02:00
Oliver Jägle
17d0902d2a
Add information about the linting pre-commit to the contributions guideline 2024-11-22 20:50:13 +01:00
Oliver Jägle
b0eab230b5
adds Husky 🐶 for pre-commit linting 2024-11-22 20:49:51 +01: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
Eduard Ruzga
21ce906a47
Merge pull request #371 from kekePower/update-google-gemini
Update to Gemini exp-1121
2024-11-22 18:11:42 +02: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