Anirban Kar
660353360f
fix: docker prod env variable fix ( #1170 )
...
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
2025-01-25 03:52:26 +05:30
Stijnus
027f6529f2
UI Enhancements
2025-01-24 16:14:48 +01:00
Stijnus
56783ae45a
Merge branch 'main' into FEAT_BoltDYI_NEW_SETTINGS_UI
2025-01-24 01:17:34 +01:00
Stijnus
27eab591a9
UI fixes
2025-01-24 01:08:51 +01:00
Anirban Kar
3c56346e83
feat: enhance context handling by adding code context selection and implementing summary generation ( #1091 ) #release
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
* feat: add context annotation types and enhance file handling in LLM processing
* feat: enhance context handling by adding chatId to annotations and implementing summary generation
* removed useless changes
* feat: updated token counts to include optimization requests
* prompt fix
* logging added
* useless logs removed
2025-01-22 22:48:13 +05:30
Stijnus
723c6a4f02
fixes
2025-01-22 02:05:18 +01:00
Anirban Kar
46f15bdde6
fix: updated system prompt to have correct indentations ( #1139 )
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
* updated system prompt to have correct indentations
* removed a section
2025-01-22 01:59:07 +05:30
Anirban Kar
0ad4aa56d3
feat: added deepseek reasoner model in deepseek provider ( #1151 )
2025-01-22 01:58:31 +05:30
Stijnus
a94330e4a4
fixes
2025-01-21 16:45:54 +01:00
Stijnus
78d4e1bb54
ui fix
2025-01-21 11:55:26 +01:00
Stijnus
436a8e54bf
ui refactor
2025-01-20 09:53:15 +01:00
Stijnus
b732f20233
bug fix for Open preview in a new tab.
2025-01-18 19:25:01 +01:00
Stijnus
9230ef3b55
Merge branch 'stackblitz-labs:main' into FEAT_BoltDYI_NEW_SETTINGS_UI
2025-01-18 13:49:03 +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
Stijnus
87ff81035f
feat: added the "Open Preview in a New Tab" ( #1101 )
...
* added the "Open Preview in a New Tab"
* enhancement
[Open Preview] [▼] // Two buttons side by side
|
+-- [Mobile (375x667)] // Dropdown menu
|-- [Tablet (768x1024)]
|-- [Laptop (1366x768)]
+-- [Desktop (1920x1080)]
* Update Preview.tsx
* Update Preview.tsx
2025-01-18 01:55:44 +05:30
Stijnus
f33ba635e8
V1 : Release of the new Settings Dashboard
...
# 🚀 Release v1.0.0
## What's Changed 🌟
### 🎨 UI/UX Improvements
- **Dark Mode Support**
- Implemented comprehensive dark theme across all components
- Enhanced contrast and readability in dark mode
- Added smooth theme transitions
- Optimized dialog overlays and backdrops
### 🛠️ Settings Panel
- **Data Management**
- Added chat history export/import functionality
- Implemented settings backup and restore
- Added secure data deletion with confirmations
- Added profile customization options
- **Provider Management**
- Added comprehensive provider configuration
- Implemented URL-configurable providers
- Added local model support (Ollama, LMStudio)
- Added provider health checks
- Added provider status indicators
- **Ollama Integration**
- Added Ollama Model Manager with real-time updates
- Implemented model version tracking
- Added bulk update capability
- Added progress tracking for model updates
- Displays model details (parameter size, quantization)
- **GitHub Integration**
- Added GitHub connection management
- Implemented secure token storage
- Added connection state persistence
- Real-time connection status updates
- Proper error handling and user feedback
### 📊 Event Logging
- **System Monitoring**
- Added real-time event logging system
- Implemented log filtering by type (info, warning, error, debug)
- Added log export functionality
- Added auto-scroll and search capabilities
- Enhanced log visualization with color coding
### 💫 Animations & Interactions
- Added smooth page transitions
- Implemented loading states with spinners
- Added micro-interactions for better feedback
- Enhanced button hover and active states
- Added motion effects for UI elements
### 🔐 Security Features
- Secure token storage
- Added confirmation dialogs for destructive actions
- Implemented data validation
- Added file size and type validation
- Secure connection management
### ♿ ️ Accessibility
- Improved keyboard navigation
- Enhanced screen reader support
- Added ARIA labels and descriptions
- Implemented focus management
- Added proper dialog accessibility
### 🎯 Developer Experience
- Added comprehensive debug information
- Implemented system status monitoring
- Added version control integration
- Enhanced error handling and reporting
- Added detailed logging system
---
## 🔧 Technical Details
- **Frontend Stack**
- React 18 with TypeScript
- Framer Motion for animations
- TailwindCSS for styling
- Radix UI for accessible components
- **State Management**
- Local storage for persistence
- React hooks for state
- Custom stores for global state
- **API Integration**
- GitHub API integration
- Ollama API integration
- Provider API management
- Error boundary implementation
## 📝 Notes
- Initial release focusing on core functionality and user experience
- Enhanced dark mode support across all components
- Improved accessibility and keyboard navigation
- Added comprehensive logging and debugging tools
- Implemented robust error handling and user feedback
2025-01-17 19:33:20 +01:00
Ngô Tấn Tài
c7738243ca
feat: added Github provider ( #1109 )
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
2025-01-17 13:22:51 +05:30
lewis liu
41bb909f8d
fix: fallback model name not working ( #1095 )
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
Co-authored-by: 刘一奇 <liuyiqi02@corp.netease.com>
2025-01-15 16:36:33 +05:30
Digitl Alchemyst
85d864f607
Merge pull request #809 from stackblitz-labs/807-transparency-about-development
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
docs: document how we work
2025-01-12 23:34:48 -06:00
Anirban Kar
fad41973e2
fix: api-key manager cleanup and log error on llm call ( #1077 )
...
* fix: api-key manager cleanup and log error on llm call
* log improved
2025-01-13 04:21:29 +05:30
Eduard Ruzga
3a298f1586
fix: cors issues from preview fixed by changing embedder policies ( #1056 )
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
2025-01-12 21:58:06 +05:30
GaryStimson
6aaff63ca7
fix: bugfix in fetching API Key on base llm provider. ( #1063 )
2025-01-12 21:54:45 +05:30
Oliver Jägle
bc3274c77e
Satisfy the linter
2025-01-07 19:52:50 +01:00
Anirban Kar
49c7129ded
fix: ollama and lm studio url issue fix for docker and build ( #1008 )
...
* fix: ollama and lm studio url issue fix for docker and build
* vite config fix
2025-01-06 19:18:42 +05:30
kunjabijukchhe
3ecac25a35
feat: implement Claude 3, Claude3.5, Nova Pro, Nova Lite and Mistral model integration with AWS Bedrock ( #974 )
...
* feat: Integrate AWS Bedrock with Claude 3.5 Sonnet, Claude 3 Sonnet, and Claude 3.5 Haiku
* update Dockerfile for AWS Bedrock configuration
* feat: add new Bedrock model 'Mistral' and update Haiku to version 3
* feat: add new bedrock model Nova Lite and Nova Pro
* Update README documentation to reflect the latest changes
* Add the icon for aws bedrock
* add support for serialized AWS Bedrock configuration in api key
2025-01-06 17:49:16 +05:30
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
Gaurav-Wankhede
e9852bfb22
Update hyperbolic.ts
...
Changed updated Hyperbolic Settings link
2025-01-01 17:59:11 +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
Arsalaan Ahmed
e00264236e
feat: added hyperbolic llm models ( #943 )
...
* Added Hyperbolic Models
* Fix: Fixed problem in connecting with hyperbolic models
* added dynamic models for hyperbolic
* removed logs
2024-12-30 23:26:33 +05:30
Eduard Ruzga
4c81cb02e1
fix: add defaults for LMStudio to work out of the box ( #928 )
Update Stable Branch / prepare-release (push) Waiting to run
2024-12-30 17:50:13 +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
Eduard Ruzga
aecd9b1b40
fix: detect and remove markdown block syntax that llms sometimes hallucinate for file actions ( #886 )
...
* Clean out markdown syntax
* Remove identation removal
* Improve for streaming
2024-12-29 15:23:20 +05:30
Eduard Ruzga
7eee0386ff
feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing ( #856 )
...
* Catch errors from web container
* Show fix error popup on errors in preview
* Remove unneeded action type
* PR comments
* Cleanup urls in stacktrace
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com>
2024-12-25 03:05:44 +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
Eduard Ruzga
79e7e75228
Merge pull request #797 from thecodacus/terminal-error-detection
...
feat: enhanced Terminal Error Handling and Alert System
2024-12-23 14:25:39 +02:00
Anirban Kar
8b58c7a0fb
fix: ollama provider module base url hotfix for docker ( #863 )
...
* fix: ollama base url hotfix
* cleanup logic
2024-12-22 01:25:48 +05:30
Anirban Kar
d8943f9474
fix: provider menu dropdown fix (ghost providers) ( #862 )
2024-12-21 23:31:19 +05:30
Anirban Kar
28f0c3629d
ignored alert on project reload
2024-12-21 17:44:18 +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
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
3e2fc32a46
Merge branch 'main' into fix/described_by
2024-12-19 18:02:43 +05:30
Anirban Kar
d37c3736d5
removed logs
2024-12-18 21:34:18 +05:30
Anirban Kar
3d8abee511
Merge branch 'main' into terminal-error-detection
2024-12-18 20:19:59 +05:30
Anirban Kar
26a3bcf9b6
Merge branch 'env-file-fix-old' into env-file-fix
2024-12-18 20:06:29 +05:30
Anirban Kar
283eb22ae5
added indicator on settings menu
2024-12-18 20:04:43 +05:30
Anirban Kar
e74d6cafb5
Merge branch 'main' into env-file-fix
2024-12-18 16:41:49 +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
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
356715ccd7
minor bugfix
2024-12-16 23:55:51 +05:30
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
Anirban Kar
3b8d251a55
updated implementation
2024-12-16 19:47:18 +05:30
eduardruzga
070e911be1
Lint fix
2024-12-16 11:09:35 +02:00
eduardruzga
1b76d3c28f
merge
2024-12-16 11:07:22 +02:00
eduardruzga
225b553876
Another attempt to add toek usage info
2024-12-16 11:01:41 +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
31706183b4
updated the examples and added strict rules
2024-12-15 22:15:17 +05:30
Anirban Kar
9f5c01f5dd
Merge branch 'main' into system-prompt-variations
2024-12-15 21:01:52 +05:30
Anirban Kar
70f88f981a
feat: Experimental Prompt Library Added
2024-12-15 16:47:16 +05:30
Anirban Kar
86f37fcaca
Merge branch 'main' into perplexity-models
2024-12-15 15:15:01 +05:30
Ed McConnell
4db916928c
merge main
2024-12-14 09:56:51 -05:00
Anirban Kar
02d0be5feb
Merge branch 'main' into streaming-fixed
2024-12-14 12:56:36 +05:30
Meet Patel
8bcd82c9d4
feat: added perplexity model
2024-12-14 11:59:10 +05:30
kris1803
2064c83177
Fixed console error for SettingsWIndow & Removed ts-nocheck where not needed
2024-12-14 00:39:27 +01:00
Anirban Kar
456c89429a
fix: removed context optimization temporarily, to be moved to optional from menu
2024-12-14 02:25:36 +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
49e6c8034d
Merge branch 'stackblitz-labs:main' into main
2024-12-13 06:58:09 +01:00
Anirban Kar
97e4ff13ca
added default value to true
2024-12-13 11:19:57 +05:30
Stijnus
87057f8137
Event logs bug fix
...
minor improvements download logs, auto scroll, clear logs
2024-12-13 01:40:58 +01:00
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
104291c652
Update prompts.ts
2024-12-12 03:28:51 +05:30
Evan
78eccf242b
fix: re-capitalize "NEW"
2024-12-11 16:54:08 -05:00
Evan
50c384f2b1
fix: grammar
2024-12-11 16:49:24 -05:00
Evan
db9cd9b296
fix: grammar/typos in system prompt
2024-12-11 16:46:54 -05:00
Anirban Kar
97b886abf0
fix: added more controlled rate for code streaming
2024-12-12 03:13:52 +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
b4d0597120
remaining changes
2024-12-10 18:37:23 +05:30
Anirban Kar
25f725f01e
refactor: settinge menu refactored with useSettings hook
2024-12-10 18:37:05 +05:30
Anirban Kar
dfbbea110e
removed console logs
2024-12-10 14:27:12 +05:30
Dustin Loring
9aaa3b560c
feat: Connections Tabs
...
Added a connections tab, now you can enter GitHub creds and store them in cookies like the API Keys
2024-12-09 09:26:39 -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
Dustin Loring
42ebd3d50e
Added a tabbed setting modal
2024-12-07 10:27:50 -05:00
Anirban Kar
ea5c6244a6
feat(context optimization):improved context management and redused chat overhead
2024-12-07 15:58:13 +05:30
Anirban Kar
fe2f0080a3
Merge branch 'main' into github-import
2024-12-06 18:54:06 +05:30
Anirban Kar
05a5f85e68
Merge pull request #504 from thecodacus/bundle-artifact
...
feat(UI): added artifact bundling for custom long artifacts like uploading folder
2024-12-06 17:16:50 +05:30
Anirban Kar
f562984dc6
Merge pull request #533 from wonderwhy-er/harcode-together-ai-api-url-as-fallback
...
(ready for review)Harcode together ai api url as fallback
2024-12-06 17:01:02 +05:30
Anirban Kar
7efad13284
list fix
2024-12-06 16:58:04 +05:30