Add interactive provider selection to the restored Claude Code CLI#11
Open
robll-v1 wants to merge 3 commits intooboard:mainfrom
Open
Add interactive provider selection to the restored Claude Code CLI#11robll-v1 wants to merge 3 commits intooboard:mainfrom
robll-v1 wants to merge 3 commits intooboard:mainfrom
Conversation
Allow GitHub Models and Copilot-hosted Claude models to run through the existing Claude Code runtime without manual API key setup.
Document how to use GitHub Models and GitHub Copilot with the restored Claude Code runtime, including auth sources and current Copilot model limitations.
Add a visual /provider flow and config entry so users can switch providers and models without editing settings by hand. Document the new provider picker workflow in the README.
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.
Description:
This update adds a visual /provider flow to the restored Claude Code CLI, so users can switch between Anthropic, GitHub Models, GitHub Copilot, and configured custom providers without editing settings by hand. The provider picker persists the selected provider, reuses the existing model picker for provider-specific model selection, and documents the workflow in the README.
为恢复版 Claude Code CLI 增加可视化 Provider 切换
描述:
这次更新为恢复版 Claude Code CLI 增加了可视化的 /provider 选择流程,用户无需手动修改 settings,即可在 Anthropic、GitHub Models、GitHub Copilot 以及已配置的自定义 provider 之间切换。Provider 选择器会持久化所选 provider,并复用现有模型选择器完成对应模型切换,同时 README 也补充了相关使用说明。