@openclaw/copilot 2026.5.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # GitHub Copilot agent runtime (OpenClaw plugin)
2
+
3
+ External OpenClaw plugin that registers a `copilot` agent harness backed by `@github/copilot-sdk` and the GitHub Copilot CLI.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ openclaw plugins install @openclaw/copilot
9
+ ```
10
+
11
+ Restart the Gateway after installing or updating the plugin.
12
+
13
+ The harness claims the canonical subscription `github-copilot` provider and
14
+ is opt-in only — selection requires explicit `agentRuntime.id: "copilot"`
15
+ on a model or provider entry; `auto` never picks it. PI remains the default
16
+ embedded runtime.
17
+
18
+ See [GitHub Copilot agent runtime](../../docs/plugins/copilot.md) for
19
+ configuration, doctor probes, transcript mirroring, compaction, side
20
+ questions, replay, and the supported-surface contract.
21
+ See [qa/copilot-capabilities.md](../../qa/copilot-capabilities.md)
22
+ for the SDK capability inventory the harness is pinned to.
23
+
24
+ ## Package
25
+
26
+ - Plugin id: `copilot`
27
+ - Package: `@openclaw/copilot`
28
+ - Minimum OpenClaw host: `2026.5.28`