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.42 v1.0.44newer

Claude Code v1.0.43

5 entries read diff v1.0.42 → v1.0.43 Markdown
Find
Pick an entry · j / k steps through
6 entries

Changesopen

#

# Claude Code v1.0.43 Changelog

Related

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

New Theme Preview Feature#

Version 1.0.43 introduces a major enhancement to the theme management system with the ability to preview themes before applying them permanently.

Key Changes:

Enhanced Theme Context

  • The theme context has been completely redesigned with a richer API
  • New context structure includes:
  {
    theme: null,           // Current saved theme
    setTheme: (A) => A,    // Set and save theme
    setPreviewTheme: (A) => A,  // Preview theme without saving
    savePreview: () => {},      // Save the previewed theme
    currentTheme: null,    // Active theme (preview or saved)
  }

New Theme Provider Component

  • Added jT1 component that provides theme state management
  • Tracks both saved themes and preview themes separately
  • Allows users to test themes before committing to them

Updated Theme Hook

  • The hB hook now returns currentTheme instead of just the saved theme
  • This means components will automatically use preview themes when active

User-Facing Benefits:#

  1. Try Before You Apply: You can now preview how a theme looks before permanently switching to it
  2. Easy Rollback: If you don't like a preview theme, simply don't save it
  3. Seamless Testing: The UI updates immediately when previewing themes, giving instant feedback

Usage Example:#

When using Claude Code, you might interact with themes like this:

  • Preview a theme temporarily to see how it looks
  • If you like it, save the preview to make it permanent
  • If not, the preview is discarded and your original theme remains

Stream Handling Updates#

  • Migrated from generic stream imports to more specific PassThrough imports
  • Added PassThrough imports from both node:stream and stream modules
  • This likely improves performance and reduces bundle size

Related

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

Process Module Import#

  • Added specific import for cwd (current working directory) from node:process
  • Removed generic process import, using only what's needed

These changes represent a focus on improving the user experience around theme customization while also making technical optimizations to the codebase.

Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • Fixed a bug where the theme selector was saving excessively
  • Hooks: Added EPIPE system error handling
System prompt

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