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.11 v1.0.15newer

Claude Code v1.0.14

8 entries read diff v1.0.11 → v1.0.14 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

# Claude Code v1.0.14 Changelog

Related

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

Plan Mode#

  • New interactive planning mode - A new mode that allows Claude to plan implementation steps before executing them. When enabled, Claude will outline the approach before making changes.
  • Visual indicator: ⏸ plan mode on appears in the status bar
  • Toggle between modes using Shift+Tab
  • Plan mode can be detected programmatically via the tool permission context

Terminal Title#

  • Automatic terminal title - The CLI now sets the terminal title to "claude" when launched, making it easier to identify Claude Code sessions in your terminal tabs.

Enhanced MCP Tool Error Messages#

  • Better error reporting for missing MCP tools - When using --permission-prompt-tool with a non-existent tool, the error message now lists available MCP tools or indicates "none" if no MCP tools are available.
  # Before: generic error
  # After: "Error: MCP tool xyz not found. Available MCP tools: tool1, tool2, tool3"

Related

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

Tool Permission Filtering#

  • Excluded permission prompt tools from regular tool list - When a tool is specified via --permission-prompt-tool, it's now properly excluded from the regular tool execution list to prevent conflicts.

Analytics#

  • Added tool decision tracking for better understanding of tool usage patterns
  • New telemetry event: tool_decision captures tool selection decisions

Related

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

Code Organization#

  • Switched from direct process import to named import for better modularity
  // Before: import mS2 from "node:process"
  // After: import { cwd as vI0 } from "node:process"
  • Added PassThrough stream import for improved stream handling

Related

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

Removed Features#

  • Removed unused streaming tool UI components that were displaying waiting messages
  • Cleaned up redundant imports and unused variables

Related

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

1 entry

Version Updateopen

#

  • Launcher script version bumped from 0.0.4 to 0.0.6

Related

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

Verbatim
No official entry

Not individually listed upstream

v1.0.14 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.