Signal · vanemmerik.ai
Saturday, August 8, 2026
← archive · today's edition →

Signal archive · Aug 8, 2026

An archived edition of vanemmerik.ai/Signal, preserved exactly as published — including that day's generative art seed.

That day's lede

Claude Managed Agents gain session budgets, an advisor mode, and data-residency controls

On Aug 7, Anthropic added four capabilities to Claude Managed Agents on the Developer Platform: session budgets that hard-cap spend at public list rates and pause a session with a budget_reached stop reason when hit; an "advisor" role letting the primary agent consult a separate, at-least-as-capable model mid-turn for strategic guidance; per-agent data residency control via inference_geo, letting teams choose where inference runs; and automatic loading of skills from a session's mounted GitHub repository. Together the updates give teams building long-running agents on the platform much finer control over cost, geography, and capability.

Claude Code · v2.1.225 · Aug 8

Claude Code adds gateway spend-limit warnings and a workspace-trust prompt for agents

Today's release names the spend cap, reset time, and operator message when a gateway limit is hit, adds a workspace-trust prompt to claude agents for untrusted directories, and fixes a clutch of reliability bugs — a transient 401 wrongly swapping a long-lived OAuth token for a short-lived one (breaking headless sessions until restart), a macOS keychain timeout causing spurious MCP 401 errors, and cross-session messages getting stuck without expiry in headless runs.

Claude Code · v2.1.224 · Aug 7

Claude Code lets teams run sessions on their own compute, message across machines

The Aug 7 release adds claude self-hosted-runner, letting Team/Enterprise admins point Claude Code's web, mobile, and desktop sessions at their own machines or containers; introduces cross-session SendMessage (macOS/Linux) so sessions on different machines can message each other via ListAgents; and adds a zip-based archive plugin source with optional SHA-256 pinning plus JWT-aware sandbox credential masking.