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 v1.0.102 Home All releases olderv1.0.100 v1.0.103newer

Background Task Input/Output Parsing

What: Added support for structured input/output in background tasks using XML-like tags How to use:

# Background tasks can now parse and display structured content
# with <background-task-input> and <background-task-output> tags
claude --some-command &

Details:

  • Enables better formatting and organization of background task communication
  • Supports tagged content for clearer task progress tracking
  • Improves integration between background processes and the main conversation
  • Evidence: GA1() at line 410790 and bbB() at line 410805 (new functions not present in v1.0.100)

See this entry in the whole of v1.0.102 →