mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 18:38:12 +00:00
Recover assistant turns that complete tool work without producing a visible final answer, while preserving intentional silent replies. Use concrete tool-instance replay safety across embedded, Codex, and Copilot runtimes so unknown, mutating, async-started, and durable recall operations fail closed. Preserve genuine empty Codex final items without promoting commentary or tool-progress echoes. Supersedes #90872. Thanks @fuller-stack-dev. Co-authored-by: fuller-stack-dev <263060202+fuller-stack-dev@users.noreply.github.com>
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