Skip to content

v2.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:47

Downloads

Platform File
macOS (Apple Silicon + Intel) the-pair-2.7.1.zip
Windows the-pair-2.7.1-setup.exe
Linux the-pair-2.7.1.AppImage

Changed

  • Provider CLI interface refresh ("update agents"). Audited all eight provider CLI surfaces against their current releases and fixed the drift:

    • Codex: codex auth was removed; the auth entry point is now codex login. Updated the login command shown in onboarding (Rust login_command() + frontend PROVIDER_LOGIN_COMMANDS).
    • Pi: the --thinking flag no longer accepts max; the current level set is off/minimal/low/medium/high/xhigh. Updated the reasoning-effort picker options.
    • Antigravity (agy): agy models now prints slug<TAB>Display Name pairs (e.g. gemini-3.7-flash-high Gemini 3.7 Flash (High)), and model slugs (not display names) are what --model accepts. Model discovery previously filtered on the old display-name format and surfaced nothing; it now parses the slug + display name and stores the slug as the runnable model id. Also fixed the login command — agy auth does not exist, so onboarding now points at the interactive agy sign-in.
    • Kiro: headless turns now pass --resume-id <SESSION_ID> for multi-turn pairs (the session id was previously dropped, so every turn restarted with empty context); runtime session strategy switched to resume-existing.
    • Aider: reasoning effort is now forwarded via --reasoning-effort instead of being dropped.

    Claude, Kimi, and OpenCode interfaces were verified against the current CLIs and required no changes.