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.28 v1.0.30newer

Claude Code v1.0.29

9 entries read diff v1.0.28 → v1.0.29 Markdown
Find
Pick an entry · j / k steps through
5 entries

Changesopen

#

# Claude Code v1.0.29 Changelog

Related

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

Enhanced OAuth Security#

  • OAuth State Parameter: Added CSRF protection to OAuth flows by implementing state parameter validation. The CLI now generates a secure random state value during OAuth authentication and validates it on callback to prevent cross-site request forgery attacks.

Improved Spinner Messages#

  • Expanded Word List: The loading spinner now includes many more delightful verb options (88 total, up from 56), including whimsical additions like:
  • "Booping", "Combobulating", "Discombobulating"
  • "Flibbertigibbeting", "Philosophising", "Spelunking"
  • "Channelling", "Divining", "Enchanting"
  • "Germinating", "Incubating", "Meandering"
  • "Scheming", "Shimmying", "Sussing"
  • "Unfurling", "Unravelling", "Wandering"
  • "Whirring", "Wibbling", "Wizarding", "Wrangling"
  • Enhanced Exclusion List: Expanded the list of words to avoid in status messages (now 99 terms) to prevent concerning or technical-looking status messages. Added common development terms like:
  • Authentication/authorization terms
  • Development operations (bootstrapping, containerizing, dockerizing)
  • Build processes (bundling, compiling, transpiling)
  • Version control operations (branching, committing, merging)
  • Deployment terms (deploying, provisioning, scaling)

Text Rendering Improvements#

  • Unicode Support: Enhanced support for complex Unicode characters and emoji in terminal output
  • Added proper display width calculations for multi-byte characters
  • Improved text wrapping for languages with complex scripts
  • Better handling of grapheme clusters (e.g., emoji with modifiers)

Related

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

VS Code Extension Detection#

  • New Function: Added ability to detect if Claude Code is running as a VS Code extension and retrieve its version number. This enables better integration when running within VS Code.

Related

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

1 entry

Technical Improvementsopen

#

  • Process Import Changes: Switched from importing entire node:process module to importing specific functions (cwd), improving module loading efficiency
  • Stream Handling: Added PassThrough stream import for improved data streaming capabilities
  • Code Organization: Minor refactoring and renaming of internal variables and functions

Related

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

1 entry

Bug Fixesopen

#

  • Fixed potential issues with text measurement and wrapping for complex Unicode sequences
  • Improved accuracy of cursor positioning in wrapped text containing emoji or other wide characters
Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • Improved CJK character support in cursor navigation and rendering
System prompt

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