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.16 v1.0.18newer

Claude Code v1.0.17

12 entries read diff v1.0.16 → v1.0.17 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

# Claude Code v1.0.17 Changelog

Related

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

Enhanced Status Command#

The claude status command has been refactored to use React hooks for better performance and reliability. The status display now loads asynchronously and updates dynamically as information becomes available.

Simplified Update Process#

The automatic update and fallback mechanism has been streamlined. The launcher script (claude.sh) has been updated to version 0.0.7 with cleaner logic for managing Claude installations.

Related

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

State Management Improvements#

The application now uses a centralized state management hook (k3()) instead of separate state calls, providing more consistent behavior across the interface.

Related

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

MCP (Model Context Protocol) Integration#

  • MCP clients, tools, commands, and resources are now managed through a centralized state object
  • Better integration with the global state management system
  • More efficient handling of MCP client connections

Performance Optimizations#

  • Replaced synchronous status section generation with asynchronous loading
  • Status sections now render progressively as data becomes available
  • Reduced unnecessary file system operations during launcher setup

Related

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

Code Quality#

  • Removed redundant symlink management code (dH5 function and related logic)
  • Simplified the launcher installation process by removing the "known-good" and "latest" symlink complexity
  • Better separation of concerns in the main UI component

Related

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

Import Changes#

  • Added focused import for cwd from node:process instead of importing the entire module
  • Changed stream import to use named import PassThrough for better tree-shaking

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 race conditions in status display updates
  • Improved error handling in the launcher setup process
  • Better cleanup of temporary files and symlinks

Related

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

1 entry

Version Updatesopen

#

  • Claude CLI launcher script updated from v0.0.6 to v0.0.7
  • Application version bumped to 1.0.17

Related

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

Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • We now emit messages from sub-tasks in -p mode (look for the parent_tool_use_id property)
  • Fixed crashes when the VS Code diff tool is invoked multiple times quickly
  • MCP server list UI improvements
  • Update Claude Code process title to display "claude" instead of "node"
System prompt

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