feat: add Copilot support for AI workflow editing (Beta)#469
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 19, 2026
feat/multi-cli-providerbreaking-brake/cc-wf-studio:feat/multi-cli-providerCopy head branch name to clipboard
Merged
feat: add Copilot support for AI workflow editing (Beta)#469breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom feat/multi-cli-providerbreaking-brake/cc-wf-studio:feat/multi-cli-providerCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
feat/multi-cli-providerbreaking-brake/cc-wf-studio:feat/multi-cli-providerCopy head branch name to clipboard
Conversation
- 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>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 19, 2026
## [3.16.0](v3.15.3...v3.16.0) (2026-01-19) ### Features * add Copilot support for AI workflow editing ([#469](#469)) ([e655136](e655136))
|
🎉 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
Add GitHub Copilot as an alternative AI provider for workflow refinement, using VS Code Language Model API (
vscode.lm).Users can now choose between Claude Code CLI and Copilot in the refinement settings dropdown.
Changes
New Files
Modified Files (Key Changes)
Extension Host:
workflow-refinement.ts- Extract provider and copilotModel from payloadrefinement-service.ts- Add provider switch session detection, route to ai-providerclaude-code-service.ts- Add MODEL_NOT_SUPPORTED error code typeWebview:
SettingsDropdown.tsx- Add Provider selection UI, Copilot model dropdown with premium request multiplierrefinement-store.ts- Add selectedProvider and selectedCopilotModel state with localStorage persistenceerror-messages.ts- Add MODEL_NOT_SUPPORTED error handlingi18n (5 languages):
Features
vscode.lm.selectChatModels()Technical Notes
engines.vscoderemains at^1.80.0with runtime detection--allowed-toolsnot supported with Copilot providerTesting
npm run format && npm run lint && npm run check)npm run build)🤖 Generated with Claude Code