-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Bug]: configure GitHub copilot as provider #4851
Copy link
Copy link
Labels
bugSomething isn't workingSomething isn't workingr:supportUsage/support question — better handled in community channels than the bug backlogUsage/support question — better handled in community channels than the bug backlogstatus:in-progressAn open PR is actively targeting this issue.An open PR is actively targeting this issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingr:supportUsage/support question — better handled in community channels than the bug backlogUsage/support question — better handled in community channels than the bug backlogstatus:in-progressAn open PR is actively targeting this issue.An open PR is actively targeting this issue.
Type
Projects
Status
In Progress
Affected component
provider, onboard
Severity
S2 - workflow degraded (workaround exists: manual config.toml edit)
Current behavior
The
zeroclaw onboardcommand does not present GitHub Copilot as a selectable provider. Copilot is a supported provider with existing implementation, but it is absent from the onboarding wizard's provider list. Users who want to use Copilot must manually editconfig.toml:Then run
zeroclaw agent, which will trigger a browser-based Copilot login flow on the first prompt. There is no documentation for this workaround.Expected behavior
zeroclaw onboardshould include GitHub Copilot in the provider selection list and guide the user through the OAuth device-flow login, the same way other providers prompt for credentials.Steps to reproduce
zeroclaw onboard # GitHub Copilot does not appear in the provider listImpact
All users who want to use GitHub Copilot as their provider cannot do so through the standard setup path.
Logs / stack traces
ZeroClaw version
0.6.5
Rust version
No response
Operating system
Docker
Regression?
No — Copilot was never added to the onboarding wizard.
Pre-flight checks
Fix
PR #5321 adds Copilot to the onboarding command. This issue will close when that PR merges.