feat: add workflow preview with CustomTextEditorProvider#357
Merged
breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom Jan 3, 2026
feat/workflow-previewbreaking-brake/cc-wf-studio:feat/workflow-previewCopy head branch name to clipboard
Merged
feat: add workflow preview with CustomTextEditorProvider#357breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom feat/workflow-previewbreaking-brake/cc-wf-studio:feat/workflow-previewCopy head branch name to clipboard
breaking-brake merged 3 commits intomainbreaking-brake/cc-wf-studio:mainfrom
feat/workflow-previewbreaking-brake/cc-wf-studio:feat/workflow-previewCopy head branch name to clipboard
Conversation
- Add visual preview when opening workflow JSON files - Show floating Preview/Before/After badges for git diff context - Detect git changes to display After badge on modified files - Add Edit button to open workflow in main editor - Support 5 languages (EN, JA, KO, ZH-CN, ZH-TW) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Show loading overlay while workflow is being loaded from preview - Add loading.openWorkflow translation key for 5 languages - Add PREPARE_WORKFLOW_LOAD message to coordinate loading state 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Changed from execSync to execFileSync with array arguments - Avoids shell escaping issues on Windows with special characters in paths 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 3, 2026
## [3.12.0](v3.11.3...v3.12.0) (2026-01-03) ### Features * add workflow preview with CustomTextEditorProvider ([#357](#357)) ([adc3081](adc3081))
|
🎉 This PR is included in version 3.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
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.
Summary
Add visual preview functionality for workflow JSON files using VSCode's CustomTextEditorProvider.
.vscode/workflows/*.jsonfiles, display a visual preview instead of raw JSONChanges
Extension
prepareEditorForLoadandloadWorkflowIntoEditorfunctionsWebview
Shared
Impact
Testing
npm run check)npm run build)🤖 Generated with Claude Code