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.72 v1.0.74newer

Claude Code v1.0.73

7 entries read diff v1.0.72 → v1.0.73 Markdown

Version 1.0.73 improves permission transparency with clearer approval messages, refactors command safety checks for better maintainability, and lays the groundwork for intelligent bash output management with automatic file saving capabilities.

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

Changesopen

Bash Output File Saving (Preview)#

What: Automatically saves all bash command outputs to files for future reference How to use:

# When you run any bash command, outputs are automatically saved
claude "npm test"
# Outputs saved to bash-outputs/ directory with timestamp-based filenames

Details:

  • All command outputs (stdout and stderr) are preserved in bash-outputs/ directory
  • Files are named with timestamps and command hashes for uniqueness
  • Infrastructure for AI-powered output summarization is included but currently disabled
  • Future releases will enable intelligent summarization of verbose outputs (>5000 chars)

Enhanced Permission Messages#

What: More informative and specific permission approval messages How to use:

# You'll now see specific reasons why permission is needed
# Instead of: "Claude requested permissions to use Bash"
# You'll see: "Permission rule 'npm-*' from project settings requires approval for this Bash command"

Details:

  • Messages now show which rule, hook, or mode triggered the permission request
  • Clear attribution of permission rules to their source (local settings, project settings, etc.)
  • Multi-command operations show which specific parts need approval
  • New hook system allows external tools to provide custom permission feedback

Refactored Command Safety System#

What changed: Command injection and safety checks reorganized into modular architecture Impact: Same security coverage with better performance and maintainability - no change in user-facing behavior, but more accurate detection with fewer false positives

Better Permission Rule Management#

What changed: New functions for tracking and managing "always ask" permission rules across different sources Impact: More granular control over which operations require approval, with clearer visibility into rule sources

Code Cleanup#

What changed: Removed 17 unused utility functions (lodash-like implementations) Impact: Smaller bundle size and cleaner codebase - no functional changes for users

Related

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

Fixed: Permission Decision Tracking#

  • Issue: Permission decisions weren't clearly showing their source
  • Cause: Decision reasons were stored as plain strings without context
  • Resolution: Now uses structured objects with type information and source attribution

Fixed: Command Safety False Positives#

  • Issue: Some safe commands with quotes were incorrectly flagged as dangerous
  • Cause: Quote parsing didn't properly distinguish between quoted and unquoted content
  • Resolution: Enhanced parsing system better understands quote contexts

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.73. 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.

  • MCP: Support multiple config files with --mcp-config file1.json file2.json
  • MCP: Press Esc to cancel OAuth authentication flows
  • Bash: Improved command validation and reduced false security warnings
  • UI: Enhanced spinner animations and status line visual hierarchy
  • Linux: Added support for Alpine and musl-based distributions (requires separate ripgrep installation)
System prompt

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