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.44 v1.0.46newer

Claude Code v1.0.45

15 entries read diff v1.0.44 → v1.0.45 Markdown
Find
Pick an entry · j / k steps through
11 entries

Changesopen

#

# Claude Code v1.0.45 Changelog

Related

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

Agent System Enhancement#

  • New Agent Tool: Introduced a powerful new Task tool that allows launching specialized agents to handle complex, multi-step tasks autonomously
  • Multiple agent types available including: general-purpose, context-collector, tech-researcher, test-engineer, and more
  • Agents can be run in parallel for improved performance
  • Each agent type has specific tool access and use cases

Usage example:

  /task "Research the authentication system in this codebase" --agent-type investigator

Related

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

Enhanced Metrics System#

  • Added organization-level metrics opt-out checking
  • New API endpoint integration for checking metrics preferences
  • Improved metrics logging with better error handling

Related

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

File Writing Improvements#

  • Atomic File Writes: Implemented atomic file writing to prevent data corruption
  • Creates temporary files first, then renames them atomically
  • Preserves original file permissions
  • Automatic fallback to non-atomic writes if atomic operation fails
  • Better error handling and logging for file operations

Related

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

UI Enhancements#

  • Custom Spinner Words: Removed the built-in spinner word generation system
  • Now fetches spinner words from a remote configuration source
  • More dynamic and customizable loading messages

Smart Quote Handling#

  • Added intelligent quote normalization for better text matching
  • Handles smart quotes (curly quotes) and converts them to standard quotes
  • Improves search and text matching accuracy

️ Utility Functions#

  • Added new array manipulation functions:
  • shuffle: Randomly shuffle array elements
  • sample: Get random samples from arrays
  • sampleSize: Get multiple random samples with specified size
  • Added number utility functions for better numeric operations

Related

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

Security Improvements#

  • Enhanced WSL detection for better platform-specific handling
  • Improved process isolation and security checks

Related

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

Deprecated Components#

  • Removed the legacy Search tool (replaced by enhanced Grep functionality)
  • Removed hardcoded spinner word list and generation logic
  • Removed General Availability announcement components
  • Removed various unused utility functions

Related

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

Performance#

  • Optimized file operations with atomic writes
  • Better caching for metrics API calls (1-hour cache)
  • Improved parallel agent execution

Related

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

Error Handling#

  • Enhanced error reporting for file operations
  • Better fallback mechanisms for failed operations
  • Improved logging throughout the application

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 file corruption issues during concurrent writes
  • Improved handling of symlinks during file operations
  • Better error recovery for failed atomic write operations

Related

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

1 entry

Breaking Changesopen

#

  • The Search tool has been removed - use Grep instead
  • File writing now uses atomic operations by default, which may affect custom file watchers

This release focuses on reliability, performance, and the introduction of the powerful new Agent system for handling complex tasks. The atomic file writing ensures data integrity, while the new agent architecture allows for more sophisticated multi-step operations.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v1.0.45. 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.

  • Redesigned Search (Grep) tool with new tool input parameters and features
  • Disabled IDE diffs for notebook files, fixing "Timeout waiting after 1000ms" error
  • Fixed config file corruption issue by enforcing atomic writes
  • Updated prompt input undo to Ctrl+\_ to avoid breaking existing Ctrl+U behavior, matching zsh's undo shortcut
  • Stop Hooks: Fixed transcript path after /clear and fixed triggering when loop ends with tool call
  • Custom slash commands: Restored namespacing in command names based on subdirectories. For example, .claude/commands/frontend/component.md is now /frontend:component, not /component.
System prompt

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