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.6 Home All releases olderv1.0.5 v1.0.7newer
Claude Code v1.0.6

Bug Fixes

Screenshot File Path Resolution

  • Fixed screenshot file handling with AM/PM timestamps: Improved the file path resolution for screenshots that contain AM/PM timestamps. The tool now:
  • Uses a more robust regex pattern to detect timestamp formats
  • Checks for file existence before applying transformations
  • Handles both regular spaces and non-breaking spaces (Unicode 8239) in filenames
  • Falls back gracefully if the expected file doesn't exist

This fixes issues where screenshots taken at specific times (like "Screenshot 2:30 PM.png") might not be found due to space character encoding differences.

Graceful Shutdown Handling

  • Added explicit error handling for shutdown failures: A new graceful shutdown wrapper ensures that if the shutdown process fails, the error is logged and the process exits cleanly with the appropriate exit code.

See this entry in the whole of v1.0.6 →