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.16.1
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.17.0
Choose a head ref
Loading
  • 13 commits
  • 57 files changed
  • 3 contributors

Commits on Jan 20, 2026

  1. fix: display dynamic provider name in refinement chat initial message (

    …#476)
    
    - Updated translation files to use {{providerName}} parameter interpolation
    - Modified MessageList.tsx to pass provider name based on selectedProvider
    - Shows "Claude Code" or "GitHub Copilot" based on selected AI provider
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    1e19be6 View commit details
    Browse the repository at this point in the history
  2. feat: rename to CC Workflow Studio (#477)

    * feat: rename to CC Workflow Studio
    
    - Renamed from "Claude Code Workflow Studio" to "CC Workflow Studio"
    - Added GitHub Copilot support documentation in README
    - Updated description and keywords for better discoverability
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * chore: update extension icon
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d8239a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. chore: emphasize AI conversation in README hero description (#479)

    - Prioritize AI conversation over drag-and-drop in tagline
    - Change "without writing code" to "with natural language"
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    ac27595 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. fix: hide CLAUDE.md tip in Edit with AI when using Copilot (#480)

    - Copilot cannot reference CLAUDE.md files
    - Tip is now only shown for Claude Code provider
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    f041493 View commit details
    Browse the repository at this point in the history
  2. chore: fix dependabot alert #18 (CVE-2026-23950) (#481)

    - Updated tar 7.5.2 → 7.5.4 via transitive dependency update
    - @semantic-release/npm 13.1.2 → 13.1.3
    - npm 11.6.4 → 11.8.0
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    ec33387 View commit details
    Browse the repository at this point in the history
  3. improvement: clarify Copilot uses VSCode Language Model API (#482)

    - Add Copilot-specific note explaining VSCode Language Model API usage
    - Add "Learn more" link to VSCode LM API documentation
    - Update translations for all 5 languages (en, ja, ko, zh-CN, zh-TW)
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    c9e7e2f View commit details
    Browse the repository at this point in the history
  4. improvement: remove Slack import/export demo from README (#483)

    - Remove Slack sharing demo GIFs and descriptions from README
    - Delete slack-export-demo.gif and slack-import-demo.gif
    - Update .vscodeignore to remove references to deleted files
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    1c647c2 View commit details
    Browse the repository at this point in the history
  5. fix: YAML escaping and Copilot tools export improvements (#485)

    * fix: properly escape YAML special characters in description field
    
    - Escape backslashes and double quotes in escapeYamlString()
    - Remove newlines instead of escaping them (cleaner output)
    - Apply escapeYamlString to description in both slash command and Copilot exports
    - Also escape argument-hint field in Copilot export
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * fix: remove Claude Code-specific tools from Copilot export
    
    - slashCommandOptions.allowedTools contains Claude Code tool names
    - These tools (Bash, Read, Edit, etc.) have no meaning in Copilot
    - When tools: is omitted, Copilot allows all available tools
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    dbcda41 View commit details
    Browse the repository at this point in the history
  6. chore: update Node.js version to 22 in security-scan workflow (#486)

    - semantic-release packages require Node.js ^22.14.0 or >= 24.10.0
    - Aligns with release.yml which already uses Node.js 22
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    b0da929 View commit details
    Browse the repository at this point in the history
  7. chore: simplify README by removing redundant sections (#487)

    - Remove "Why CC Workflow Studio?" section (duplicates Key Features)
    - Remove "AI-Assisted Workflow Refinement" detailed section
    - Remove "How It Works" section (covered by onboarding tour)
    - Remove "Getting Started" section (self-explanatory for VSCode extension)
    - Remove "Usage Examples", "FAQ", "Troubleshooting" sections
    - Update "One-Click Export & Run" to include Copilot export paths
    - Rename "AI-Assisted Workflow Refinement" to "Edit with AI"
    - Add placeholder "Usage Examples" section
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    02ef6d2 View commit details
    Browse the repository at this point in the history
  8. fix: add ~/.mcp.json support to MCP config reader (#488)

    - Added getUserMcpConfigPath() function for user-level ~/.mcp.json
    - Updated getMcpServerConfig() with Priority 2 for ~/.mcp.json
    - Updated getAllMcpServerIds() to collect from ~/.mcp.json
    - Fixes #484
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    breaking-brake and claude authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    9ef0abf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #489 from breaking-brake/main

    Release: v3.17.0
    breaking-brake authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    12d9b98 View commit details
    Browse the repository at this point in the history
  10. chore(release): 3.17.0 [skip ci]

    ## [3.17.0](v3.16.1...v3.17.0) (2026-01-22)
    
    ### Features
    
    * rename to CC Workflow Studio ([#477](#477)) ([d8239a3](d8239a3))
    
    ### Bug Fixes
    
    * add ~/.mcp.json support to MCP config reader ([#488](#488)) ([9ef0abf](9ef0abf)), closes [#484](#484)
    * display dynamic provider name in refinement chat initial message ([#476](#476)) ([1e19be6](1e19be6))
    * hide CLAUDE.md tip in Edit with AI when using Copilot ([#480](#480)) ([f041493](f041493))
    * YAML escaping and Copilot tools export improvements ([#485](#485)) ([dbcda41](dbcda41))
    
    ### Improvements
    
    * clarify Copilot uses VSCode Language Model API ([#482](#482)) ([c9e7e2f](c9e7e2f))
    * remove Slack import/export demo from README ([#483](#483)) ([1c647c2](1c647c2))
    github-actions[bot] committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    b370a9b 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.