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.18 v1.0.20newer

Claude Code v1.0.19

14 entries read diff v1.0.18 → v1.0.19 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

# Claude Code v1.0.19 Changelog

Related

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

MCP Resource Support (@mentions)#

  • New @mention syntax for MCP resources: You can now reference MCP (Model Context Protocol) resources directly in your messages using the @server:resource syntax
  • Example: @myserver:config.json to reference a config file from an MCP server
  • Resources are automatically fetched and included as context when mentioned
  • Autocomplete support for discovering available MCP resources (up to 15 suggestions)

Related

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

Agent-Specific Todo Lists#

  • Isolated todo lists per agent: When using the Task tool to spawn sub-agents, each agent now maintains its own separate todo list
  • Todo lists are stored as {session-id}-agent-{agent-id}.json files
  • Prevents todo list conflicts between parent and child agents
  • Each agent can track its own progress independently

Compact Summary Messages#

  • New compact summary display: A new message type that shows condensed summaries of long responses
  • Displays "Compact summary" header with the summarized content
  • In transcript view, shows the full summary text
  • In other views, shows hint "(ctrl+r to expand)" for accessing full content

Related

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

Enhanced Text Editing#

Logical Line Navigation

  • New logical line movement commands: Navigate by actual line breaks rather than wrapped lines
  • upLogicalLine(): Move cursor up one logical line (to previous newline)
  • downLogicalLine(): Move cursor down one logical line (to next newline)
  • startOfLogicalLine(): Jump to start of current logical line
  • endOfLogicalLine(): Jump to end of current logical line
  • firstNonBlankInLogicalLine(): Jump to first non-whitespace character in logical line
  • deleteToLogicalLineEnd(): Delete from cursor to end of logical line

These commands are useful when working with long lines that wrap in the terminal, allowing navigation based on actual line breaks in the text rather than visual line wrapping.

Shell Command Execution#

  • Background process management: Enhanced support for running commands in the background
  • New moveToBackground() function for shell commands
  • Returns shell ID when moving a process to background
  • Example output: "Command running in background (shell ID: 123)"

Related

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

Command Metadata#

  • Read-only command flagging: Commands can now be marked as read_only
  • New read_only boolean field in command schemas
  • Helps identify commands that won't modify the filesystem or make network calls
  • Improves command safety and permission handling

Performance#

  • Adaptive connection checking: Connection status polling interval now adjusts based on environment
  • Default: 1 second polling interval
  • Extended to 30 seconds in certain runtime environments for reduced overhead
1 entry

Bug Fixesopen

#

  • Fixed duplicate comment issue in codebase
  • Improved file path handling for agent-specific data storage
  • Enhanced error handling for MCP resource fetching

Related

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

1 entry

Technical Changesopen

#

  • Removed unused stream imports and process-related functions
  • Consolidated file storage paths for better organization
  • Added UUID generation support for unique identifiers
  • Improved sandbox detection (though currently disabled by default)

Related

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

Verbatim
No official entry

Not individually listed upstream

v1.0.19 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.