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 releases Home olderv1.0.5 v1.0.7newer

Claude Code v1.0.6

5 entries read diff v1.0.5 → v1.0.6 Markdown
Find
Pick an entry · j / k steps through
5 entries

Changesopen

New Features#

Web Search Tool Enhancement

  • Improved web search parameter handling: The web search tool now uses a more streamlined parameter structure. Instead of separate objects, domain filters are now passed directly through the tool configuration:
  // New usage
  claude web-search "your query" --allowed-domains example.com --blocked-domains spam.com

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

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.

Technical Improvements#

Import Optimizations

  • Added explicit imports for cwd from node:process and PassThrough from stream modules
  • Improved module loading efficiency

Configuration Changes

  • Removed enableAllProjectMcpServers flag: This configuration option has been removed from the project settings structure, simplifying MCP server management

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Removed Features#

Easter Egg Removal

  • Removed "The Way of Code" easter egg: The hidden vibe command that displayed ASCII art and philosophical coding quotes has been removed. This feature previously showed:
  • ASCII art of the Claude logo
  • Quotes inspired by Lao Tzu and adapted by Rick Rubin
  • Could be accessed via the vibe command

Summary#

Version 1.0.6 focuses on stability improvements and bug fixes, particularly around file handling for screenshots with special characters in their names. The removal of the easter egg and configuration simplification suggests a move toward a more streamlined, production-ready codebase.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.6. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Improved edit reliability for tab-indented files
  • Respect CLAUDE_CONFIG_DIR everywhere
  • Reduced unnecessary tool permission prompts
  • Added support for symlinks in @file typeahead
  • Bugfixes, UI polish, and tool reliability improvements
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.