AI Coding Tools Digest — Week 24, 2026 (Jun 8–14)
By Scott Havird · · Weekly Digest
18 releases across 6 tools this week. Claude Code dominates with 7 drops, Codex CLI bridges desktop and CLI, and Kiro gives agents a steering wheel.
AI Coding Tools Digest — Week 24, 2026 (Jun 8–14)
⚡ TL;DR
🚀 This Week's Releases
GitHub Copilot CLI — v1.0.61 & v1.0.62
Two polish-focused drops. Ask/elicitation dialogs now scroll inline with the timeline instead of hijacking the screen — finally, tall dialogs won't bury your agent's output. Also fixed a blank-screen bug on session resume and tidied up the
/agents picker UI.Antigravity CLI — v1.0.7 & v1.0.8
Slash command history is back with up-arrow replay support. The Models & Quota page got a redesign, and MCP server launch timeouts are now configurable (set
-1 to disable entirely). Artifact viewer gutter numbering also got a cleanup pass.Kiro CLI — v2.6.1 & v2.7.0
v2.6.1 quietly dropped the
libasound.so.2 Linux dependency — no more hunting for audio packages on headless servers. The bigger v2.7.0 adds queue steering, letting you redirect the agent mid-task at tool boundaries, plus a /goal command for creating persistent objectives without interrupting the current flow.Claude Code — v2.1.169 through v2.1.176 (7 releases)
Rapid-fire week. Highlights: session titles now generate in your conversation language,
enforceAvailableModels managed setting locks the default model to your allowlist, and footerLinksRegexes lets teams add regex-matched link badges to the footer. Lots of smaller stability fixes in between.Gemini CLI — v0.45.3 & v0.46.0
Mainly stability work. PTY resize hardened against native crashes, plus a cherry-pick patch release to clean up a lingering v0.45.x issue.
Devin Desktop — v3.1.7
Small but useful: the Agent/Editor toggle now appears in the collapsed sidebar titlebar, and the search icon was unified to open agent search consistently.
OpenAI Codex CLI — rust-v0.138.0 & rust-v0.139.0
The headline tool this week. v0.138.0 adds desktop handoff (see Deep Dive). v0.139.0 adds web search in Code mode, including from nested JavaScript tool calls, returning plaintext results. Tool and connector input schemas also got spec improvements.
🔍 Highlight Deep Dive
Codex CLI's /app desktop handoff is the most architecturally interesting move this week. With rust-v0.138.0, running /app in the CLI passes the entire current thread context into Codex Desktop on macOS or native Windows — you're not starting over, you're continuing in a richer UI. Windows workspace launches can now open directly into Desktop instead of stopping at the CLI boundary. This is the kind of seamless CLI-to-GUI bridge that most tools still treat as an afterthought, and it hints at a broader strategy: the CLI as an on-ramp, Desktop as the long-session workspace.
📊 Quick Stats
| Metric | Value |
| Total releases | 18 |
| Biggest mover | Claude Code (7 releases) |
| Velocity trend | ⬇ -31% vs last week (26 releases) |
| Tools shipping | 6 of 6 tracked |
Slower week by volume, but quality was high. Kiro's agent steering and Codex's desktop bridge are the two features worth actually trying before next week's digest lands.
Tools covered: github-copilot, antigravity-cli, kiro, claude-code, gemini-cli, windsurf, openai-codex