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.73 Home All releases olderv1.0.72 v1.0.74newer
Claude Code v1.0.73

Bash Output File Saving (Preview)

What: Automatically saves all bash command outputs to files for future reference How to use:

# When you run any bash command, outputs are automatically saved
claude "npm test"
# Outputs saved to bash-outputs/ directory with timestamp-based filenames

Details:

  • All command outputs (stdout and stderr) are preserved in bash-outputs/ directory
  • Files are named with timestamps and command hashes for uniqueness
  • Infrastructure for AI-powered output summarization is included but currently disabled
  • Future releases will enable intelligent summarization of verbose outputs (>5000 chars)

See this entry in the whole of v1.0.73 →