v2.9.0¶
Released 2026-06-30.
Features¶
- The GitHub Copilot CLI adapter now runs in non-interactive print mode (
copilot -p ... -s --allow-all-tools --no-ask-user) so a scheduled run never blocks on a permission or clarifying prompt, and it maps Claude cascade tier names that reach the adapter to Copilot'sautorouter instead of passing a model id Copilot rejects. Includes adapter contract coverage and tests. (#2128)
Security¶
- Bumped js-yaml in the VS Code extension lockfile to a patched release (3.15.0) to clear the merge-key quadratic-complexity DoS advisory.
Quality¶
- Resolved the open refurb FURB173 finding in the worktrees unlock command (dict union operator). (#2140)