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.59 v0.2.61newer

Claude Code v0.2.60

9 entries read diff v0.2.59 → v0.2.60 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

# Claude Code v0.2.60 Changelog

Related

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

Git Worktree Tips#

  • New contextual tip system: Claude Code now provides helpful tips based on your usage patterns. The first tip encourages users to leverage git worktrees for running multiple Claude sessions in parallel.
  • The tip appears after 50+ startups when you have only 1 or 0 git worktrees configured
  • Tips have a cooldown period (30 sessions for the git worktree tip) to avoid being repetitive
  • Example: You'll see "※ Tip: Use git worktrees to run multiple Claude sessions in parallel. [Learn more]" with a link to documentation

Enhanced Telemetry#

  • Added startup telemetry that tracks:
  • Whether you're in a git repository
  • Number of git worktrees configured
  • Memory usage patterns

Non-Interactive Mode (-p/--print)#

  • Improved transcript output: When using claude -p for non-interactive mode, the transcript now filters out progress messages, providing cleaner output
  • The JSON output structure remains unchanged but benefits from the cleaner transcript

Configuration Storage#

  • Added new configuration fields:
  • tipsHistory: Tracks which tips have been shown and when
  • memoryUsageCount: Tracks memory feature usage

Related

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

Conversation Compaction#

  • Improved conversation compaction with better context handling:
  • Now properly clears file timestamps after compaction
  • Better integration with the conversation context system

Related

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

Import Optimizations#

  • Switched from default imports to named imports for better tree-shaking:
  • import { PassThrough as V39 } from "stream" instead of import og4 from "stream"
  • import { cwd as gH0 } from "node:process" instead of import Zr2 from "node:process"

Related

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

Code Organization#

  • Refactored the main entry point to separate concerns:
  • Input handling logic extracted to ra5() function
  • Main application logic moved to aa5() function
  • Better separation between interactive and non-interactive modes

Related

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

3 entries

Bug Fixesopen

#

  • Fixed issues with non-interactive mode (-p) that were mentioned as resolved in v0.2.59
  • Improved error handling in the startup sequence

Related

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

Running Claude in non-interactive mode with cleaner output:#

# Get a clean response without progress indicators
claude -p "Explain this code" < myfile.js

# Get structured JSON output
claude -p --json "Summarize this file" < README.md

The git worktree tip will appear automatically when relevant:#

$ claude
※ Tip: Use git worktrees to run multiple Claude sessions in parallel. Learn more
> 

This tip helps users discover that they can use git worktrees to run multiple Claude sessions simultaneously in different directories, which is particularly useful for large refactoring tasks or when working on multiple features.

Verbatim
No official entry

Not individually listed upstream

v0.2.60 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.