AI Coding Tools Digest: Week 37 of 2026 (Sep 7–13)
By Scott Havird · · Weekly Digest
GPT-6-Astra lands in Codex CLI, Claude fixes git permission chaos, and release velocity drops 30%. Your 2-min dev tools recap.
AI Coding Tools Digest: Week 37 of 2026 (Sep 7–13)
TL;DR 🎯
This Week's Releases
21 releases across 7 tools. Here's what's new:
Claude Code — 6 releases (v2.1.265–v2.1.270)
The big fix: git commands no longer interrupt long sessions with unexpected permission requests. v2.1.269 adds reproducible, scored plugin evaluation and better prompt caching reliability. Several terminal compatibility fixes round things out. Steady maintenance cadence this week.
Antigravity CLI — 4 releases (v1.1.28–v1.2.2)
v1.2.2 is the one to grab — faster startup, instant loading for large conversations via
/resume, and memory leak fixes. v1.2.1 gives custom agents more flexibility by letting you strip unused default components, plus auto-retry on API failures so you don't lose progress mid-session.Grok Build — 5 releases (v1.0.22–v1.0.30)
Streamlined session headers, smarter time displays that roll into hours, and Vim-mode shortcuts for navigation. v1.0.25 fixes a critical voice dictation placement bug and concurrent session conflicts. You can now see exactly when Dock Watchers and Loops are scheduled to fire next.
OpenAI Codex CLI — 2 releases (Python + Rust v0.154.0)
Python flavor gets advanced reasoning modes and lets external systems inject content into conversations with full tool-level authority. Rust gets GPT-6-Astra (more below). Both improve conversation history access.
Kiro CLI — 1 release (v2.21.4)
Quiet but useful: improved session search, unified keyboard settings, and better V2 Harness Flag support. Small release, solid polish.
Devin Desktop — 2 releases (v3.9.19, v3.10.23)
v3.10.23 adds SSH remote agent connections with automatic session recovery and smarter file explorer sync when switching sessions. v3.9.19 redesigns the location picker and fixes a pile of dev container and corporate network issues.
Gemini CLI — 1 release (v0.59.0)
Security-focused release. Critical fixes preventing unauthorized access, plus stricter workspace protection for external tool integrations. No flashy features — just keeping your data locked down. 🔒
Highlight Deep Dive
OpenAI Codex CLI Rust v0.154.0 is the clear standout this week. GPT-6-Astra support alone would be enough to make the release noteworthy, but the real workflow win is experimental worktree isolation — you can now manage separate code checkouts without context bleeding between them, which is a game-changer for anyone juggling feature branches or monorepo work. The inline Q&A capability (ask questions while Codex keeps executing in the background) removes the stop-start friction that made earlier versions feel clunky. Windows developers also finally get a shared background server for persistent, seamless sessions. This release feels like a meaningful step up, not just an incremental patch.
Quick Stats 📊
| Stat | Value |
| Total releases this week | 21 |
| Biggest mover | Claude Code (6 releases) |
| Velocity vs. last week | ⬇️ -30% (30 → 21 releases) |
| Tools with security fixes | 1 (Gemini CLI) |
| Tools shipping new model support | 1 (Codex CLI / GPT-6-Astra) |
The 30% velocity dip is notable but not alarming — Week 36 was unusually busy. Expect things to normalize heading into Week 38.
Next digest drops Sep 20. Forward this to a dev who's still copy-pasting from Stack Overflow.
Tools covered: claude-code, antigravity-cli, kiro, grok-build, openai-codex, windsurf, gemini-cli