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 v0.2.14 Home All releases v0.2.18newer
Claude Code v0.2.14

Improvements

Shell Process Management

  • Better error tracking: The persistent shell now captures recent stdout/stderr (up to 10KB) for debugging when the shell exits unexpectedly
  • Enhanced diagnostics: Shell exit events now include more context:
  • Working directory at time of exit
  • Queue length and execution state
  • Recent output for troubleshooting
  • Safer cleanup: Improved error handling when cleaning up temporary files during shell exit

Error Reporting

  • Stack trace enhancement: Sentry error reports now include original stack traces in a more readable format
  • Better error context: Shell write errors now include recent stdout/stderr for debugging

Theme System

  • New "remember" color: Added to all color themes for better visual distinction of remembered/saved items

See this entry in the whole of v0.2.14 →