AI Coding Tools Digest: Week 30 of 2026 (Jul 20–26)

By Scott Havird · · Weekly Digest

Claude Opus 5 lands in Copilot CLI & Claude Code, Codex ships multi-agent collab + audio inputs, and release pace dips 19% WoW. Here's what matters.

AI Coding Tools Digest: Week 30 of 2026 (Jul 20–26)

⚡ TL;DR


  • Claude Opus 5 is spreading fast — it's now the default in Claude Code and just landed in GitHub Copilot CLI v1.0.75 this week.
  • OpenAI Codex CLI graduates multi-agent collaboration to stable and adds audio input support — the biggest single feature drop of the week.

  • 🚀 This Week's Releases

    Claude Code (5 releases: v2.1.216–v2.1.220)


    Busy week for the Anthropic team. The headliner: Claude Opus 5 is now the default model, bringing faster performance and expanded context windows. Security gets a bump too with stronger sandboxed command controls, plus improved directory change handling. The remaining releases were reliability fixes — nothing glamorous, but appreciated.

    GitHub Copilot CLI (4 releases: v1.0.72–v1.0.75)


    Copilot CLI earns its keep this week. v1.0.75 adds Claude Opus 5 support, and v1.0.74 fixes two genuinely annoying bugs: dropped connections when switching directories and out-of-order multi-turn conversation display. Also adds new plugin standard support. These are the kinds of polish fixes that make a daily driver feel solid.

    Antigravity CLI (3 releases: v1.1.5–v1.1.7)


    v1.1.6 is the interesting one — it introduces custom agents defined via plain Markdown files. No complex config schemas, just write Markdown. v1.1.7 follows up with critical fixes: disabled plugins were still firing hooks (yikes), Windows clipboard corruption, and broken OAuth with Salesforce. Permission prompts now show the full command before you approve. Good hygiene.

    Kiro CLI (3 releases: v2.13.1–v2.14.1)


    v2.14.0 simplifies upgrading custom agents to Kiro's universal format and adds automatic recovery from interrupted responses. If your agent died mid-run, you were previously stuck. Now you're not. Incremental, but genuinely useful.

    Gemini CLI (1 release: v0.52.0)


    One release, focused scope. Build artifact filtering keeps your workspace clean, and new tooling for automated GitHub issue triage is a nice productivity add. JSON and notebook file handling bugs squashed.

    OpenAI Codex CLI (1 release: rust-v0.145.0)


    See the deep dive below — this one deserves it.


    🔍 Highlight Deep Dive

    OpenAI Codex CLI rust-v0.145.0 ships two features that actually change what the tool is. First, multi-agent collaboration hits stable — meaning you can now orchestrate multiple specialized agents working together on complex tasks, with production-grade reliability rather than experimental caveats. Second, audio input support opens a genuinely new interaction mode; describe a bug out loud, hand it to Codex, skip the typing. Under the hood, smarter memory management tightens up conversation performance — less lag on long sessions. This release alone justifies watching the Codex Rust rewrite closely.


    📊 Quick Stats

    MetricThis Week


    Total releases17
    Biggest moverClaude Code (5 releases)
    Velocity trend⬇ -19% vs. last week (21 releases)

    Release pace pulled back this week — 17 vs. 21 last week. That's not a red flag; the quality of individual releases (multi-agent stable, Opus 5 rollout) was high. Sometimes fewer, bigger drops beat a firehose of patches.


    Next digest drops Week 31. Got a release we missed? Hit reply.

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

    View all articles on Havoptic