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 authwas removed; the auth entry point is nowcodex login. Updated the login command shown in onboarding (Rustlogin_command()+ frontendPROVIDER_LOGIN_COMMANDS). - Pi: the
--thinkingflag no longer acceptsmax; the current level set isoff/minimal/low/medium/high/xhigh. Updated the reasoning-effort picker options. - Antigravity (
agy):agy modelsnow printsslug<TAB>Display Namepairs (e.g.gemini-3.7-flash-high Gemini 3.7 Flash (High)), and model slugs (not display names) are what--modelaccepts. 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 authdoes not exist, so onboarding now points at the interactiveagysign-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-effortinstead of being dropped.
Claude, Kimi, and OpenCode interfaces were verified against the current CLIs and required no changes.
- Codex: