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 olderv0.2.52 v0.2.54newer

Claude Code v0.2.53

10 entries read diff v0.2.52 → v0.2.53 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

#

# Claude Code v0.2.53 Changelog

Related

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

Web Fetch Tool#

  • New capability: Claude can now view URLs that you paste into the conversation
  • Simply paste a URL and Claude will fetch and analyze the content
  • Improved handling of URL redirects with better host validation

Background Task Management#

  • New /tasks command: View and manage long-running background tasks
  • Press key to quickly view running tasks from the main prompt
  • Tasks show real-time status updates and unread output indicators
  • Kill background tasks with /tasks kill <task_id>
  • Retrieve task output with /tasks output <task_id>

Related

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

Terminal.app Integration (macOS)#

  • Automatic setup for Option as Meta key in Terminal.app
  • Creates backup of Terminal preferences before making changes
  • Restores settings automatically if setup is interrupted
  • New setup process similar to existing iTerm2 integration

Related

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

MCP Server Setup#

  • Simplified command input: Now accepts full command with arguments and environment variables in a single step
  • Smart parsing of commands like API_KEY=abc123 NODE_ENV=dev node server.js
  • Reduced setup steps from 6 to 4 for faster configuration
  • Better examples and guidance for complex commands with quotes

User Experience#

  • Added visual indicator for number of running background tasks in the prompt
  • New hasSeenTasksHint preference to track if user has been shown task shortcuts
  • Improved handling of backslash+return key combination tracking

Image Detection#

  • Fixed JPEG file extension detection
  • Changed from checking .jpg to properly checking both jpg and jpeg extensions (without dots)
  • Ensures proper handling of all JPEG image files

Related

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

1 entry

Technical Changesopen

#

  • Updated to version 0.2.53
  • Added comprehensive changelog parsing functionality
  • Improved URL validation to prevent redirect attacks
  • Better error handling for Terminal.app preference modifications
Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.53. 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.

  • New web fetch tool lets Claude view URLs that you paste in
  • Fixed a bug with JPEG detection
System prompt

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