mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 21:49:38 +00:00
Add manifest-owned GitHub Copilot token support for non-interactive onboarding, including documented env fallback, ref-mode tokenRef storage, saved-profile reuse, and default model wiring that preserves existing primary model configuration.
Validation:
- pnpm test extensions/github-copilot/index.test.ts src/plugins/contracts/registry.contract.test.ts src/commands/onboard-non-interactive/local/auth-choice-inference.test.ts
- pnpm check:changed
- CI green on
|
||
|---|---|---|
| .. | ||
| api.ts | ||
| auth.test.ts | ||
| auth.ts | ||
| connection-bound-ids.live.test.ts | ||
| connection-bound-ids.test.ts | ||
| connection-bound-ids.ts | ||
| embeddings.test.ts | ||
| embeddings.ts | ||
| index.test.ts | ||
| index.ts | ||
| login.ts | ||
| models-defaults.ts | ||
| models.test.ts | ||
| models.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| provider-auth.contract.test.ts | ||
| provider-discovery.contract.test.ts | ||
| provider-runtime.contract.test.ts | ||
| register.runtime.ts | ||
| replay-policy.ts | ||
| stream.test.ts | ||
| stream.ts | ||
| token.ts | ||
| tsconfig.json | ||
| usage.ts | ||