Agentic Coding Digest

What actually shipped.

A single daily edition of announcements from the AI coding tools you use, read from a curated source list, summarised, and linked back to the original. No infinite feed, no account, no advertising.

Leadrelease#

/permissions gained a tab for auto mode's classifier rules

Claude Code 2.1.246 adds an Auto mode tab to /permissions for viewing and editing the auto mode classifier rules that decide which tool calls run. The same release warns at startup about a Bash allow rule with a wildcard before the subcommand, such as Bash(git * main), because those rules also match options inserted before the subcommand. Two related fixes land with it: auto mode tool calls denied as temporarily unavailable on very large sessions now scale the safety-check deadline with prompt size, and telemetry that had been carrying a third-party gateway's API key to Anthropic is only sent to its own host.

Claude Code Releases · Read the originalXHacker NewsLinkedIn
02tooling#

Bridges built on codex mcp-server need to move to a JSON-RPC app server

OpenAI's changelog for 24 August deprecates the codex mcp-server command and names the Codex app server as its replacement. The app server speaks JSON-RPC 2.0 over stdio, WebSocket or Unix sockets rather than MCP, so a bridge built on the old command moves to explicit thread and turn abstractions and handles streamed notifications itself. For Claude Code the changelog points instead at the Codex plugin for Claude Code.

ChatGPT & Codex changelog · Read the originalXHacker NewsLinkedIn