Commit Graph

61 Commits

Author SHA1 Message Date
Brian Hackett
a0303c1102 Support resuming chat messages (#91) 2025-04-02 16:02:06 -07:00
Brian Hackett
8fb01c5586 Fix UX problems sharing chats and using Nut without being logged in (#87) 2025-03-30 09:04:59 -07:00
Brian Hackett
ac1858b84e Use Supabase for problems and user login (#85) 2025-03-30 05:31:56 -07:00
Brian Hackett
c503fd244e Updates for async chat format (#71) 2025-03-18 19:18:12 -07:00
Brian Hackett
6f31e689de Remove file handling and operate on repository IDs (#64) 2025-03-14 16:50:51 -07:00
Brian Hackett
a5e0a6c3db Fix lint errors 2025-03-13 09:21:45 -07:00
Brian Hackett
9e58d6bb64 Use Nut API development server instead of webcontainers (#50) 2025-03-13 07:59:10 -07:00
Jason Laster
9993bf1640 Fix naming conventions 2025-03-12 12:26:17 -07:00
Jason Laster
3d7c885584 fix no-restricted-imports 2025-03-12 12:26:17 -07:00
Jason Laster
5948a48c94 Linter fixes 2025-03-11 12:11:41 -07:00
Brian Hackett
9ca3c9c977 Use Nut API for developer chat messages (#47) 2025-03-10 11:56:14 -07:00
Brian Hackett
35ab0cbab1 Add compression for overly long messages 2025-03-06 08:06:47 -08:00
Brian Hackett
f34cf9ed5e Assorted telemetry related fixes (#46) 2025-03-04 08:55:05 -08:00
Brian Hackett
1e7af9f5c8 Support feedback for individual prompts (#43) 2025-03-03 08:54:08 -08:00
Mateusz Burzyński
6acb94b5af Wrap database in async suspense value (#36) 2025-02-20 11:05:57 -08:00
Brian Hackett
6221ab1d3e Fix issues around rewinding (#28) 2025-02-18 11:39:44 -08:00
Brian Hackett
f040c9b440 Merge remote-tracking branch 'upstream/main' 2025-01-16 08:02:49 -08:00
Brian Hackett
6543f33d54 Fixes for cloudflare deployment (#3) 2025-01-14 13:07:23 -08:00
Oliver Jägle
bc3274c77e Satisfy the linter 2025-01-07 19:52:50 +01:00
Anirban Kar
59cae5733d fix: git private clone with custom proxy (#1010)
* cookie fix

* fix: git private clone with custom proxy

* list -fix
2025-01-06 01:54:55 +05:30
Eduard Ruzga
b1f9380c30 fix: introduce our own cors proxy for git import to fix 403 errors on isometric git cors proxy (#924)
Some checks are pending
Update Stable Branch / prepare-release (push) Waiting to run
* Exploration of improving git import

* Fix our own git proxy

* Clean out file counting for progress, does not seem to work well anyways
2025-01-05 17:26:02 +05:30
Anirban Kar
4c81e154a0 feat: added Automatic Code Template Detection And Import (#867)
Some checks are pending
Update Stable Branch / prepare-release (push) Waiting to run
* initial setup

* updated template list

* added optional switch to control this feature

* removed some logs
2024-12-29 15:52:37 +05:30
Anirban Kar
3a36a4469a feat: redact file contents from chat and put latest files into system prompt (#904) 2024-12-29 15:36:31 +05:30
Anirban Kar
8185fd56ca fix: check for updates does not look for commit.json now (#861) 2024-12-24 13:34:46 +05:30
Anirban Kar
d8943f9474 fix: provider menu dropdown fix (ghost providers) (#862) 2024-12-21 23:31:19 +05:30
Anirban Kar
d8a277f0ac refactor: updated vite config to inject add version metadata into the app on build (#841)
* refactor: removes commit.json and used vite.config to load these variables

* updated precommit hook

* updated the pre start script

* updated the workflows
2024-12-21 01:03:28 +05:30
Anirban Kar
26a3bcf9b6 Merge branch 'env-file-fix-old' into env-file-fix 2024-12-18 20:06:29 +05:30
Dustin Loring
2d57bd2746 add: charactors to the vaild list for chat titles
added common punctuation to the charactersValid
2024-12-16 18:55:38 -05:00
Anirban Kar
bb94180209 Merge remote-tracking branch 'origin/main' into system-prompt-variations-local 2024-12-16 20:52:01 +05:30
Anirban Kar
a15544749a Merge branch 'main' into token-usage 2024-12-16 19:56:20 +05:30
eduardruzga
070e911be1 Lint fix 2024-12-16 11:09:35 +02:00
Anirban Kar
19a3a03d45 Merge branch 'main' into system-prompt-variations-local 2024-12-16 02:39:55 +05:30
Anirban Kar
885e104f27 added auto detect branch name and version tag 2024-12-16 01:54:24 +05:30
Dustin Loring
b5c8d43d9e quick fix 2024-12-15 14:06:37 -05:00
Dustin Loring
51347edd28 quick fix 2024-12-15 13:08:16 -05:00
Dustin Loring
c5c3eee267 Update useSettings.tsx
if it has not been set by the user yet set it correctly for them
2024-12-15 13:04:50 -05:00
Dustin Loring
69b1dc4c9a updated to use settings for branch selection 2024-12-15 12:56:25 -05:00
Anirban Kar
70f88f981a feat: Experimental Prompt Library Added 2024-12-15 16:47:16 +05:30
Anirban Kar
8c4397a19f Merge pull request #578 from thecodacus/context-optimization
feat(context optimization): Optimize LLM Context Management and File Handling
2024-12-14 02:08:43 +05:30
Stijnus
e39f16e436 Settings UI enhancement
Date & Time Display
Added a real-time clock component in the sidebar

Event Logs System
Implemented an EventLogsTab component for system monitoring
Provides a structured way to:
Track user interactions
Monitor system events
Display activity history
2024-12-13 01:11:35 +01:00
Anirban Kar
5afccf7a01 settings bugfix 2024-12-12 15:55:11 +05:30
Anirban Kar
da37d9456f Merge branch 'main' into context-optimization 2024-12-12 02:44:36 +05:30
Anirban Kar
3c7b125828 Merge branch 'main' into context-optimization 2024-12-12 02:38:00 +05:30
Anirban Kar
5d4b860c94 updated to adapth baseurl setup 2024-12-11 14:02:21 +05:30
Anirban Kar
25f725f01e refactor: settinge menu refactored with useSettings hook 2024-12-10 18:37:05 +05:30
Anirban Kar
ea5c6244a6 feat(context optimization):improved context management and redused chat overhead 2024-12-07 15:58:13 +05:30
Anirban Kar
b0743e00b1 Merge branch 'main' into github-import 2024-12-04 17:54:47 +05:30
Anirban Kar
507a7f94bd some minor fix 2024-12-04 00:17:50 +05:30
Anirban Kar
fecce3fa6a added cookies storage for git 2024-12-03 12:24:55 +05:30
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