Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Version 1.0.43 introduces a major enhancement to the theme management system with the ability to preview themes before applying them permanently.
Enhanced Theme Context
{
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
jT1 component that provides theme state managementUpdated Theme Hook
hB hook now returns currentTheme instead of just the saved themeWhat's wrong with this entry?
What's wrong with this entry?
When using Claude Code, you might interact with themes like this:
What's wrong with this entry?
PassThrough importsPassThrough imports from both node:stream and stream modulesOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
cwd (current working directory) from node:processThese changes represent a focus on improving the user experience around theme customization while also making technical optimizations to the codebase.
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.
The system prompt was not captured for this release, so this page cannot say whether it moved.