releases.sh

Coding Agents

AI pair programmers and autonomous coding agents — IDE-integrated assistants and cloud agents that read, edit, and ship code.

This week: Security hardening dominates as Claude Code patches permission bypasses
ThuAug 20, 20261 release
Cognition
Devin

Model degradation alerts; faster PR tab

Ultra sessions now notify you when the lead action model degrades or recovers. PR diff files are virtualized for faster session switching, and lightboxes, attachment previews, and CI failure shortcuts see improvements.

Details
WedAug 19, 20262 releases
Anthropic
Daily summary

Claude Code fixes sandbox bypass, enables default models

Claude Code fixed a sandbox bypass and added a default model variable, while prompt caching now works through gateways.

  • Claude Code fixes a sandbox bypass where wildcard read-deny rules could be circumvented by renaming files
  • ANTHROPIC_DEFAULT_MODEL sets a session's starting model, while /model overrides persist across restarts
  • Cross-session SendMessage learns one-shot idle notifications, and a new "Concise" style trims output preamble
  • Prompt caching now works when using an LLM gateway or custom base URL

Claude Code

2 updates

Fixed prompt caching for sessions using an LLM gateway or custom base URL. Added a built-in "Concise" output style that leads with results and skips preamble, selectable under Output style in /config.

Details

New ANTHROPIC_DEFAULT_MODEL env var sets a session's starting model while preserving /model overrides, and cross-session SendMessage gains one-shot idle notifications. Also fixed sandbox read-deny wildcards being bypassed via renaming, plus clipboard/renderer/crash regressions across fullscreen, /model picker, and remote control.

Details
TueAug 18, 20262 releases
CursorAnthropic
Daily summary

Claude Code’s permission UX and editor polish

Claude Code fixed a premature-approval bug in its permission prompts, invalidation on language-server reconnects, and wrapped in a spellcheck option and UI refinements.

  • Claude Code no longer lets Shift+Tab in permission fields accidentally approve edits, and whole-prompt cache invalidation on language-server reconnects is fixed
  • An optional spellcheck setting underlines misspelled words in the prompt input, and nested markdown list items with hanging indents render more cleanly in the terminal UI
  • Prompt input highlights (slash commands, keywords, mentions) no longer appear shifted in multi-line prompts

Cloud agents gain subscriptions, custom modes, subagent VMs

Cloud agents can now subscribe to PRs, Slack threads, or scheduled tasks, wake on events, and drive work to completion. Skills can be pinned as custom modes, subagents can run on isolated VMs, and /goal gives agents long-lived objectives; follow-up messages now wait for the next tool call instead of interrupting.

Details
Claude Code

Shift+Tab permission escape fixed; prompt cache invalidation hardened

v2.1.235

Fixed Shift+Tab in permission comment fields no longer approving edits prematurely, and fixed whole-prompt-cache invalidation on language server reconnect. Also improved memory/CPU use for background cloud sessions, hardened permission dialogs, and added an optional spellcheck setting.

Details
MonAug 17, 20263 releases
OpenAIAnthropic
Daily summary

Claude Code hardens file access against NTLM credential leaks

Claude Code closed the remaining pre-approval file-access NTLM credential-leak vector by rejecting Windows NT-namespace paths, and added automatic session resume after claude.ai usage limits reset.

  • Claude Code blocks Windows NT-namespace paths across remote file reads, session restore, CLAUDE.md includes, and workflow scripts, fixing the last NTLM credential-leak hole.
  • Claude Code now resumes your session automatically when a claude.ai usage limit resets, with a /config toggle to disable the behavior.

Codex

2 updates

New Features

  • Export complete TUI conversations to Markdown with /export, either to the clipboard or a new file. ([#37358](https://github.com/o...
Details

Added a setting to open ChatGPT directly in Codex Remote on launch, plus support for standard MCP forms and editable message approvals. Fixed large task responses failing to load, tasks disappearing after idle or reconnect, and improved diff review stability and voice reliability.

Details
Claude Code

Claude Code v2.1.234 hardens file access against NTLM credential leaks

v2.1.234

Remote file reads, session restore, CLAUDE.md includes, and workflow scripts now reject Windows NT-namespace paths, fixing the remaining pre-approval file-access NTLM credential-leak vector. Sessions now resume automatically when a claude.ai usage limit resets, with a /config toggle to disable; 30+ other fixes cover shell-command queueing, permission previews, and Remote Control.

Details
SunAug 16, 20261 release
Cursor
Daily summary

Cursor launches Origin code hosting in beta

Cursor began rolling out Origin, its own code hosting platform in early beta on paid plans, with repos, pull requests, code browsing, and two-way GitHub sync, plus agent-powered code Q&A and Vercel, Depot, and Buildkite integrations.

  • Cursor's new Origin hosting lets paid users create and push repos with a dedicated Codebase tab and CLI, keeping GitHub repos alongside Cursor-hosted ones with two-way PR comment sync.
  • Agents answer questions about hosted code, make changes, and push branches directly, with agent-native features still to come.

Origin code hosting rolls out in beta

Cursor now hosts code in early beta on paid plans, starting with repos, pull requests, code browsing, and GitHub sync. GitHub repos can sit alongside Cursor-hosted ones with two-way PR comment sync, and agents can answer questions about code, make changes, and push branches. Vercel, Depot, and Buildkite integrations are available now.

Details
Vercel, Depot, and Buildkite apps connected to an Origin repo
FriAug 14, 20263 releases
CognitionxAIAnthropic
Daily summary

Devin Coach and Claude Code security patch lead the day

Devin introduced Coach prompt suggestions and default enterprise Local enablement, while Claude Code patched an NTLM credential leak and removed todo tools on newer models.

  • Devin Coach now suggests prompt improvements in the session input box, and Devin Local is on by default for enterprise customers.
  • Devin Review skips unchanged PR diffs, and sessions route Slack thread replies back without re-tagging.
  • Claude Code patches an NTLM credential-leak vector and removes todo tools on Opus 4.8 and newer models unless re-enabled via env var.
  • Claude Code fixes an auto-mode approval regression and reverts Bash permission changes for Cygwin symlinks and input redirections.
Grok Build

Config overrides via env vars; tool calls survive /dev/null removal

v1.0.5

Launchers can now override config settings via GROK_CONFIG and GROK_CONFIG_PATH environment variables, and tool calls no longer fail for the rest of a session if /dev/null is removed. Adds safeguards around automatic worktree reclamation, clearer hook-policy blocking messages, and better Arabic/Persian text reordering in the terminal UI.

Details
Claude Code

Todo tools off for Opus 4.8+; NTLM credential leak closed

v2.1.233

Todo and task-tracking tools are no longer available on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models — set CLAUDE_CODE_ENABLE_TODO_TOOLS=1 to bring them back. Also patched an NTLM credential-leak vector involving Windows NT device-prefix paths, fixed a 2.1.232 auto-mode approval regression, and reverted the 2.1.232 Bash permission changes for Cygwin symlinks and input redirections. Plus improved worktree GitLab MR support, memory limits for Bash, and faster self-hosted runner startups.

Details
ThuAug 13, 20262 releases
Anthropic
Daily summary

Claude Code adds subagent forking and session messaging

Claude Code turned on subagent forking by default, added cross-session messaging, and patched permission and OAuth security issues.

  • Claude Code enables subagent forking by default, letting forked subagents inherit the full conversation and prompt cache.
  • Claude Code now supports mentioning another session by name with @, sending messages directly to it.
  • Claude Code fixes PowerShell and Git Bash permission bypasses, plus an MCP OAuth redirect mismatch affecting servers like Slack.

Claude Code

2 updates

Subagent forking is now on by default: subagent_type: "fork" inherits the full conversation and prompt cache, and non-teammate agent spawns in interactive sessions run in the background by default. Also fixed PowerShell and Git Bash permission bypasses that could overwrite settings and redirect file access, plus hardening around nested git trust and cross-session messaging sockets.

Details

Fixed MCP OAuth sign-in failing with a redirect URI mismatch for servers that use a pre-registered OAuth client, such as Slack.

Details
WedAug 12, 20265 releases
CognitionxAIOpenAICursorAnthropic
Daily summary

Devin adds side chats and negated conditions as Claude Code hardens hooks

Devin's Slack integration now auto-handles channel access for spawned sessions while side chats let you interrupt mid-session, and Claude Code patches streaming and crash bugs plus adds server-supplied hooks for self-hosted runners.

  • Devin introduces side chats anchored anywhere in a session, plus negated "not contains"/"not starts with" operators for automation conditions.
  • Devin Slack-spawned sessions gain automatic channel read access, with request-channel-from-DM and machine-capacity notices following.
  • Claude Code fixes double-printed and vanishing streamed responses, plus crashes from non-string arguments and narrow terminals.
  • Claude Code adds server-supplied hooks for self-hosted runners and SSE keepalive pings to prevent Vertex/Bedrock idle disconnects.
Devin

Side chats; Slack channel access requests

Side chats let you start a conversation anchored to any point in a session without interrupting Devin's main work. Slack improvements include requesting channel access directly from DMs, automatic read access for Slack-spawned sessions, and a machine-capacity notice. Automation conditions now support "not contains", "not starts with", and "not ends with" operators.

Details
Grok Build

Web search domain filters; queued messages can steer

v1.0.4

Web search can now be restricted to allowed or excluded domains via [toolset.web_search] in config.toml. A new Follow-up Behavior setting lets queued messages steer immediately, and queued messages no longer auto-submit while still being edited. Includes numerous stability fixes for sessions, subagents, and terminal input handling.

Details
Codex

Computer History: opt-in macOS app activity memories

Computer History is a new opt-in feature in the ChatGPT desktop app on macOS that turns activity across apps and websites into memories and a timeline that ChatGPT and Codex can use. Choose which apps and websites contribute, pause collection, and review or delete your history at any time; available to ChatGPT Pro, Business, and Enterprise users, with Business and Enterprise admins needing to enable access first.

Details

Cloud Agents boot from ready-made Builds

Cloud Agents now boot from Builds — ready-to-use environment copies Cursor prepares in the background — cutting time to first token by 3x. When a bad commit or dependency update breaks the environment, agents keep using the last successful build; a Builds tab in the dashboard shows status, logs, and commit SHAs.

Details
Build details in the Cloud Agents dashboard, including logs and commit SHAs
Claude Code

Streaming double-print and crash bugs fixed; hook support expanded

v2.1.229

Fixed long responses being printed twice and vanishing mid-stream, plus crashes from non-string tool arguments, narrow terminal rendering, and extended-length Windows paths. Added server-supplied hooks for self-hosted runners, SSE keepalive pings for gateway streams, and plugin marketplace command sources.

Details
TueAug 11, 20261 release
xAI
Daily summary

Claude Code fixes /tui model reverts and self-hosted runner bugs

Claude Code patched a handful of correctness bugs, including /tui sessions reverting to an earlier model after /model changes, self-hosted runners mishandling failed checkout hooks, and interactive sessions that could stop redrawing after a rare layout error.

  • Claude Code stops /tui sessions from reverting to an earlier model after a /model change, and fixes interactive sessions that could freeze visually while the process kept running.
  • Self-hosted runners now skip repos whose checkout hook fails instead of failing silently, and session cleanup no longer deletes project memory folders.
  • Synced skills no longer shadow local commands, and Claude Code now finds git on Windows when launched from a parent folder of the git installation.