Stijnus
547cde78c0
Merge branch 'stackblitz-labs:main' into FEAT_BoltDYI_NEW_SETTINGS_UI_V2
2025-01-29 14:37:07 +01:00
Anirban Kar
7016111906
feat: enhanced Code Context and Project Summary Features ( #1191 )
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
* fix: docker prod env variable fix
* lint and typecheck
* removed hardcoded tag
* better summary generation
* improved summary generation for context optimization
* remove think tags from the generation
2025-01-29 15:37:20 +05:30
Stijnus
c4c73622f5
Fix ESLint issues
2025-01-28 11:39:12 +01:00
Stijnus
0db9ce2717
Revert "Major UI improvements"
...
This reverts commit 6e52114172
.
2025-01-28 10:28:45 +01:00
Stijnus
6e52114172
Major UI improvements
2025-01-28 01:33:19 +01:00
Oliver Jägle
e19644268c
feat: configure dynamic providers via .env ( #1108 )
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
* Use backend API route to fetch dynamic models
# Conflicts:
# app/components/chat/BaseChat.tsx
* Override ApiKeys if provided in frontend
* Remove obsolete artifact
* Transport api keys from client to server in header
* Cache static provider information
* Restore reading provider settings from cookie
* Reload only a single provider on api key change
* Transport apiKeys and providerSettings via cookies.
While doing this, introduce a simple helper function for cookies
2025-01-18 03:39:19 +05:30
Adithyan K
49bb17886a
fix: added ui indicator on how apikeys are set (UI/Env) for api-key-manager component ( #732 )
...
* fixed #333
* Added instruction in case api-key is not set.
* addressed some of the review changes:
1. moved function definiton to useCallback.
2. added a cache to store the env key status and the api call is made only on a cache miss.
* Manages the API-key entered via UI in a better way.
- Persist API keys in cookies when entered via UI
- Automatically load saved keys when switching between providers
- Preserve existing functionality for environment variable based keys
* Re-used map from utils/constants file.
* Code cleanup - Removed redundant API key init in BaseChat as its already handled by APIKeyManager component.
2025-01-10 21:26:31 +05:30
Anirban Kar
6494f5ac2e
fix: updated logger and model caching minor bugfix #release ( #895 )
...
* fix: updated logger and model caching
* usage token stream issue fix
* minor changes
* updated starter template change to fix the app title
* starter template bigfix
* fixed hydretion errors and raw logs
* removed raw log
* made auto select template false by default
* more cleaner logs and updated logic to call dynamicModels only if not found in static models
* updated starter template instructions
* browser console log improved for firefox
* provider icons fix icons
2024-12-31 22:47:32 +05:30
Anirban Kar
389eedcac4
fix: better model loading ui feedback and model list update ( #954 )
...
Update Stable Branch / prepare-release (push) Waiting to run
* fix: better model loading feedback and model list update
* added load on providersettings update
2024-12-31 19:22:46 +05:30
Eduard Ruzga
55cfd5d4ee
fix: refresh model list after api key changes ( #944 )
Update Stable Branch / prepare-release (push) Waiting to run
2024-12-30 23:35:08 +05:30
Anirban Kar
fc4f89f806
feat: add Starter template menu in homepage ( #884 )
...
* added icons and component
* updated unocss to add dynamic icons
* removed temp logs
* updated readme
2024-12-24 22:37:28 +05:30
Anirban Kar
975e7d83fd
Merge branch 'main' into terminal-error-detection
2024-12-21 16:14:46 +05:30
Anirban Kar
7295352a98
refactor: refactored LLM Providers: Adapting Modular Approach ( #832 )
...
* refactor: Refactoring Providers to have providers as modules
* updated package and lock file
* added grok model back
* updated registry system
2024-12-21 11:45:17 +05:30
Anirban Kar
b25b8b98f9
updated styling wordings and animations icons
2024-12-18 21:09:36 +05:30
Anirban Kar
62ebfe51a6
fix: .env file baseUrl Issue
2024-12-18 16:34:18 +05:30
Anirban Kar
d327cfea29
feat: added terminal error capturing and automated fix prompt
2024-12-17 21:19:43 +05:30
Anirban Kar
31706183b4
updated the examples and added strict rules
2024-12-15 22:15:17 +05:30
Dustin Loring
2cb8c825d0
ui-ux: prompt enhanced toast notification
...
changed prompt enhanced to give a toast notification instead of changing the ui.
2024-12-14 22:25:28 -05:00
Ed McConnell
4db916928c
merge main
2024-12-14 09:56:51 -05:00
Ed McConnell
7a31db904d
Merge branch 'main' into feat/image-select
2024-12-14 09:56:29 -05:00
Anirban Kar
4f02887565
Merge pull request #679 from Dlouxgit/main
...
fix: handle conflicts between input method engine and enter key in chatbox
2024-12-14 14:16:31 +05:30
Anirban Kar
3db4004642
Update BaseChat.tsx
2024-12-14 14:15:27 +05:30
Ed McConnell
4cfabd94ee
merged main
2024-12-13 20:49:33 -05:00
SujalXplores
ff2726fd2f
fix: adjust intro section margin and textarea outline style in BaseChat component
2024-12-13 22:47:57 +05:30
Dlouxgit
b0ca49d65e
fix: handle conflicts between input method engine and enter key
2024-12-13 13:28:27 +08:00
eduardruzga
17e500344a
merge
2024-12-11 20:02:07 +02:00
Anirban Kar
5d4b860c94
updated to adapth baseurl setup
2024-12-11 14:02:21 +05:30
Anirban Kar
e0c5c51e56
lint fix
2024-12-10 23:03:12 +05:30
Anirban Kar
af09104c82
moved log to only print on change, and changed error logs to warnings
2024-12-10 23:02:54 +05:30
Anirban Kar
7f8f5023a1
Merge branch 'main' into ui-background-rays
2024-12-10 20:43:27 +05:30
Anirban Kar
b4d0597120
remaining changes
2024-12-10 18:37:23 +05:30
Dustin Loring
b6f6f187fd
fix: small bug
...
stopped collapse from happen when no provider selected
2024-12-07 16:27:37 -05:00
Dustin Loring
66fe6a2efc
fix position issue
...
fix position issue when in chat
2024-12-07 16:22:11 -05:00
Dustin Loring
5dd9c926c8
Merge branch 'coleam00:main' into ui/model-dropdown
2024-12-07 16:18:58 -05:00
Cole Medin
31e7b48e05
Merge pull request #580 from oTToDev-CE/feat/add-tabbed-setting-modal
...
feat: Added a tabbed setting modal
2024-12-07 15:01:17 -06:00
Anirban Kar
a98b51e0ef
updated theme color
2024-12-08 02:12:02 +05:30
Anirban Kar
8067bb63af
Merge branch 'main' into ui-background-rays
2024-12-08 01:55:05 +05:30
Dustin Loring
a2acc77e89
fix: clean up
...
fix: typecheck / lint
2024-12-07 10:53:33 -05:00
Dustin Loring
42ebd3d50e
Added a tabbed setting modal
2024-12-07 10:27:50 -05:00
Dustin Loring
5692a4c011
lint fix
2024-12-06 09:42:58 -05:00
Dustin Loring
773e69ef7a
Update BaseChat.tsx
...
moved the model collapse button.
2024-12-06 09:36:42 -05:00
Anirban Kar
fe2f0080a3
Merge branch 'main' into github-import
2024-12-06 18:54:06 +05:30
Ed McConnell
8b7e18e627
Initial commit for screen cap feature
2024-12-05 17:30:45 -05:00
eduardruzga
2fd0c06ed4
Split code a little bit
2024-12-04 20:51:27 +02:00
eduardruzga
f6a9861390
Hardcode url for together ai as fallback if not set in env
2024-12-04 20:31:42 +02:00
Cole Medin
8c641443b7
Merge pull request #332 from atrokhym/main
...
HIGH PRIORITY - Attach images to prompts
2024-12-04 10:53:37 -06:00
Anirban Kar
b0743e00b1
Merge branch 'main' into github-import
2024-12-04 17:54:47 +05:30
Dustin Loring
5bd138750e
Merge branch 'main' into fix/ui-gradient
2024-12-03 08:12:52 -05:00
Anirban Kar
509390569f
added context to history
2024-12-03 11:09:37 +05:30
Andrew Trokhymenko
5adc0f681c
adding drag and drop images to text area
2024-12-02 20:27:10 -05:00