Releases: stackblitz-labs/bolt.diy
Releases · stackblitz-labs/bolt.diy
Release v0.0.3
Release v0.0.3
🔄 Changes since v0.0.2
🐛 Bug Fixes
- Prompt Enhance
📚 Documentation
- miniflare error knowledge
🔧 Chores
- adding back semantic pull pr check for better changelog system
- update commit hash to 1e72d52
- update commit hash to 282beb9
🔍 Other Changes
- Merge remote-tracking branch 'upstream/main'
- Merge pull request #781 from thecodacus/semantic-pull-pr
- miniflare and wrangler error
- simplified the fix
- Merge branch 'main' into fix/prompt-enhance
Release v0.0.2
Release v0.0.2
🔄 Changes since v0.0.1
✨ Features
- add unit configuration to uno.config.ts
- added perplexity model
- Experimental Prompt Library Added
- start update by branch
🐛 Bug Fixes
- added more controlled rate for code streaming
- handle conflicts between input method engine and enter key
- LM Studio sending messgae
- adjust intro section margin and textarea outline style in BaseChat component
- commit-file-ignore
- lm studio fix
- start new chat icon
- removed context optimization temporarily, to be moved to optional from menu
♻️ Code Refactoring
- remove unused React import in ImportButtons component
- simplify GitCloneButton component by removing unused tooltip and streamlining button structure
🔍 Other Changes
What's Changed
- fix: auto select model on provider disabled by @thecodacus in #684
- doc: update README.md by @dustinwloring1988 in #643
- Added some small UI enhancements to the Settings and Sidebar by @Stijnus in #676
- fix: commit file ignore by @dustinwloring1988 in #711
- fix: LM Studio sending message by @dustinwloring1988 in #709
- Fix/UI enhancements by @SujalXplores in #708
- Fix/start new chat icon by @SujalXplores in #710
- feat(context optimization): Optimize LLM Context Management and File Handling by @thecodacus in #578
- fix: removed context optimization temporarily, to be moved to optional by @thecodacus in #713
- added support for private github repo through github connections by @thecodacus in #670
- fix: Add Code Streaming Sampling for Performance Optimization by @thecodacus in #655
- fix: handle conflicts between input method engine and enter key by @Dlouxgit in #679
- add: Groq Llama 3.3 70B by @dustinwloring1988 in #712
- Add Screenshot Capture and Management Features to Chat and Workbench Components by @emcconnell in #582
- Update readme by @emcconnell in #722
- Add 90b llama-3.2 model for better performance by @bitsnaps in #567
- feat: added perplexity model by @meetpateltech in #715
- Feat: Basic file tree context menu by @kochrt in #602
- doc: README, FAQ, CONTRIBUTING branding updates by @dustinwloring1988 in #728
- ui-ux: Setting Modal Changes by @dustinwloring1988 in #725
- ui-ux: prompt enhanced toast notification by @dustinwloring1988 in #729
- ui-ux: Features Tab Changes by @dustinwloring1988 in #726
- ui: fallback icon for provider by @dustinwloring1988 in #739
- add: Perplexity Provider Icon by @dustinwloring1988 in #742
- doc: README formating by @dustinwloring1988 in #740
- doc: branding update by @dustinwloring1988 in #747
- ui-ux: debug tab by @dustinwloring1988 in #727
- add: a favicon.ico by @dustinwloring1988 in #754
- fix: warn Constants Failed by @dustinwloring1988 in #753
- fix: update vite.config.ts by @dustinwloring1988 in #751
- doc: update mkdocs.yml by @dustinwloring1988 in #750
- doc: mkdoc consistent style by @dustinwloring1988 in #756
- doc: new section heading by @dustinwloring1988 in #758
- Fix/clickable links docs by @dustinwloring1988 in #759
- add: default provider icon by @dustinwloring1988 in #761
- fix: added auto detect branch name and version tag by @thecodacus in #755
- feat: Show token usage by @thecodacus in #769
- (Work In Progress) Exploration of how to show token usage by @wonderwhy-er in #609
- fix: UI bug debug tab : System Information by @Stijnus in #760
- fix: Application fails to load on Safari by @thecodacus in #771
- Check the render method of SlotClone. #432 by @DiegoSouzaPW in #433
- chore: Commit workflow fix by @thecodacus in #772
- feat(experimental): Add Configurable System Prompts Feature by @thecodacus in #744
- chore: Workflow fix by @thecodacus in #773
- feat(url-prompt) added prompt url params by @thecodacus in #669
- feat:Added backdrop and loading screen in Git clone from Url by @thecodacus in #597
- ui: Fixed theming of Copy Code button by @D-Byte in #774
- feat: Improved GitHub connection by @dustinwloring1988 in #757
- release: Bugfix for stable by @thecodacus in #776
New Contributors
- @Stijnus made their first contribution in #676
- @Dlouxgit made their first contribution in #679
- @emcconnell made their first contribution in #582
- @bitsnaps made their first contribution in #567
- @meetpateltech made their first contribution in #715
- @DiegoSouzaPW made their first contribution in #433
- @D-Byte made their first contribution in #774
Full Changelog: v0.0.1...v0.0.2
Release v0.0.1
Release v0.0.1
🎉 First Release
What's Changed
- Add provider filtering on model list by @jasonm23 in #1
- Added Google Generative AI (gemini) integration by @jonathands in #2
- let the ollama models be auto generated from ollama api by @yunatamos in #5
- added download button to downloade generated code in a zip file by @fabwaseem in #6
- Sync with stackblitz upstream by @jasonm23 in #7
- Update README.md by @kofi-bhr in #28
- Update README.md by @yunatamos in #8
- [Prompt] Add structured planning step to improve response quality by @kofi-bhr in #11
- Fix for llama 3.1 models by @fernsdavid25 in #12
- Docker Additions by @aaronbolton in #23
- Added GitHub push functionality by @goncaloalves in #24
- feat: added sync files to selected local folder function is created.Yarn package manager fixes, styling fixes. Sass module fix. Added Claude model for open router. by @muzafferkadir in #30
- Add mistral models. by @ArulGandhi in #36
- Enhance Ollama Model Integration and Type Definitions by @TarekS93 in #44
- Adding Deepseek coder + Deepseek chat with the Deepseek API. by @zenith110 in #51
- chore: Add environment variables for OpenAI Like integration by @ZerxZ in #60
- Further changes to support OLLAMA_API_BASE_URL with ollama models by @noobydp in #64
- Update constants.ts by @ArulGandhi in #70
- Added more detailed instructions by @mayurjobanputra in #55
- fix: further enhance Docker and docker-comose support with staged, --target and --profile support, plus Coolify Deployment Support by @hillct in #71
- chore: create .dockerignore file by @ajshovon in #77
- feat: added support for xAI Grok Beta by @milutinke in #196
- feat: set numCtx = 32768 for Ollama models by @patrykwegrzyn in #209
- feat: add ability to enter API keys in the UI by @ali00209 in #101
- fix: respect provider choice from UI by @TommyHolmberg in #188
- docs: update README.md changed .env to .env.local by @albahrani in #178
- feat: added the latest Sonnet 3.5 and Haiku 3.5 by @milutinke in #205
- removing GitHub action workflow github-build-push.yml by @aaronbolton in #242
- feat: lm studio integration by @karrot0 in #104
- fix: bug #245 by @ali00209 in #254
- fix: adds missing -t for dockerbuild:prod command in package.json by @JNN5 in #247
- feat(bolt terminal): added dedicated bolt terminal, and attached to workbench by @thecodacus in #228
- Temporarily removing semantic-pr.yaml by @chrismahoney in #261
- feat(code-streaming): added code streaming to editor while AI is writing files by @thecodacus in #213
- feat: refactor/standardise model providers code + add "get provider key" by @wonderwhy-er in #251
- Update README.md by @cardonasMind in #285
- fix: gemini create model error by @dmaksimov in #158
- Fix/provider consolelog by @chrismahoney in #296
- fix: added scroll fix for file browser by @thecodacus in #304
- olama local add by @armfuls in #118
- Should not provide hard-coded OLLAMA_API_BASE_URL value in .env.example by @chrismahoney in #321
- Huggingface Models Integrated by @ahsan3219 in #314
- (Ready for review and merge) Add Chat Rewind, Duplicate, and Fork Features by @wonderwhy-er in #305
- fix(project-reload): execution order is fix, this fixes the inconsistency on project reload by @thecodacus in #309
- feat: [UX] click shortcut in chat to go to source file in workbench by @hgosansn in #330
- Update the Google Gemini models list by @kekePower in #338
- fix: enhance prompt "Invalid or missing provider" bad request error by @SujalXplores in #347
- (Ready for review) - Small visual fix. Add background for chat window(currently transparent and looks ugly) by @wonderwhy-er in #350
- Cohere support added by @hasanraiyan in #351
- fix(ui): mobile friendly by @qwikode in #361
- Created DEFAULT_NUM_CTX VAR with a default of 32768 by @aaronbolton in #328
- Update to Gemini exp-1121 by @kekePower in #371
- Added 3 new models to Huggingface by @kekePower in #380
- Linting by @mrsimpson in #367
- (Ready for review) Import and Export Individual Chats by @wonderwhy-er in #372
- Small-cleanup-of-base-chat-component by @wonderwhy-er in #412
- fix: silent eslint issues by @SujalXplores in #414
- Force local linting by @mrsimpson in #378
- fix: prettier issue by @SujalXplores in #411
- Feat/improve sidebar by @SujalXplores in #422
- (Ready for Review) Start chat with Folder Import by @wonderwhy-er in #413
- Bump the npm_and_yarn group across 1 directory with 9 updates by @dustinwloring1988 in #456
- Socail Image - Filesize and Image size by @dustinwloring1988 in #455
- docs: added documentation creation framework by @thecodacus in #445
- Ollama not respecting model selection by @dustinwloring1988 in #460
- Add search chats support by @SujalXplores in #440
- [fix]: shell commands execution failure on app reload by @PuneetP16 in #427
- GitHub action fix for docs by @thecodacus in #488
- Stable additions by @dustinwloring1988 in #491
- [fix]: artifact actionlist rendering in chat by @PuneetP16 in #430
- feat: add custom unique filename when download as zip by @lassecapel in #312
- [fix]: README Headings and Ollama Section by @dustinwloring1988 in #490
- UI glow and Prompt Caching by @dustinwloring1988 in #493
- Enhance Chat Functionality with Prompt Caching by @SujalXplores in #431
- combind-merge by @dustinwloring1988 in #498
- BugFix: Terminal render too many times causing performance freeze by @hgosansn in #384
- feat: add Together AI integration and provider implementation guide by @mouimet-infinisoft in #385
- Updated SCSS to use @use instead of @import via sass-migrator by @calvinvette in #496
- Fixed v3_lazyRouteDiscovery flag warn by @dustinwloring1988 in #505
- Update README.md by @dustinwloring1988 in #506
- Docs Link added to readme by @thecodacus in #508
- Update linting-failed-message in pre-commit by @mrsimpson in #512
- feat: better prompt enhancement by @SujalXplores in #428
- fix: typo in docker-compose.yaml by @sci3ma in ht...