-
Notifications
You must be signed in to change notification settings - Fork 546
Comparing changes
Open a pull request
base repository: breaking-brake/cc-wf-studio
base: v3.29.2
head repository: breaking-brake/cc-wf-studio
compare: v3.30.0
- 5 commits
- 49 files changed
- 3 contributors
Commits on Mar 19, 2026
-
feat: add group node highlight toggle, MCP improvements, and bug fixes (
#661) * feat: add group node highlight toggle, MCP Stop button, and edge animation - Add highlight toggle button (lightbulb) to WorkflowEditor panel - Add MCP server Stop button and "cc-wf-studio MCP" badge to Toolbar - Add highlight-driven edge animation (ignores animation toggle) - Add highlight_group_node MCP tool for execution tracking - Pass highlightEnabled to export/run commands - Remove React.memo from GroupNode to fix intermittent highlight failure - Add i18n keys for highlight toggle Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: move AntigravityMcpRefreshDialog listener to App.tsx - Moved ANTIGRAVITY_MCP_REFRESH_NEEDED listener from McpServerSection to App.tsx - Dialog now renders regardless of RefinementChatPanel open/close state - Removed dialog-related state and handlers from McpServerSection Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: remove duplicate Cancel button from modal warning dialogs - VSCode modal dialogs auto-add a Cancel button, so explicit 'Cancel' was redundant - Affected: all provider handlers, slack-import, skill-normalization-service Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: pass highlightEnabled to Run handlers and improve Antigravity MCP flow - Add { highlightEnabled: payload.highlightEnabled } to all 7 Run handlers - Add AntigravityMcpRefreshNeededPayload with context and skillName fields - Support skipCascadeLaunch option for Antigravity Run when config is newly written - Handle MCP server port changes by clearing written configs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: address PR review feedback for highlight toggle feature - Return result from handleRunForAntigravity to avoid sending refresh dialog on failure - Allow highlight clear (null) even when isHighlightEnabled is false - Respect prefers-reduced-motion for highlight pulse animations - Reset highlightedGroupNodeId on workflow clear/load/update operations - Rename keyframe to kebab-case (highlight-btn-pulse) - Escape Markdown table cells in workflow prompt generator Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 5158e37 - Browse repository at this point
Copy the full SHA 5158e37View commit details -
fix: detect Cursor editor via appName instead of extension ID (#662)
- Cursor Agent is built-in, not a separate extension - Use vscode.env.appName/uriScheme for detection Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ffbb163 - Browse repository at this point
Copy the full SHA ffbb163View commit details -
fix: support plugin agents in workflow detection and export (#651) (#663
) * fix: support plugin agents in workflow detection and export - Add scanPluginAgents() to command-service following scanPluginSkills pattern - Add pluginName field to CommandReference and SubAgentData types - Add Plugin tab in SubAgentCreationDialog with pluginName:agentName display - Skip plugin agent nodes during export (files exist in plugin directory) - Show pluginName:agentName format in SubAgentNode and prompt generator Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: address PR #663 review feedback - Fix installation selection fallback when no project scope matches - Add pluginName to deduplication checks in scanAllCommands/scanAllSkills - Internationalize hardcoded English string in SubAgentCreationDialog Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 3aa2023 - Browse repository at this point
Copy the full SHA 3aa2023View commit details -
Merge pull request #664 from breaking-brake/main
Release: v3.30.0
Configuration menu - View commit details
-
Copy full SHA for bc4e1a0 - Browse repository at this point
Copy the full SHA bc4e1a0View commit details -
chore(release): 3.30.0 [skip ci]
## [3.30.0](v3.29.2...v3.30.0) (2026-03-19) ### Features * add group node highlight toggle, MCP improvements, and bug fixes ([#661](#661)) ([5158e37](5158e37)) ### Bug Fixes * detect Cursor editor via appName instead of extension ID ([#662](#662)) ([ffbb163](ffbb163)) * support plugin agents in workflow detection and export ([#651](#651)) ([#663](#663)) ([3aa2023](3aa2023))
Configuration menu - View commit details
-
Copy full SHA for aa4a4fc - Browse repository at this point
Copy the full SHA aa4a4fcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.29.2...v3.30.0