AI Coding Tools Digest: Week 32, 2026 (Aug 3–9)

By Scott Havird · · Weekly Digest

13 releases across 5 tools this week: Claude Code locks down spending limits, Codex CLI goes plugin-friendly, and Antigravity gets full Vim mode. +8% velocity.

AI Coding Tools Digest: Week 32, 2026 (Aug 3–9)

⚡ TL;DR


  • Claude Code patched critical auth failures breaking headless sessions + now enforces spending caps with clear notifications
  • OpenAI Codex CLI is the week's standout: multi-source plugin installs, persistent conversation sections, and sensitive data redaction from history

  • 🚀 This Week's Releases

    Claude Code — 6 releases (v2.1.221–v2.1.226)


    The busiest tool this week by volume. The headliner: v2.1.225 enforces gateway spending limits and surfaces your cap + reset time clearly in-app. Also fixed: broken headless session auth (was silently failing — nasty one), and workspace trust prompts for agents got tightened up. The rest of the batch is stability cleanup.

    Gemini CLI — 2 releases (v0.54.0, v0.54.4)


    v0.54.0 is the meatier drop — better session handling, smarter issue management, and a security fix protecting against cleartext credential leaks. v0.54.4 followed fast with stability patches. Mostly under-the-hood, but the credential leak fix alone makes upgrading non-optional.

    Antigravity CLI — 2 releases (v1.1.10, v1.1.11)


    v1.1.11 lands full Vim modal editing in your prompt — motions, Normal mode, the works — plus Vim support in comment editors. For the Vim faithful, this is a big quality-of-life win. v1.1.10 added enterprise auth: Business sign-in for Google Cloud orgs and Workforce Identity Federation for external SSO. Good timing if you're deploying this in a corporate environment.

    OpenAI Codex CLI — 2 releases (rust-v0.146.1, rust-v0.147.0)


    rust-v0.147.0 is this week's highlight (see deep dive below). rust-v0.146.1 set the stage with safer defaults for advanced models and clearer permission explanations right in the terminal — small UX polish that adds up.

    GitHub Copilot CLI — 1 release (v1.0.78)


    Live timing displays show exactly how long each tool call takes — handy for debugging slow workflows. Auto-updates for first-party plugins land too, plus an experimental worktree command worth poking at if you juggle multiple branches.


    🔍 Highlight Deep Dive: OpenAI Codex CLI rust-v0.147.0

    The plugin ecosystem just got a real upgrade. You can now pull plugins from multiple sources — not just one blessed registry — which opens the door to private or community plugin repos. Pair that with persistent conversation sections (finally, organized context you can browse without scrolling into the void) and automatic approval options for routine operations, and this release meaningfully changes daily workflow. The security angle matters too: sensitive strings are now redacted from command history, so your tokens and secrets aren't quietly sitting in ~/.bash_history. This is the kind of release that compounds — each piece is useful alone, but together they make Codex CLI feel more like a platform than a tool.


    📊 Quick Stats

    MetricValue



    Total releases13
    Biggest moverClaude Code (6 releases)
    Velocity vs. last week+8% (12 → 13)
    Tools with security fixes3 (Gemini, Codex, Claude Code)

    Velocity is ticking up heading into late summer. Security themes dominated — three separate tools shipped credential/auth/history fixes this week. Worth auditing your upgrade cadence if you've been letting updates pile up.

    Tools covered: claude-code, gemini-cli, antigravity-cli, openai-codex, github-copilot

    View all articles on Havoptic