Fetching from the wire…
Public story · 2026-09-12 · high
An auto permission mode now lets Anthropic's server approve, deny, or pause every agent tool call, with a terminal command to watch it happen live.
Why now: Anthropic listed the change in its September 12 platform release notes.
Anthropic added an auto permission policy to Managed Agents that puts the server in charge of every tool call an agent makes. Each agent.tool_use or agent.mcp_tool_use event now carries an evaluation field and an evaluated_permission value. The call runs, gets denied, or pauses for approval, decided before your code ever sees it, per the Claude Platform release notes.
That's a real shift if you've built your own approval gate in front of agent tool calls. That logic used to sit in code you control, where you could log every decision and grep it later. Now part of that decision can happen server-side, on infrastructure you don't operate.
The same release adds ant beta:sessions connect, a terminal command that attaches to a running session so you can follow it, send messages, and approve or deny whatever's waiting on you. Add --web and it serves the Console viewer locally instead.
I build with Claude Code on my own projects, and a denial is easy to trust when you wrote the rule that produced it. It's a different kind of trust when the rule lives on a server you don't operate, and the only way to watch it happen is to open a terminal and attach.
Each link below shares sources, entities, or timing with this story.
Three separate Anthropic changes over about two weeks point the same direction, and none of them announced themselves as a strategy. Claude Code 2.1.238 added claude self-hosted-runner --defer-shutdown-max-min, which keeps serving attached sessions on SIGTERM, parks whatever's...
August 6: Sapiom raised $35M for a router that sends each model call to the cheapest capable model. August 7: Databricks published its internal cost playbook. August 8: Toolport hit Product Hunt with a free MCP gateway cutting tool-definition overhead 96%. Three parties, zero...
If you wrote an MCP server before July, it's on a protocol shape the maintainers have already removed. Not deprecated-with-a-migration-window. Removed from the spec. MCP lead maintainers David Soria Parra and Den Delimarsky published an updated roadmap on August 22, and the re...
Beta for Claude Enterprise as of August 11: server-hosted transcripts covering prompts and responses, web and MCP tool-call content, skills and artifacts content captured as transcript text, plus verified user ID and email, org ID, session and per-message IDs, timestamps (Anth...
WebMCP in Chrome 146 Canary is flying under the radar but could be transformative. Two APIs: the Declarative API adds tool names/descriptions to existing HTML forms with minimal code changes. The Imperative API handles complex interactions via JavaScript tool schemas (similar...
MCP now has 97M+ monthly SDK downloads. First-class client support across ChatGPT, Claude, Cursor, Gemini, Microsoft Copilot, and VS Code. Governed by the Agentic AI Foundation (AAIF) under Linux Foundation, co-founded by Anthropic, Block, and OpenAI. AAIF also hosts Goose (op...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.