Release: v3.16.0#470
Merged
breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom Jan 19, 2026
Merged
Release: v3.16.0#470breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
breaking-brake merged 2 commits intoproductionbreaking-brake/cc-wf-studio:productionfrom
Conversation
- Remove specific unsupported feature mention (Skill nodes now supported) - Simplify to general experimental feature warning Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
- Add AI provider selection (Claude Code / Copilot) in refinement settings - Implement VS Code LM API service with streaming support - Add dynamic Copilot model fetching from vscode.lm API - Add provider switch session discontinuation detection - Add MODEL_NOT_SUPPORTED error code for Copilot model access issues - Hide Allowed Tools setting when Copilot is selected - Add Premium Request multiplier link for Copilot models Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
🎉 This PR is included in version 3.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge latest changes from
maintoproductionfor automated release v3.16.0.Included Changes
Features
Documentation
Release Version Calculation
v3.16.0 (minor bump)
Semantic Release will analyze commits since the last release (v3.15.3) and will bump the version based on:
feat: add Copilot support for AI workflow editing(feat: add Copilot support for AI workflow editing (Beta) #469) → minor bumpchore: update GitHub Copilot Export note in README(chore: update GitHub Copilot Export note in README #467) → no version bump (chore prefix)Result: 3.15.3 + minor = 3.16.0
CHANGELOG.md Contents
The following features will be included:
README update (#467) will not appear in CHANGELOG (chore commits are hidden).
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.