Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: breaking-brake/cc-wf-studio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.22.0
Choose a base ref
Loading
...
head repository: breaking-brake/cc-wf-studio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.1
Choose a head ref
Loading
  • 6 commits
  • 16 files changed
  • 5 contributors

Commits on Feb 18, 2026

  1. 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>
    4 people authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    fced314 View commit details
    Browse the repository at this point in the history
  2. 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>
    breaking-brake and claude authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    8683434 View commit details
    Browse the repository at this point in the history
  3. 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>
    breaking-brake and claude authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    cebcd21 View commit details
    Browse the repository at this point in the history
  4. 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>
    breaking-brake and claude authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    6c868cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #584 from breaking-brake/main

    Release: v3.22.1
    breaking-brake authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    9d4d533 View commit details
    Browse the repository at this point in the history
  6. 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))
    github-actions[bot] committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    57fc84c View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.