AI Coding Tools Digest: Week 35, 2026 (Aug 24–30)
By Scott Havird · · Weekly Digest
23 releases across 7 tools this week: Claude Code ships security fixes, Codex CLI gets @mentions, and Antigravity adds voice dictation. Here's what changed.
AI Coding Tools Digest: Week 35, 2026 (Aug 24–30)
23 releases across 7 tools • +5% velocity vs last week
⚡ TL;DR
@mention task references, clickable markdown links in terminal, and extensions that can now intercept tool results before the model sees them.This Week's Releases
GitHub Copilot CLI — 2 releases (v1.0.81, v1.0.82)
v1.0.82 fixes a worktree typing bug and finally gives you real auth failure messages instead of a generic "log in again" wall. v1.0.81 adds a plugins dashboard and crash-resilient session recovery — no more losing open terminals after a restart.
OpenAI Codex CLI — 4 releases (v0.149.1–v0.151.0)
v0.151.0 lets extensions inspect and modify tool results before they hit the model — big deal for custom workflows. Also fixes permission profiles and sandbox enforcement. v0.150.1 patches remote compaction to properly count retained images against your token budget.
Claude Code — 7 releases (v2.1.243–v2.1.251) 🔒
Most active tool this week by volume. v2.1.251 is the headline: hook events for model switching, live subagent tool execution visibility for Remote Control clients, spend limit tracking, and prompt cache analytics. Several releases also include security fixes around file access — skip to the latest.
Grok Build — 5 releases (v1.0.9–v1.0.13)
v1.0.13 adds hooks for fine-grained tool call control and handles long responses + network hiccups without failing out. v1.0.12 fixes a critical MCP server connection bug — previously, failed connections died permanently instead of retrying. Also: smarter context estimates and cleaner table copying.
Antigravity CLI — 3 releases (v1.1.20–v1.1.22)
v1.1.22 brings smart model-switching autocomplete with auto-save and fixes a CPU drain on large file batches. v1.1.21 is the fun one: voice dictation for hands-free prompting and real-time token cost tracking as you work. Code search got faster too.
Kiro CLI — 1 release (v2.20.0)
Dedicated full-screen view for V3 spec run progress, plus a toggle to preserve terminal history on resize. Small but useful QoL update.
Gemini CLI — 1 release (v0.57.0)
Fixes critical Cloud Workstations connection failures and improves handling of interrupted requests. Better error reporting in evaluation tools rounding it out.
🔍 Highlight Deep Dive: Codex CLI v0.150.0 — @Mentions Come to the Terminal
The quiet standout this week is rust-v0.150.0. You can now reference tasks with @mentions directly in conversation — cleaner than hunting through history. Auto-generated task titles mean your session list is actually readable. The /copy command got smarter about selecting exactly what you want rather than grabbing everything. And clickable markdown links in the terminal is one of those small things you'll immediately wonder how you lived without. Collectively, these make Codex feel less like a CLI and more like a first-class IDE companion.
📊 Quick Stats
| Metric | Value |
| Total releases | 23 |
| Tools shipping | 7 |
| Biggest mover | Claude Code (7 releases) |
| Velocity trend | +5% vs Week 34 |
| Last week | 22 releases |
Next digest drops Week 36. See something we missed? Hit reply.
Tools covered: github-copilot, openai-codex, claude-code, grok-build, antigravity-cli, kiro, gemini-cli