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?
theme command-line argument: Users can now set the theme when launching Claude Code claude --theme dark
claude --theme light
What's wrong with this entry?
diff.added → diffAdded)inverseText color: Added support for inverse text colors that automatically adjust based on the themeP component: Replaces the S component with a more flexible color system that uses color names instead of direct color valuesOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
14:35 next to messages when transcript mode is enabledOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
pending/queued: warning (yellow)in_progress: permission (blue)completed: success (green)failed: error (red)cancelled: secondaryText (gray)timed_out: autoAccept (purple)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?
LQ, W_2)OP2)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?
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?
✻) properly inherits the claude brand colorOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
diff object properties are now flatS component replaced with P component - update any custom componentsX1().error) replaced with color name strings (e.g., "error")What's wrong with this entry?
The theme system now uses React context for global theme state:
// Setting theme programmatically
const [theme, setTheme] = useTheme();
setTheme('dark'); // or 'light', 'system', etc.
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?
Old structure:
{
diff: {
added: "rgb(105,219,124)",
removed: "rgb(255,168,180)"
}
}
New structure:
{
diffAdded: "rgb(105,219,124)",
diffRemoved: "rgb(255,168,180)"
}
This release focuses on improving the theming system and user experience with better color management and real-time theme switching capabilities.
Published verbatim by Anthropic for v1.0.30. 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.