-
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.22.0
head repository: breaking-brake/cc-wf-studio
compare: v3.22.1
- 6 commits
- 16 files changed
- 5 contributors
Commits on Feb 18, 2026
-
fix: escape Mermaid-special characters in node labels (#579)
* Initial plan * fix: escape all Mermaid-special characters in node labels - Added escaping for ( ) { } < > | # characters - Fixed syntax errors when special characters appear in Skill and Custom Slash Command node labels - Prevents Mermaid from misinterpreting characters as shape delimiters Co-authored-by: breaking-brake <76818625+breaking-brake@users.noreply.github.com> * fix: correct order of character replacement in escapeLabel - Move hash (#) replacement to first position to prevent double-escaping - Hash must be escaped before other replacements to avoid corrupting escape codes - All 8 test cases now pass Co-authored-by: breaking-brake <76818625+breaking-brake@users.noreply.github.com> * chore: format workflow-schema-basic.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: prevent escapeLabel from breaking <br/> tags in Mermaid labels - Escape user input parts only, keep <br/> outside escapeLabel - Affects AskUserQuestion, Branch, IfElse, Switch node labels Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: breaking-brake <76818625+breaking-brake@users.noreply.github.com> Co-authored-by: breaking-brake <sei_plus@outlook.jp> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for fced314 - Browse repository at this point
Copy the full SHA fced314View commit details -
improvement: remove redundant validate_workflow MCP tool (#580)
- Removed validate_workflow tool definition from mcp-server-tools.ts - Updated AI editing skill template to use apply_workflow directly - apply_workflow already performs identical validation internally Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 8683434 - Browse repository at this point
Copy the full SHA 8683434View commit details -
fix: support HTTP transport for MCP tool nodes (#581)
- Add url field to McpServerReference type - Infer type 'http' from url in normalizeServerConfig - Add StreamableHTTPClientTransport-based connection in mcp-sdk-client - Route listTools/getToolSchema by transport type (http/sse/stdio) - Supplement CLI results with config file type/url in merge logic Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for cebcd21 - Browse repository at this point
Copy the full SHA cebcd21View commit details -
chore: update branding tagline for clarity (#582)
* chore: update branding tagline for clarity - Simplify displayName to "CC Workflow Studio" - Set description to "Visual Workflow Editor for AI Agents" - Update README.md tagline to match - Remove redundant 3-line description block from README.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: remove github-knowledge MCP references from CLAUDE.md - Remove Planning Guidelines section that required github-knowledge MCP - MCP server has been deprecated Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6c868cf - Browse repository at this point
Copy the full SHA 6c868cfView commit details -
Merge pull request #584 from breaking-brake/main
Release: v3.22.1
Configuration menu - View commit details
-
Copy full SHA for 9d4d533 - Browse repository at this point
Copy the full SHA 9d4d533View commit details -
chore(release): 3.22.1 [skip ci]
## [3.22.1](v3.22.0...v3.22.1) (2026-02-18) ### Bug Fixes * escape Mermaid-special characters in node labels ([#579](#579)) ([fced314](fced314)) * support HTTP transport for MCP tool nodes ([#581](#581)) ([cebcd21](cebcd21)) ### Improvements * remove redundant validate_workflow MCP tool ([#580](#580)) ([8683434](8683434))
Configuration menu - View commit details
-
Copy full SHA for 57fc84c - Browse repository at this point
Copy the full SHA 57fc84cView 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.22.0...v3.22.1