Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Agent SDK debug logs can go through the storage layer

Use it now
Useful2 Signal2
Agents not in their notes

SDK debug logging tags a session id and can write through the storage layer when given one.

DEBUG_CLAUDE_AGENT_SDK
What

The SDK debug logger now mints a session id of the form sdk-<uuid> at startup and, when the caller hands it a storage handle, appends through that instead of writing the file directly. With no handle it writes to the same debug file as before. Only runs when DEBUG_CLAUDE_AGENT_SDK is set.

Evidence

{ namespace: "log", sessionId: Fyi, channel: "debug" }

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.228 →