{"collection":{"slug":"coding-agents","name":"Coding Agents"},"digest":{"id":"cwd_TyBYJUReYOBeh-rTFqq6U","weekStart":"2026-08-24","title":"Agent autonomy expands: event-driven tasks, no-repo starts, and spend guardrails","intro":"Codex agents can now trigger on Gmail, Slack, and GitHub events, while Cursor lets cloud agents start from a blank slate — and Claude Code ships spend controls plus a restricted mode for safer autonomous runs.","body":"### Event-driven agents and frictionless starts\n\nThe biggest shift this week is toward agents that meet you where your work happens. [Codex's event triggers](/release/rel_kur0Rq7FhgPXbwq0UInqI-codex-adds-event-triggers-from-gmail-slack-and-github-for-scheduled-tasks) let scheduled tasks fire from Gmail messages (filtered by sender or subject), Slack channel activity, or GitHub pull request events — so a review request can kick off a code change without you remembering to schedule it. Meanwhile, [Cursor cloud agents](/release/rel_E2Q8CKxOXx4aBN2zEVLkd-cursor-lets-cloud-agents-start-from-scratch-without-a-repo) no longer require a connected GitHub repo: pick \"Start from scratch,\" prompt the agent, and it works in a temporary environment you can save to a Cursor Origin repo later. That's a meaningful lowering of the barrier for one-off automations and experiments.\n\nThe theme continues in [Codex CLI 0.150.0](/release/rel_mnYvqM8aEGfLQjibZtP5z-codex-cli-0-150-0-adds-task-mentions-and-interrupt-hooks), which adds task @-mentions so agents can read, create, or message other tasks from the terminal — useful for chaining multi-step workflows. The mobile counterpart, [Codex for iOS](/release/rel_utvXa1OlgFOnL_SbPuNpm-codex-for-ios-adds-task-search-reasoning-gauge-and-home-screen-shortcuts), gains task search, a reasoning-effort gauge, and Home Screen shortcuts, making remote agent management more practical.\n\n### Tighter guardrails and spend visibility\n\nAutonomy needs guardrails, and Claude Code shipped two notable ones. [v2.1.248](/release/rel_xE6C7BoLBADqnjRyCRZ8z-claude-code-v2-1-248-adds-restricted-mode-and-fixes-prompt-cache-miss-in-long) adds `--restricted` mode, which strips out command/code execution tools and WebFetch unless explicitly named, keeps file tools inside the working directory, and refuses `bypassPermissions` — ideal for untrusted codebases or CI. [v2.1.247](/release/rel_p5ReNMN7Ra4NXtRZwmyXQ-claude-code-v2-1-247-adds-cost-optimize-command-and-hardens-plugin-marketplace) introduces `/claude-api cost-optimize` to profile and reduce API spend, plus a `SendFeedback` tool for drafting bug reports. And [v2.1.251](/release/rel_cjDMvrFyWrx0h3fPpUjHk-claude-code-v2-1-251-adds-premodelswitch-hooks-spend-limit-tracking-and-numerous) adds a spend limit bar to `/usage` and a `rate_limits.spend_limit` status field — direct visibility into runaway costs.\n\nAlso worth noting: [v2.1.246](/release/rel_3kYA4VNJqb62eQIAt2I8l-claude-code-v2-1-246-fixes-credential-leak-to-third-party-gateways-and) fixes a credential leak where telemetry to Anthropic could carry a third-party gateway's API key, and [v2.1.245](/release/rel_hgR7aCiBnyAh14JBBTcWV-claude-code-v2-1-245-fixes-startup-crash-on-glibc-2-44-linux) patches a startup crash on glibc 2.44 Linux distros like Arch.\n\n### Subagent infrastructure matures\n\nThe plumbing around agents improved across the board. Grok Build's 1.0.13 auto-continues truncated responses and retries transient inference failures, while [1.0.12](/release/rel_Hb2puCOlfryrg1vZ3y-0y-grok-build-1-0-12-retries-transient-mcp-failures-and-fixes-table-cell-copying) retries flaky MCP connections and fixes table-cell copying. [Claude Code v2.1.251](/release/rel_cjDMvrFyWrx0h3fPpUjHk-claude-code-v2-1-251-adds-premodelswitch-hooks-spend-limit-tracking-and-numerous) streams live tool calls from foreground subagents to Remote Control clients — a big debugging win — and adds `PreModelSwitch`/`PostModelSwitch` hooks for intercepting model changes.\n\n[Devin's August 26 update](/release/rel_WKc5dqDWU0YIw05MQfoe5-devin-august-26-2026-update-adds-slack-improvements-and-security-section) improves Slack @mention routing and moves code scan pages under `/security` with batch remediation API routes. Codex CLI's [0.150.1](/release/rel_x8ahQ1UPYxsJvalMtK3Bk-codex-cli-0-150-1-counts-retained-images-toward-compaction-token-budget) counts retained images toward the remote compaction token budget, preventing silent context loss. The consistent thread: agents are getting more reliable under failure, more observable in flight, and more respectful of your budget.","releaseIds":["rel_kur0Rq7FhgPXbwq0UInqI","rel_E2Q8CKxOXx4aBN2zEVLkd","rel_mnYvqM8aEGfLQjibZtP5z","rel_utvXa1OlgFOnL_SbPuNpm","rel_xE6C7BoLBADqnjRyCRZ8z","rel_p5ReNMN7Ra4NXtRZwmyXQ","rel_cjDMvrFyWrx0h3fPpUjHk","rel_3kYA4VNJqb62eQIAt2I8l","rel_hgR7aCiBnyAh14JBBTcWV","rel_Hb2puCOlfryrg1vZ3y-0y","rel_WKc5dqDWU0YIw05MQfoe5","rel_x8ahQ1UPYxsJvalMtK3Bk"],"releaseCount":17,"generatedAt":"2026-08-31T06:26:00.926Z","releases":[{"id":"rel_kur0Rq7FhgPXbwq0UInqI","title":"Codex adds event triggers from Gmail, Slack, and GitHub for scheduled tasks","path":"/release/rel_kur0Rq7FhgPXbwq0UInqI-scheduled-tasks-can-trigger-from-gmail-slack-github-events","org":{"slug":"openai","name":"OpenAI"},"importance":4},{"id":"rel_E2Q8CKxOXx4aBN2zEVLkd","title":"Cursor lets cloud agents start from scratch without a repo","path":"/release/rel_E2Q8CKxOXx4aBN2zEVLkd-cloud-agents-start-from-scratch-origin-repo-on-demand","org":{"slug":"cursor","name":"Cursor"},"importance":4},{"id":"rel_mnYvqM8aEGfLQjibZtP5z","title":"Codex CLI 0.150.0 adds task @-mentions and Interrupt hooks","path":"/release/rel_mnYvqM8aEGfLQjibZtP5z-mention-other-tasks-interrupt-hooks-added","org":{"slug":"openai","name":"OpenAI"},"importance":3},{"id":"rel_utvXa1OlgFOnL_SbPuNpm","title":"Codex for iOS adds task search, reasoning gauge, and Home Screen shortcuts","path":"/release/rel_utvXa1OlgFOnL_SbPuNpm-task-search-reasoning-gauge-and-home-screen-shortcuts-land","org":{"slug":"openai","name":"OpenAI"},"importance":3},{"id":"rel_xE6C7BoLBADqnjRyCRZ8z","title":"Claude Code v2.1.248 adds restricted mode and fixes prompt-cache miss in long sessions","path":"/release/rel_xE6C7BoLBADqnjRyCRZ8z-restricted-mode-added-prompt-cache-miss-in-long-sessions-fixed","org":{"slug":"anthropic","name":"Anthropic"},"importance":3},{"id":"rel_p5ReNMN7Ra4NXtRZwmyXQ","title":"Claude Code v2.1.247 adds cost-optimize command and hardens plugin marketplace","path":"/release/rel_p5ReNMN7Ra4NXtRZwmyXQ-cost-optimize-command-plugin-marketplace-hardening","org":{"slug":"anthropic","name":"Anthropic"},"importance":3},{"id":"rel_cjDMvrFyWrx0h3fPpUjHk","title":"Claude Code v2.1.251 adds PreModelSwitch hooks, spend limit tracking, and numerous security fixes","path":"/release/rel_cjDMvrFyWrx0h3fPpUjHk-premodelswitch-hooks-added-symlink-path-traversal-fixed","org":{"slug":"anthropic","name":"Anthropic"},"importance":4},{"id":"rel_3kYA4VNJqb62eQIAt2I8l","title":"Claude Code v2.1.246 fixes credential leak to third-party gateways and fullscreen regressions","path":"/release/rel_3kYA4VNJqb62eQIAt2I8l-credentials-no-longer-leak-to-third-party-gateways","org":{"slug":"anthropic","name":"Anthropic"},"importance":3},{"id":"rel_hgR7aCiBnyAh14JBBTcWV","title":"Claude Code v2.1.245 fixes startup crash on glibc 2.44 Linux","path":"/release/rel_hgR7aCiBnyAh14JBBTcWV-startup-crash-fixed-on-glibc-2-44-linux","org":{"slug":"anthropic","name":"Anthropic"},"importance":2},{"id":"rel_Hb2puCOlfryrg1vZ3y-0y","title":"Grok Build 1.0.12 retries transient MCP failures and fixes table cell copying","path":"/release/rel_Hb2puCOlfryrg1vZ3y-0y-mcp-failures-retried-table-cells-copy-cleanly","org":{"slug":"xai","name":"xAI"},"importance":2},{"id":"rel_WKc5dqDWU0YIw05MQfoe5","title":"Devin August 26, 2026 update adds Slack improvements and security section","path":"/release/rel_WKc5dqDWU0YIw05MQfoe5-slack-routing-smarter-code-scan-pages-moved","org":{"slug":"cognition","name":"Cognition"},"importance":3},{"id":"rel_x8ahQ1UPYxsJvalMtK3Bk","title":"Codex CLI 0.150.1 counts retained images toward compaction token budget","path":"/release/rel_x8ahQ1UPYxsJvalMtK3Bk-remote-compaction-now-counts-retained-images-in-token-budget","org":{"slug":"openai","name":"OpenAI"},"importance":2}]}}