-
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.16.1
head repository: breaking-brake/cc-wf-studio
compare: v3.17.0
- 13 commits
- 57 files changed
- 3 contributors
Commits on Jan 20, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1e19be6 - Browse repository at this point
Copy the full SHA 1e19be6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d8239a3 - Browse repository at this point
Copy the full SHA d8239a3View commit details
Commits on Jan 21, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for ac27595 - Browse repository at this point
Copy the full SHA ac27595View commit details
Commits on Jan 22, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for f041493 - Browse repository at this point
Copy the full SHA f041493View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ec33387 - Browse repository at this point
Copy the full SHA ec33387View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c9e7e2f - Browse repository at this point
Copy the full SHA c9e7e2fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1c647c2 - Browse repository at this point
Copy the full SHA 1c647c2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dbcda41 - Browse repository at this point
Copy the full SHA dbcda41View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b0da929 - Browse repository at this point
Copy the full SHA b0da929View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 02ef6d2 - Browse repository at this point
Copy the full SHA 02ef6d2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9ef0abf - Browse repository at this point
Copy the full SHA 9ef0abfView commit details -
Merge pull request #489 from breaking-brake/main
Release: v3.17.0
Configuration menu - View commit details
-
Copy full SHA for 12d9b98 - Browse repository at this point
Copy the full SHA 12d9b98View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for b370a9b - Browse repository at this point
Copy the full SHA b370a9bView 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.16.1...v3.17.0