openclaw/extensions/copilot
2026-06-18 22:29:45 +08:00
..
src refactor(copilot): remove unused usage total helper 2026-06-18 22:29:45 +08:00
doctor-contract-api.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
doctor-contract-api.ts
harness.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
harness.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
index.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
index.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
npm-shrinkwrap.json chore(release): refresh npm shrinkwrap versions 2026-06-17 07:32:37 +08:00
openclaw.plugin.json chore(release): sync main to 2026.6.8 2026-06-17 07:25:30 +08:00
package.json chore(release): sync main to 2026.6.8 2026-06-17 07:25:30 +08:00
README.md docs(plugins): add external package readmes 2026-05-29 21:00:29 +01:00
tsconfig.json

GitHub Copilot agent runtime (OpenClaw plugin)

External OpenClaw plugin that registers a copilot agent harness backed by @github/copilot-sdk and the GitHub Copilot CLI.

Install

openclaw plugins install @openclaw/copilot

Restart the Gateway after installing or updating the plugin.

The harness claims the canonical subscription github-copilot provider and is opt-in only — selection requires explicit agentRuntime.id: "copilot" on a model or provider entry; auto never picks it. PI remains the default embedded runtime.

See GitHub Copilot agent runtime for configuration, doctor probes, transcript mirroring, compaction, side questions, replay, and the supported-surface contract. See qa/copilot-capabilities.md for the SDK capability inventory the harness is pinned to.

Package

  • Plugin id: copilot
  • Package: @openclaw/copilot
  • Minimum OpenClaw host: 2026.5.28