What's wrong with this entry?
SDK users can now append custom system prompt content to all Task-tool subagents via a new appendSubagentSystemPrompt option.
// In SDK session options
{
appendSubagentSystemPrompt: "Your custom instructions here"
}- The
appendSubagentSystemPromptfield is propagated to nested subagents automatically - Gated by the
CLAUDE_CODE_ENABLE_APPEND_SUBAGENT_PROMPTenvironment variable - Allows SDK consumers to inject additional instructions into every subagent without modifying the main system prompt
SDK subagent prompt support (search for "appendSubagentSystemPrompt") — 0 occurrences in v2.1.110, 13 in v2.1.111
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.