openclaw/extensions/copilot
2026-06-29 15:34:04 -07:00
..
src refactor: migrate plugin transcript mirrors (#89518) 2026-06-23 09:32:45 -07:00
doctor-contract-api.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
doctor-contract-api.ts chore(deadcode): remove stale copilot doctor probes 2026-06-21 16:42:27 +08:00
harness.test.ts fix(copilot): preserve compaction metadata 2026-06-23 17:11:24 +08:00
harness.ts fix(copilot): preserve compaction metadata 2026-06-23 17:11:24 +08: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): prepare 2026.6.11 2026-06-29 15:34:04 -07:00
openclaw.plugin.json fix(plugins): remove simpleicons icon color paths (#95987) 2026-06-23 12:16:02 -07:00
package.json chore(release): prepare 2026.6.11 2026-06-29 15:34:04 -07:00
README.md chore(deadcode): remove stale copilot doctor probes 2026-06-21 16:42:27 +08: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, the doctor contract, 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