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 )
...
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 )
...
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
Anirban Kar
509390569f
added context to history
2024-12-03 11:09:37 +05:30
Anirban Kar
bd236860f9
chore: fixed lock file
2024-12-03 03:23:22 +05:30
Anirban Kar
b499ee1f15
Merge branch 'main' into github-import
2024-12-03 02:48:37 +05:30
Sujal Shah
b4712738fe
feat: search chats
2024-11-27 18:37:54 +05:30
Anirban Kar
e6ed210d0d
work in progress poc git import
2024-11-25 19:53:54 +05:30
Qwikode
f644066189
fix(ui): mobile friendly
2024-11-21 15:12:33 +02:00
Sujal Shah
4ac0af4cdb
fix: enhance prompt "Invalid or missing provider" bad request error
2024-11-20 17:48:41 +05:30
Anirban Kar
2d270e749b
Merge branch 'main' into code-streaming
2024-11-12 23:20:30 +05:30
ali00209
9c84880292
fix: bug #245
2024-11-12 05:10:54 +05: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
Sam Denty
6fb59d2bc5
fix: remove monorepo
2024-09-25 19:54:09 +01:00