forked from stackblitz-labs/bolt.diy
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 50dd74d #11
Open
longfin
wants to merge
42
commits into
planetarium:develop
Choose a base branch
from
longfin:feature/merge-50dd74d
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge 50dd74d #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Implemented a new Diff View in the Workbench to visualize file changes - Added file history tracking with detailed change information - Enhanced FileTree and FileModifiedDropdown to show line additions and deletions - Integrated file history saving and retrieval in ActionRunner - Updated Workbench view types to include 'diff' option - Added support for inline and side-by-side diff view modes
…ange detection - Improved diff algorithm to detect more granular line and character-level changes - Added support for character-level highlighting in diff view - Simplified diff view mode by removing side-by-side option - Updated component rendering to support more detailed change visualization - Optimized line change detection with improved matching strategy
- Removed lucide-react and next-themes from package dependencies - Simplified import in workbench store for path and file-saver - Removed unnecessary module definition in Vite config
- Added dark/light theme support for syntax highlighting - Enhanced color styles for added/removed lines and characters - Integrated theme store to dynamically adjust syntax highlighter theme - Refined color contrast for better readability across themes
Improve connections visually and functionality
- improved organisation of connections (collapsibles) - improved deploy button - improved unique chat deployments
netlify deploy button to be disabled on streaming and show link icon when deployed
feat: netlify one click deployment
feat: diff view v3
…#1387) * feat: save user made changes persistent * fix: remove artifact from user message on the UI * fix: message Id generation fix
…enhancing (stackblitz-labs#1383) #release * fix: enhance prompt fix * fix: added error capture on api error * fix: replaced error with log for wrong files selected by bolt
…itz-labs#1381) * Fix FilesStore: Handle empty content correctly in saveFile(). Happens when user creates files in the web terminal * updated logic --------- Co-authored-by: Anirban Kar <[email protected]>
including: java, c, cpp, csharp, go ruby, rust
This reverts commit 60b6f47.
* feat:(project-snapshot) restoring project from snapshot on reload * minor bugfix * updated message * added snapshot reload with auto run dev commands * added message context * snapshot updated
…abs#1414 (stackblitz-labs#1436) * Fix: error building my application stackblitz-labs#1414 * fix for vite * Update vite.config.ts * Update root.tsx * fix the root.tsx and the debugtab * lm studio fix and fix for the api key * Update api.enhancer for prompt enhancement * bugfixes * Revert api.enhancer.ts back to original code * Update api.enhancer.ts * Update api.git-proxy.$.ts * Update api.git-proxy.$.ts * Update api.enhancer.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will merge 50dd74d to
develop
.Conflicted files are as below:
app/components/chat/BaseChat.tsx
app/components/workbench/Workbench.client.tsx
app/lib/modules/llm/providers/anthropic.ts
app/lib/persistence/useChatHistory.ts
app/lib/runtime/action-runner.ts
app/routes/api.health.ts
package.json
pnpm-lock.yaml
@kimwz I'd fix them manually, so please review these files with a focus on them. 🙏