123 wires and counting

$ follow Anthropic

Keep up with Anthropic in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-20
stories 2

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Verbatim prompt mode closes an @-path file read in the Python SDK

By RepoJournal · Filed · About Anthropic · Composed from the cited sources · methodology

1 person shipped this

The Claude Agent SDK for Python gains a verbatim_prompts option so that in headless/SDK mode an `@/absolute/path` token in a user message is no longer silently expanded into the contents of that file before the model runs.

Add verbatim_prompts option to deliver prompts as written anthropics/claude-agent-sdk-python

by qing-ant

The expansion happens before the model runs, outside the working directory, and without a tool call, so it is not stopped by tools=[], allowed_tools, or disallowed_tools=["Read"]. Any app that inlines text its end user did not type (earlier turns, tool output, third-party content) into a prompt can have local files read and echoed back, which makes verbatim_prompts the setting to adopt in servi...

Add verbatim_prompts option to deliver prompts as written (#1269) anthropics/claude-agent-sdk-python

by Qing Wang

Landed on main as commit f7547d7233527739ece8b12ed28c57be96c966b5, delivering prompts as written rather than expanding @/absolute/path tokens.

Quick answers

What shipped in Anthropic on September 20, 2026?
The Claude Agent SDK for Python gains a verbatim_prompts option so that in headless/SDK mode an `@/absolute/path` token in a user message is no longer silently expanded into the contents of that file before the model runs. In total, 1 commits and 1 pull requests landed.
Who contributed to Anthropic on September 20, 2026?
1 developer shipped this update, including qing-ant.
What were the notable Anthropic updates?
Add verbatim_prompts option to deliver prompts as written and Add verbatim_prompts option to deliver prompts as written (#1269).