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.14 v0.2.19newer

Claude Code v0.2.18

9 entries read diff v0.2.14 → v0.2.18 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

Config Management Enhancements#

  • New config array operations: Added config add and config rm subcommands to manage configuration arrays
  • claude config add <key> <value> - Add an item to a config array
  • claude config rm <key> <value> - Remove an item from a config array
  • Alias support: Added ls as an alias for config list

Related

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

Fish Shell Support#

  • Added full support for Fish shell in the persistent shell environment
  • Fish shell configuration files (.config/fish/config.fish) are now recognized

Image Support in Command Output#

  • Command output can now display images when detected (data URLs with base64 encoding)
  • When image data is detected in command output, it's sent to Claude and marked as "[Image data detected and sent to Claude]"

Related

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

Project Configuration#

  • Added ignorePatterns configuration option to specify patterns for files/directories to ignore
  • Improved ignore pattern handling with custom pattern support via v_() function

Related

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

Release Notes Display#

  • Simplified release notes display - now shows "What's new:" instead of version-specific headers
  • Improved release notes caching and display logic using useMemo for better performance

Error Handling#

  • Enhanced error reporting with additional context in the Ib function
  • Better error tracking with optional extra parameters

Shell Environment#

  • Fixed Fish shell syntax checking with proper flags (--no-execute -c)
  • Improved shell command validation for Fish shell compatibility
3 entries

Technical Changesopen

#

  • Updated version to 0.2.18
  • Added 42 new functions/variables
  • Removed 12 deprecated functions/variables
  • Modified 12 existing functions with improvements
  • Structural similarity with v0.2.14: 99.2%

Related

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

Managing Config Arrays#

# Add a pattern to ignore list
claude config add ignorePatterns "*.tmp"

# Remove a pattern from ignore list  
claude config rm ignorePatterns "*.tmp"

# List all config values (using new alias)
claude config ls

Related

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

Fish Shell Integration#

Fish shell users can now use Claude Code seamlessly with proper shell integration and syntax validation.

Verbatim
No official entry

Not individually listed upstream

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