AI Coding Tools Digest: Week 18, 2026 (Apr 27 – May 3)

By Scott Havird · · Weekly Digest

Codex CLI drops persistent /goal workflows, Claude Code gets gateway model support, and overall release velocity dips 37%. Here's what shipped this week.

AI Coding Tools Digest: Week 18, 2026


April 27 – May 3, 2026


⚡ TL;DR


  • OpenAI Codex CLI ships its biggest feature in weeks: persistent /goal workflows that survive sessions and come with full TUI controls.
  • Release velocity dropped 37% week-over-week (12 vs. 19 releases) — teams appear to be consolidating rather than sprinting.

  • 📦 This Week's Releases

    Claude Code — 4 releases (v2.1.121–v2.1.126)


    Busy week for Anthropic's CLI. The headline addition: the /model picker now dynamically fetches models from your gateway's /v1/models endpoint when ANTHROPIC_BASE_URL points at a compatible gateway — huge for teams running custom inference proxies. Also landed: claude project purge [path] to nuke stale project data, and a fix for an annoying OAuth 401 retry loop triggered by CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1.

    Cursor — 3 releases (v1.0.37–v1.0.40)


    Polish-focused sprint. PR branch decoration in the footer now renders correctly regardless of model name length (finally). /clear and /new properly reset your active custom agent selection. Plus: smoother streaming for assistant responses and Ctrl+X → B to navigate branch history. ACP clients also got the ability to toggle allow-all permission mode via session config, along with new slash commands: /compact, /context, /usage, and /env.

    Gemini CLI — 2 releases (v0.40.0–v0.40.1)


    Mostly maintenance. v0.40.0 bumped from a nightly build and included OpenSSL retry fixes. v0.40.1 was a quick patch cherry-pick — nothing dramatic, just keeping the release train moving.

    OpenAI Codex CLI — 1 release (rust-v0.128.0)


    One release, but it's the week's biggest drop. See the deep dive below.

    Windsurf — 2 releases (v2.1.29–v2.1.32)


    Two version bumps, minimal public changelog detail. Codeium is keeping Windsurf updates close to the chest this week.


    🔍 Highlight Deep Dive

    OpenAI Codex CLI rust-v0.128.0 — Persistent /goal Workflows

    This is the feature Codex power users have been waiting for. The new /goal system introduces persistent, stateful workflows backed by app-server APIs: you define a goal, and it survives across sessions via runtime continuation. Pause it, resume it, clear it — all from TUI controls built into the CLI. The integration with model tools means your goal context is actually passed into model calls, not just stored as metadata. It's a meaningful architectural step toward treating the CLI as an agentic runtime rather than a stateless chat interface. If you're running long-horizon coding tasks, this is worth testing immediately.


    📊 Quick Stats

    MetricValue




    Total releases this week12
    Last week19
    Velocity trend🔻 -37%
    Most active toolClaude Code (4 releases)
    Highlight releaseCodex CLI rust-v0.128.0

    Biggest mover: Claude Code led on volume, but OpenAI Codex CLI won on impact.


    Next digest drops Week 19. Got a release we missed? Reply and let us know.

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

    View all articles on Havoptic