AI Coding Tools Digest: Week 31, 2026 (Jul 27 – Aug 2)

By Scott Havird · · Weekly Digest

12 releases across 6 tools this week. Codex CLI gets named sessions & remote envs, Copilot adds grok-4.5, and Gemini patches a critical RCE vuln.

AI Coding Tools Digest: Week 31, 2026 (Jul 27 – Aug 2)

TL;DR 📌


  • Gemini CLI v0.53.0 patched a critical remote code execution vulnerability — if you haven't updated, do it now before anything else.
  • OpenAI Codex CLI lands named sessions, pinned threads, and remote environment support — the biggest feature drop of the week by a wide margin.

  • This Week's Releases 🚀

    Devin Desktop (v3.6.21 → v3.6.27)


    Three rapid-fire releases. The headliners: corporate firewall users finally get proper cert recognition for sign-in (v3.6.27), and telemetry now waits for your explicit opt-in before collecting anything (v3.6.22). Also fixed: accidental file overwrites via keyboard shortcuts. Good housekeeping week for Devin.

    Gemini CLI (v0.53.0 → v0.53.1)


    Patch this now. v0.53.0 closes a remote code execution hole and kills infinite AI loops that were grinding workflows to a halt. v0.53.1 follows up with conflict resolution stability fixes. New eval coverage reporting is a nice bonus for teams running test suites.

    Antigravity CLI (v1.1.8 → v1.1.9)


    Getting CI-friendly fast. v1.1.8 adds JSON and streaming JSON output so your scripts stop parsing raw text. v1.1.9 makes print mode actually execute skills (not just echo them) and keeps interactive sessions snappy by lazy-loading background servers. Permission patterns are now remembered across runs.

    Kiro CLI (v2.15.0 → v2.16.0)


    v2.16.0's branching conversations are the standout feature — spin off a side thread, explore an idea, come back to your original context untouched. Also new: context window usage per tool so you know what's eating your token budget. v2.15.0 added auto-execution of plans so you're not manually kicking off each step.

    GitHub Copilot CLI (v1.0.76 → v1.0.77)


    grok-4.5 support lands in v1.0.76 alongside per-session plugin toggling. v1.0.77 adds browser-based auth (finally), native security policy support, and quick editor access mid-command. Session state persistence keeping your work mode and unsent prompts across task switches is a small QoL win that adds up.

    OpenAI Codex CLI (rust-v0.146.0)


    See Highlight below.


    Highlight Deep Dive 🔬

    OpenAI Codex CLI rust-v0.146.0 is the most feature-dense release this week. Named sessions and pinned threads mean you can finally manage long-running work without losing context to conversation sprawl — think of it like git branches for your AI chats. The ability to fork conversations while preserving the original is a direct answer to the "I want to explore this tangent without wrecking my progress" problem every developer knows. On top of that, connecting to remote coding environments opens the door to using Codex against cloud dev boxes, not just your local machine. Skill discovery from executors rounds it out — the tool can now surface what it's capable of based on what's actually available in your environment.


    Quick Stats 📊

    MetricThis Week



    Total Releases12
    Tools Shipping6
    Biggest MoverDevin Desktop (3 releases)
    Velocity Trend⬇️ -29% vs. last week (17 releases)

    Bottom line: Quieter week by volume, but quality is high. One critical security fix, one standout feature release, and steady iteration across the board.

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

    View all articles on Havoptic