Copilot CLI v0.0.418-0: Agent & Plugin Fixes
Copilot CLI 0.0.418-0 fixes agent self-termination and plugin loading issues, removes parallel execution flag.
TL;DR
- Agent no longer kills itself during execution
- Plugin agents now load correctly from file paths in plugin.json
- Parallel tools execution flag removed — no longer needed
Fixed
- Agent self-termination bug — agents were accidentally killing themselves; now protected from this failure mode
- Plugin agent file path loading — plugin agents specified as file paths in plugin.json now load correctly
Removed
- --disable-parallel-tools-execution flag — removed along with parallel_tool_execution config option
Update with: npm install -g @github/copilot-cli@0.0.418-0
Source: Copilot CLI