1. Claude Code (Anthropic)

Latest version: v2.1.150 (May 23, 2026)

New Features & Capabilities

  • v2.1.150 — Internal infrastructure improvements (no user-facing changes)
  • v2.1.149 — A major feature and security update with many improvements:
- /usage now shows a per-category breakdown of limits usage — skills, subagents, plugins, and per-MCP-server cost - /diff detail view can now be scrolled with keyboard (arrows, j/k, PgUp/PgDn, Space, Home/End) - Markdown output now renders GFM task list checkboxes (- [ ] todo / - [x] done) instead of plain bullets - Enterprise: new allowAllClaudeAiMcps managed setting to load claude.ai cloud MCP connectors alongside managed-mcp.json

Security Fixes (v2.1.149)

  • PowerShell permission bypass patched: Built-in cd functions (cd.., cd\\, cd~, X:) changed working directory undetected, letting later commands read outside the workspace
  • Sandbox write allowlist fixed in git worktrees — now covers only the shared .git directory (with hooks/ and config denied) instead of the entire main repo root
  • PowerShell prefix/wildcard allow rules (e.g. dotnet.exe build *) now correctly pre-approve native executables and scripts
  • Permission-analysis gap fixed where the parser trusted stale variable-tracking values for / paths across environments

Bug Fixes & Improvements (v2.1.149)

  • Fixed Bash tool exhausting macOS system file/vnode table and crashing the host on large directory trees
  • Fixed managed-settings approval dialog leaving terminal frozen after accepting at startup
  • Fixed cd and remote session creation failing with "Could not capture uncommitted changes" when the working tree has no real changes
  • Fixed cd failing silently when the script path contains spaces
  • Fixed thinking spinner staying amber across tool calls and onto fresh thinking bursts
  • Fixed collapsed Bash output reporting wrong hidden-line count for outputs with many short lines
  • Fixed slash-command argument-hint clipping trailing typed characters when hint overflows input box
  • Fixed argument-hint and progressive suggestions not appearing after Tab-completing a skill whose frontmatter description differs from its directory basename
  • Fixed stale "Failed to install Anthropic marketplace" banner showing when marketplace is already installed
  • Fixed PR badge in footer not updating immediately after gh pr create and other PR-state-changing commands

Industry News

  • Anthropic Opus 4.7 (April 16, 2026): New flagship model with notable improvements in software engineering, coding, and visual reasoning. Supports 1M token context window, 128k max output tokens, and adaptive thinking.
  • Claude Design by Anthropic Labs (April 17, 2026): New product letting users collaborate with Claude to create polished visual work — designs, prototypes, slides, one-pagers — powered by Opus 4.7 with Canva export. Available in research preview on Pro, Max, Team, and Enterprise plans.
  • Quality report postmortem (April 23, 2026): Anthropic traced recent Claude Code quality degradation reports to three separate changes and published a detailed engineering postmortem.
  • Claude Platform on AWS (May 11, 2026): Claude API now available on Anthropic-managed infrastructure through AWS, with AWS billing and IAM authentication.

Official Links

  • Changelog: <https://code.claude.com/docs/en/changelog>
  • Changelog (GitHub): <https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md>
  • Claude Code on Releasebot: <https://releasebot.io/updates/anthropic/claude-code>

---

2. Claude API / Platform Updates

Major Platform Launches

  • Claude Platform on AWS (May 11, 2026) — Major enterprise play: Claude API accessible through native AWS endpoints with AWS billing and IAM authentication. Supports full Messages API, Files API, Message Batches, Claude Managed Agents, Agent Skills, code execution, and tool use.
<https://www.anthropic.com/news/claude-platform-on-aws>
  • Claude Opus 4.7 (April 16, 2026) — GA release. Significant improvements in software engineering, coding, vision, and complex multi-step tasks. More thorough and consistent on difficult work. Also introduces cybersecurity safeguards that auto-detect and block high-risk requests.
<https://www.anthropic.com/news/claude-opus-4-7>
  • Claude Design by Anthropic Labs (April 17, 2026) — New Anthropic Labs product for collaborative visual design work. Powered by Opus 4.7 with enhanced vision capabilities and higher-resolution image processing.
<https://www.anthropic.com/news/claude-design>

API Platform Changelog (Recent)

  • May 19, 2026: MCP Tunnels now available as Research Preview — connect to MCP servers in private networks. Self-hosted sandboxes available for Claude Managed Agents. Agent MCP server and tool configs can now be updated on active sessions. Large outputs (100K+ tokens) from agent_toolset and MCP tools are now automatically spilled to sandbox files.
  • May 18, 2026: Web search tool returns richer SEC filing data for financial research and due-diligence workflows.
  • May 13, 2026: Cache diagnostics in public beta — diagnostics.previous_message_id reports cache_miss_reason explaining prompt cache prefix divergence. Include cache-diagnosis-2026-04-07 beta header.
  • May 12, 2026: Fast mode now supports Claude Opus 4.7. Set speed: "fast" with model: "claude-opus-4-7" and fast-mode-2026-02-01 beta header.
  • May 11, 2026: Claude Platform on AWS launch (see above).
  • May 6, 2026: Multiagent Sessions and Outcomes in public beta. Vault credential background refresh for mcp_oauth credentials. Webhooks support for session and vault lifecycle events. Additional filtering/sorting for Managed Agents sessions and events.
  • April 30, 2026: Retired the 1M token context window beta.

Official Links

  • Platform Release Notes: <https://platform.claude.com/docs/en/release-notes/overview>
  • Opus 4.7 what's new: <https://platform.claude.com/docs/en/about-claude/models/whats-new-claude-4-7>
  • Anthropic Newsroom: <https://www.anthropic.com/news>

---

3. OpenAI Codex CLI

Latest stable: v0.133.0 (May 22, 2026)
Latest pre-release: v0.134.0-alpha.3 (May 23, 2026)
Codex App v26.519 (May 21, 2026)

New Features (CLI v0.133.0)

  • Goals enabled by default — Backed by dedicated storage, track progress across active turns (no longer experimental)
  • Remote Control improvementscodex remote-control now runs as a foreground command, waits for readiness, reports machine status, and supports explicit daemon-style start/stop commands
  • Permission profiles overhaul — List APIs, inheritance support, managed requirements.toml, runtime refresh behavior, and stronger Windows sandbox integration
  • Appshots (Codex App v26.519) — Screenshot-based visual input for the Codex app on macOS
  • Goal mode graduated to GA — Available in the Codex app, IDE extension, and CLI (no longer experimental)
  • Remote Control improvements — Daemon-style management with machine status reporting

Bug Fixes (CLI v0.133.0)

  • Plugin version upgrades now kept additive (no more unwanted downgrades)
  • Global AGENTS.md reads routed through LOCAL_FS
  • Default unknown tool schemas set to empty schemas
  • Various TUI fixes including unsupported iTerm2 pet versions warnings
  • Profile IDs used in v2 permission params

Industry Stats

  • 85.6k GitHub stars on openai/codex
  • 12.5k forks, 4.8k issues, 327 PRs
  • Codex App v26.519 adds Appshots on macOS, Goal mode GA, and remote-control improvements

Official Links

  • GitHub Releases: <https://github.com/openai/codex/releases>
  • Codex Changelog: <https://developers.openai.com/codex/changelog>
  • Codex on Releasebot: <https://releasebot.io/updates/openai/codex>

---

4. OpenCode (opencode-ai/opencode → anomalyco/opencode)

Latest version: v1.15.10 (May 23, 2026)

Version Info

  • GitHub stars: 165k+
  • 19.6k forks, 5k+ issues, 912 PRs
  • 900+ contributors, 13k+ commits
  • 7.5M+ developers monthly

v1.15.10 — Desktop Bugfixes (May 23, 2026)

  • Restored the legacy production desktop flows for opening projects and starting sessions
  • 39 download assets across all platforms (macOS ARM64/x64, Linux amd64/arm64)

Recent Notable Features (v1.15.5 — v1.15.9)

  • Pinch zoom setting for the desktop app
  • New desktop home view with session entry flow and titlebar refinements
  • Core improvements across multiple versions: subagent enhancements, better tool support, plugin ecosystem growth
  • TUI (terminal) improvements: Better UI rendering, keyboard navigation, and command palette enhancements
  • SDK improvements: Enhanced developer tooling for programmatic access
  • Extensions: Growing plugin ecosystem with community-contributed integrations

Industry News

  • OpenCode has surpassed 160k GitHub stars and is used by over 7.5M developers monthly
  • Supports 75+ LLM providers including Claude, GPT-4o, Gemini, and local models
  • Open-source and free (no subscriptions required) — a major differentiator vs. Claude Code and Codex CLI
  • Recent governance transition to the Anomaly Co organization

Official Links

  • GitHub: <https://github.com/anomalyco/opencode>
  • Releases: <https://github.com/anomalyco/opencode/releases>
  • Changelog: <https://opencode.ai/changelog>
  • Website: <https://opencode.ai/>

---

Cross-Tool Summary

| Tool | Latest Version | Stars | Key Theme This Week |
|------|---------------|-------|-------------------|
| Claude Code | v2.1.150 | — | Security hardening + usage insights |
| Claude API | — | — | AWS launch + Opus 4.7 ecosystem |
| OpenAI Codex CLI | v0.133.0 | 85.6k | Goals GA + Appshots |
| OpenCode | v1.15.10 | 165k | Desktop stability + 7.5M users |

---

AI Coding Intelligence • Leaniverse News