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.2 v1.0.4newer

Claude Code v1.0.3

14 entries read diff v1.0.2 → v1.0.3 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

#

# Changelog v1.0.3

Related

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

Enhanced Image Type Detection#

  • Added automatic image format detection from base64 data (JQ0 function)
  • Supports detection of PNG, JPEG, GIF, and WebP formats based on file signatures
  • Provides fallback to PNG format when detection fails

Related

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

GhostTTY Terminal Integration#

  • New support for GhostTTY terminal configuration (eL4 function)
  • Automatically installs Shift+Enter key binding for multi-line input
  • Cross-platform support with proper config paths for macOS and Linux
  • Creates automatic backups of existing configurations before modification
  • Warns users about existing Shift+Enter bindings to prevent conflicts

Related

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

Improved Unicode Handling#

  • Added robust Unicode sanitization (Ff1 and IL functions)
  • Normalizes text using NFKC normalization
  • Removes invisible control characters, direction markers, and private use characters
  • Prevents potential security issues from malformed Unicode input
  • Applies sanitization recursively to all string inputs in nested data structures

Enhanced Shell Command Safety#

  • Improved handling of file descriptor redirections (>&0, >&1, >&2)
  • Better parsing and validation of shell commands with output redirection
  • Prevents unsafe command patterns while allowing legitimate redirections

Related

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

Process Information#

  • Enhanced user agent string now includes the entrypoint information via CLAUDE_CODE_ENTRYPOINT environment variable
  • Provides better debugging context for different execution environments

Related

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

Code Organization#

  • Removed unused imports and variables for cleaner codebase
  • Consolidated stream handling with PassThrough import
  • Removed deprecated batch operation functionality

Related

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

1 entry

Bug Fixesopen

#

  • Fixed potential issues with shell command parsing that could lead to unexpected behavior
  • Improved error handling in configuration file operations
  • Better validation of command-line arguments containing special characters

Related

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

1 entry

Breaking Changesopen

#

  • Removed the experimental Batch tool functionality (was using pF1 variable)
  • This feature was likely not widely used and has been replaced with more reliable alternatives
1 entry

Notes for Usersopen

#

  • If you use GhostTTY terminal, you'll now have better multi-line input support with Shift+Enter
  • Unicode handling is more robust, preventing potential display issues with special characters
  • Shell commands with output redirection are now safer and more predictable
Verbatim
No official entry

Not individually listed upstream

v1.0.3 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

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