mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 14:41:35 +00:00
* fix(ui): keep stable chat rows in insertion order and only sort live tool/stream items by timestamp * fix(ui): keep live rows within current turn * fix(ui): keep current work above queued turns * fix(ui): keep streamed replies above queued turns * fix(ui): preserve reconnecting run order * fix(ui): preserve causal terminal ordering * fix(ui): bound replay rows to owning turns * fix(ui): keep question summaries in owning turns * fix(ui): scope question run ownership to session * fix(ui): restore reconnecting chat run identity * fix(ui): remove unused chatItemTimestamp import in chat-thread-build.ts * fix(ui): correlate question summaries with agent runs Co-authored-by: Peter Lee <li.xialong@xydigit.com> * chore(i18n): refresh native source baseline Co-authored-by: Peter Lee <li.xialong@xydigit.com> * fix(ui): remove unused chatItemTimestamp export and split tool-stream test file --------- Co-authored-by: Peter Steinberger <steipete@gmail.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 plus
custom BYOK provider entries that the Copilot SDK can represent. Manifest-owned
native provider ids stay with their owning runtimes. The harness is opt-in only:
selection requires explicit agentRuntime.id: "copilot" on a model or provider
entry; auto never picks it. OpenClaw 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.
Package
- Plugin id:
copilot - Package:
@openclaw/copilot - Minimum OpenClaw host:
2026.5.28