KevIsDev
5d9bb00ee2
Merge pull request #1376 from xKevIsDev/main
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
feat: netlify one click deployment
2025-02-25 22:12:10 +00:00
KevIsDev
23c22c5c12
fix: show netlify deployed link
...
netlify deploy button to be disabled on streaming and show link icon when deployed
2025-02-25 19:02:03 +00:00
KevIsDev
002f1bc5dc
Merge branch 'stackblitz-labs:main' into main
2025-02-25 15:07:08 +00:00
KevIsDev
19137c934b
add: various improvements to connections
...
- improved organisation of connections (collapsibles)
- improved deploy button
- improved unique chat deployments
2025-02-25 00:41:44 +00:00
KevIsDev
96a0b2a066
add: connection improvements
...
Improve connections visually and functionality
2025-02-25 00:39:39 +00:00
Leex
67c4051f82
Update docker.yaml
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
Mark Stale Issues and Pull Requests / stale (push) Has been cancelled
2025-02-24 23:27:42 +01:00
KevIsDev
4da13d1edc
feat: add netlify one-click deployment
2025-02-24 17:24:32 +00:00
KevIsDev
2a8472ed17
feat: add one-click netlify deployment
2025-02-24 17:24:00 +00:00
Leex
7dda7938d4
Update docker.yaml
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
2025-02-23 22:52:23 +01:00
Leex
52970812cb
Update Dockerfile
2025-02-23 22:28:24 +01:00
Leex
8e790d08e2
Update Dockerfile - Test Bugfix Dockerpipeline
...
the npm install -g corepack@latest is supposed to make problems with the main docker build
2025-02-23 22:21:55 +01:00
Leex
f0ea22ec63
Update docker.yaml (stable/main deployment)
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
Exteneded the workflow/action to also deploy a stable release container
2025-02-23 18:45:56 +01:00
KevIsDev
bffb8a2a90
Revert "Merge pull request #1335 from Toddyclipsgg/diff-view-v2"
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
This reverts commit 871aefbe83
, reversing
changes made to 8c72ed76b3
.
2025-02-21 15:01:09 +00:00
KevIsDev
871aefbe83
Merge pull request #1335 from Toddyclipsgg/diff-view-v2
...
feat: diff-view-v2-no-conflict
2025-02-21 14:39:55 +00:00
Stijnus
8c72ed76b3
Merge pull request #1356 from Stijnus/ACT_BoltDYI_UI_BUGFIX
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
fix: for remove settings icon _index.tsx
2025-02-21 10:34:25 +01:00
Toddyclipsgg
c24e69718e
Merge branch 'main' into diff-view-v2
2025-02-21 00:37:50 -03:00
Stijnus
aa02448516
Update _index.tsx
...
Removed the settings button in the landingpage.
2025-02-20 13:03:59 +01:00
KevIsDev
220e2da7ec
fix: preserve complete provider settings in cookies
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
Previously only the enabled state was being saved to cookies, causing loss of provider configuration like baseURL.
2025-02-20 03:27:15 +00:00
Stijnus
097dffdd78
Merge pull request #1342 from Stijnus/ACT_FEAT_BoltDYI_UI_BUGFIX
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
fix: bolt dyi UI bugfix
2025-02-18 21:55:50 +01:00
Stijnus
ca7f5ad26b
update local models
2025-02-18 21:51:02 +01:00
Stijnus
10af7c9835
Default settings feature tab
2025-02-18 17:50:01 +01:00
Stijnus
7f3b5f6628
Merge branch 'main' into ACT_FEAT_BoltDYI_UI_BUGFIX
2025-02-18 16:30:36 +01:00
Stijnus
0e60d9cca8
UI bug fixes
2025-02-18 14:13:13 +01:00
KevIsDev
0e2e1834e7
Merge pull request #1322 from kamilfurtak/model-search
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
feat: implement llm model search
2025-02-18 03:47:47 +00:00
Leex
0fd039bdb3
update: new anthropogenic model for amazon bedrock
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
feat: New Claude 3.5 Sonnet v2 Anthropogenic Model for amazon bedrock
2025-02-17 23:23:23 +01:00
Toddyclipsgg
382bf2c9a3
feat: Add Diff View and File History Tracking
...
- Implemented a new Diff view in the Workbench to track file changes
- Added file history tracking with version control and change tracking
- Created a FileModifiedDropdown to browse and manage modified files
- Enhanced ActionRunner to support file history persistence
- Updated Workbench and BaseChat components to support new diff view functionality
- Added support for inline and side-by-side diff view modes
2025-02-16 23:10:15 -03:00
KevIsDev
70b723d514
fix: debounce profile update notifications to prevent toast spam
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
a new toast was being triggered for every character input.
2025-02-17 01:49:33 +00:00
Toddyclipsgg
744b6c2433
Merge branch 'stackblitz-labs:main' into main
2025-02-16 21:28:20 -03:00
Stijnus
6e89710ec7
Several UI fixes
2025-02-15 17:28:17 +01:00
Kamil Furtak
e717d25191
Add click outside handler to close ModelSelector dropdown
2025-02-15 16:59:58 +01:00
Kamil Furtak
2056625cbd
Enhance accessibility for ModelSelector dropdown
...
Added keyboard support for toggling the dropdown using Enter or Space keys, improving accessibility. Also set appropriate focus properties by adding tabindex to the combobox element.
2025-02-15 16:55:55 +01:00
Kamil Furtak
f94be5b383
remove transparency
2025-02-15 16:50:15 +01:00
Kamil Furtak
a3a06d03ba
fix truncation
2025-02-15 16:42:40 +01:00
Kamil Furtak
95de84c41a
add whitespace-nowrap
2025-02-15 16:15:36 +01:00
Kamil Furtak
0f6bfca9bc
remove truncate
2025-02-15 16:07:33 +01:00
Kamil Furtak
24bf34c683
fix: Size of dropdowns should be always the same and not break into 2 lines
2025-02-15 15:59:37 +01:00
Stijnus
db5f30e1ee
Update settings.ts
2025-02-15 15:12:08 +01:00
Kamil Furtak
cb58db3bf0
fix ui add keyboard events
2025-02-15 13:51:11 +01:00
Kamil Furtak
d56708966a
fix srollbar
2025-02-15 13:45:26 +01:00
Kamil Furtak
b25db9b27e
add model search
2025-02-15 13:37:35 +01:00
Leex
294adfdd1b
fix: bug fix New UI / Feature tab - Default values hard-coded
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
It was not possible to change "Context Optimization" and "Prompt Library".
2025-02-15 09:57:22 +01:00
Stijnus
823c66e05c
Update pnpm-lock.yaml
2025-02-15 00:26:00 +01:00
Stijnus
79ea72ad74
Update FeaturesTab.tsx
...
Bug fix : Preserve Settings FeatureTab
2025-02-15 00:24:25 +01:00
Filipe Giácomo
4b817ebdce
Update amazon-bedrock.ts
...
New Claude 3.5 Sonnet v2 Anthropogenic Model
2025-02-12 11:39:37 -03:00
Anirban Kar
a0ea69fd74
fix: auto scroll fix, scroll allow user to scroll up during ai response ( #1299 )
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
2025-02-12 01:11:14 +05:30
Anirban Kar
2fe1f1d443
fix: starter template icons fix and auto resize of custon icons are reverted ( #1298 )
...
* fix: starter template icons fix and auto resize of custon icons are reverted
* fix: slidev icon revert
2025-02-12 01:08:28 +05:30
BaptisteCDC
c88938cffc
ci: updated Dockerfile to install latest version of corepack to ensure to have the right version to pnpm
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
2025-02-11 19:45:41 +05:30
Cole Medin
fbf1d46106
Merge pull request #1245 from Stijnus/FEAT_BoltDYI_NEW_SETTINGS_UI_V3
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
Docs CI/CD / build_docs (push) Has been cancelled
feat: bolt dyi new settings UI V3
2025-02-10 15:44:25 -06:00
Toddyclipsgg
6412e58b35
Delete .tool-versions
2025-02-09 18:28:14 -03:00
Toddyclipsgg
5ef7bdc42e
Delete wrangler.toml
2025-02-09 18:27:29 -03:00