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 olderv0.2.98 v0.2.100newer

Claude Code v0.2.99

5 entries read diff v0.2.98 → v0.2.99 Markdown

This release focuses on improving the user experience with better exit handling in transcript view, clearer settings descriptions, and helpful tips for IDE integration. The changes are primarily quality-of-life improvements that make the CLI more intuitive and user-friendly.

Find
Pick an entry · j / k steps through
5 entries

Changesopen

New Exit Confirmation in Transcript View#

When viewing the detailed transcript (accessed via Ctrl+R), users now see a two-step exit confirmation when pressing Ctrl+C:

  • First press: Shows "Press ^C again to exit"
  • Second press: Exits the application

This prevents accidental exits when reviewing conversation history.

Updated Settings Panel#

The "Todo List" setting has been renamed to "Todo list tool enabled" for better clarity about what this option controls.

Related

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

New Tip of the Day#

Added a new tip that shows users the IDE integration hotkey:

  • macOS: Cmd+Escape to launch Claude in your IDE
  • Other systems: Ctrl+Escape to launch Claude in your IDE

This tip appears periodically (every 15 sessions) when IDE integration is available.

Improved Todo Tool Management#

The todo tool list generation now respects the user's todo feature preference more consistently. The TodoRead and TodoWrite tools are only included when the todo feature is explicitly enabled in settings.

Code Structure Changes#

  • Removed unused imports and variables related to stream processing
  • Simplified the todo tools initialization logic by moving it to a computed value based on user preferences
  • Minor refactoring of the main application component for better performance
Verbatim
No official entry

Not individually listed upstream

v0.2.99 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.