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.49 v1.0.51newer

Claude Code v1.0.50

6 entries read diff v1.0.49 → v1.0.50 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

#

# Claude Code v1.0.50 Changelog

Related

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

Plan Rejection UI Enhancement#

  • Improved visual feedback when users reject proposed plans: When a user rejects Claude's proposed plan and chooses to stay in plan mode, the interface now displays a dedicated UI component with:
  • A clear error message: "User rejected Claude's plan:"
  • The rejected plan displayed in a bordered box with proper styling
  • Better visual distinction using the plan mode theme colors

Related

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

Example Usage:#

When Claude proposes a plan and the user rejects it, they'll now see a more informative display instead of a generic message. This helps users understand what was rejected and provides better context for continuing in plan mode.

Import Optimizations#

  • Streamlined Node.js module imports:
  • Consolidated process imports to use named imports (import { cwd as OMA } from "node:process")
  • Optimized stream imports to use specific components (import { PassThrough } from "node:stream")
  • Removed redundant duplicate imports for stream and node:process modules

Related

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

Code Organization#

  • Added new UI component yz1 for rendering rejected plan messages
  • Introduced new constant Nk with a descriptive rejection message template
  • Added response filtering logic with tA1 ("No response requested.") to the response set

Message Handling Improvements#

  • Enhanced the message error rendering function to differentiate between:
  • Standard tool execution errors
  • Plan rejection scenarios (now with dedicated UI)
  • Added theme-aware rendering for plan rejection messages using the current theme context

Related

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

Performance#

  • Reduced bundle size by removing 4 redundant imports
  • Better code organization with more specific imports

Note: This update focuses on improving the user experience when working with Claude's plan mode, particularly when users choose to reject proposed plans and continue iterating. The visual improvements make it clearer what was rejected and why the user is still in plan mode.

Verbatim
No official entry

Not individually listed upstream

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