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.69 Home All releases olderv1.0.68 v1.0.70newer
Claude Code v1.0.69

2. Enhanced Background Task Management

Improved handling of long-running processes with background execution:

New BashOutput Tool:

# Check output from background shells
BashOutput bash_1

# Filter output with regex patterns
BashOutput bash_1 "error|warning"

# List all background shells
/bashes

Features:

  • Automatic notifications when background tasks complete
  • Shows only new output since last check
  • Regex filtering support for monitoring specific patterns
  • Exit code tracking and completion status

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 v1.0.69 →