Files
openclaw/extensions/github-copilot/runtime-identity.ts

4 lines
226 B
TypeScript

// GitHub's current fine-grained PAT contract is the Copilot CLI identity.
// Keep this provider-owned instead of changing the legacy public SDK constant.
export const COPILOT_RUNTIME_INTEGRATION_ID = "copilot-developer-cli";