AI Coding Tools Digest: Week 25, 2026 (Jun 15–21)

By Scott Havird · · Weekly Digest

18 releases across 8 tools this week. Claude Code tightens git safety rails, Codex CLI gets encrypted remote execution, and Kiro previews V3.

AI Coding Tools Digest: Week 25, 2026 (Jun 15–21)

⚡ TL;DR


  • Claude Code gets smarter about not nuking your local work — destructive git commands are now blocked unless you explicitly asked for it.
  • OpenAI Codex CLI lands end-to-end encrypted remote execution channels and a new /usage dashboard for token tracking.

  • 🚀 This Week's Releases

    Claude Code — 5 releases (v2.1.178–v2.1.185)


    Busy week for Anthropic's CLI. The stream-stall hint got friendlier copy and now waits 20s (up from 10s) before surfacing. Bigger deal: destructive git commands — reset --hard, checkout -- ., clean -fd, stash drop, commit --amend — are now blocked in auto mode unless you explicitly asked to discard local work. Your uncommitted code is safer now.

    OpenAI Codex CLI — 2 releases (vrust-v0.140.0, vrust-v0.141.0)


    Two meaty Rust releases. v0.140.0 adds /usage views (daily, weekly, cumulative token activity) and fixes /goal to preserve large pastes and image attachments. v0.141.0 brings authenticated, end-to-end encrypted Noise relay channels for remote executors, plus cross-platform remote execution that preserves native working directories.

    Kiro CLI — 3 releases (v2.7.1, v2.8.0, v2.8.1)


    The headline here is an early access preview of Kiro CLI V3. It runs alongside your existing 2.x install — zero disruption, just opt in and kick the tires. Patch releases followed quickly, which is a good sign the team is iterating fast.

    Devin Desktop — 3 releases (v3.2.16, v3.2.19, v3.2.23)


    Mostly maintenance: fixed a bug with skill files using alternative fields, and made MCP registry parsing more tolerant of inconsistent schemas. Quiet but useful.

    Antigravity CLI — 2 releases (v1.0.9, v1.0.10)


    Broader ARM64 device support (Raspberry Pi 4B users, rejoice), a new antigravityguide built-in skill for in-context reference docs, Git submodule support for plugin installs, and smarter auto-granting of customization permissions.

    Gemini CLI — 1 release (v0.47.0)


    A nightly bump to 0.47.0. Changelog rolled in from the v0.46.0-preview cycle. Nothing dramatic surfaced in the release notes.

    Cursor — 1 release (v3.8)


    Improvements to Cursor Automations. Vague release notes, but Automations is Cursor's agentic workflow layer — worth watching for follow-up details.

    GitHub Copilot CLI — 1 release (v1.0.63)


    Blocked image attachments now show actionable guidance instead of a dead-end error: enable vision via Editor preview features, switch to a vision-capable model, or try a different image. Small UX fix, big reduction in confusion.


    🔍 Highlight Deep Dive

    Codex CLI's encrypted remote execution (vrust-v0.141.0) is worth paying attention to. Using the Noise protocol, remote executor channels are now authenticated and end-to-end encrypted — meaning the code and context you're sending to remote sandboxes can't be intercepted in transit. Combined with the /usage token dashboard from v0.140.0, OpenAI is clearly pushing Codex CLI toward teams running it in shared or cloud environments where security and cost visibility actually matter.


    📊 Quick Stats

    MetricValue



    Total releases this week18
    Biggest moverClaude Code (5 releases)
    Velocity trendFlat — 0% vs. last week (also 18)
    Tools shipping8

    Steady cadence across the board. No signs of a summer slowdown yet.

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

    View all articles on Havoptic