Copilot CLI v1.0.4-3: Shell RPC & Plugin Fixes

Copilot CLI 1.0.4-3 adds shell command RPC methods with streaming output and fixes custom agent loading in ACP mode.

Copilot CLI v1.0.4-3: Shell RPC & Plugin Fixes

TL;DR

  • New RPC methods for executing shell commands with streaming output
  • Fixed custom agent loading in ACP mode

New

  • session.shell.exec and session.shell.kill RPC methods — Execute shell commands with real-time stdout/stderr streaming, enabling better integration with external tools and agents.

Fixed

  • Custom agents from --plugin-dir plugins now load correctly in ACP mode — resolves plugin initialization issues.

Update with: npm install -g @github/copilot-cli@1.0.4-3

Source: Copilot CLI