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.68 v1.0.70newer

Claude Code v1.0.69

21 entries read diff v1.0.68 → v1.0.69 Markdown
Find
Pick an entry · j / k steps through
8 entries

Changesopen

#

Based on my comprehensive analysis of the diff file, here is the detailed changelog for Claude Code v1.0.69:

# Claude Code v1.0.69 Changelog

Related

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

1. Security Review Command (New)#

A powerful new /security-review command that performs automated security analysis of code changes:

Usage:

/security-review

What it does:

  • Analyzes all pending changes on the current branch
  • Performs comprehensive security-focused code review
  • Identifies potential vulnerabilities including:
  • SQL/Command injection
  • Authentication & authorization flaws
  • Cross-site scripting (XSS)
  • Cryptographic weaknesses
  • Sensitive data exposure
  • Insecure deserialization

Output: Generates a detailed markdown report with severity levels (HIGH/MEDIUM/LOW), file locations, exploit scenarios, and specific fix recommendations.

2. Enhanced Background Task Management#

Improved handling of long-running processes with background execution:

New BashOutput Tool:

# Check output from background shells
BashOutput bash_1

# Filter output with regex patterns
BashOutput bash_1 "error|warning"

# List all background shells
/bashes

Features:

  • Automatic notifications when background tasks complete
  • Shows only new output since last check
  • Regex filtering support for monitoring specific patterns
  • Exit code tracking and completion status

Related

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

3. Claude Opus 4.1 Model Support#

Added support for the new Claude Opus 4.1 model:

  • Model identifier: claude-opus-4-1-20250805
  • Available across first-party, Bedrock, and Vertex AI platforms
  • Enhanced region support with VERTEX_REGION_CLAUDE_4_1_OPUS environment variable

Related

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

Autocheckpointing Enhancements#

  • Better checkpoint management with improved state handling
  • Async initialization for better performance
  • Enhanced error recovery and status tracking
  • Support for automatic checkpointing on prompts and bash commands

Related

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

File Search Improvements#

  • New ZnB function provides better file search with glob pattern support
  • Improved handling of special characters in search patterns
  • Better performance for file discovery operations

Related

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

Shell Execution Enhancements#

  • Better cleanup of background processes on exit
  • Improved tracking of completed shells for attachment messages
  • Enhanced shell output management with proper cleanup

Related

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

Tool Permission Handling#

  • Better handling of closed permission streams
  • Improved error messages when permission stream is closed
  • More robust pending request management

Related

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

7 entries

Bug Fixesopen

#

  • Fixed issue where input stream closure could leave pending permission requests hanging
  • Improved cleanup of background shells on process termination
  • Better handling of shell completion status notifications
  • Fixed race conditions in background task management

Related

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

New Functions Added:#

  • fnB - Generate timestamped file names for prompts
  • CP1 - Smart string truncation with ellipsis support
  • iC8 - Enhanced attachment processing with background task status
  • Iz8 - Background task status collection
  • jkB - Dynamic token limit calculation
  • jyB - Command category detection for analytics
  • nE8 - Check if command is safe to run in background
  • Various checkpoint management functions (QiB, ZiB, AiB, DiB)

Removed Functions:#

  • Removed legacy checkpointing class _A1 in favor of new async implementation
  • Removed BashOutput tool implementation ylB (replaced with enhanced version)
  • Removed various obsolete utility functions

Related

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

Modified Functions:#

  • Enhanced hS0 class (previously PS0) with better stream closure handling
  • Updated model selection logic to support Opus 4.1
  • Improved shell management class U01 with cleanup on exit

Security Review:#

# After making changes to your code
/security-review
# Claude analyzes changes and provides detailed security report

Background Tasks:#

# Start a long-running process
Bash npm run build

# Check background tasks
/bashes
# Output: bash_1 (running): npm run build

# Monitor output
BashOutput bash_1

# Filter for errors
BashOutput bash_1 "error|failed"

Model Selection:#

# Use the new Opus 4.1 model
claude --model claude-opus-4-1-20250805

# Or set via environment
export ANTHROPIC_MODEL=claude-opus-4-1-20250805
1 entry

Performance Improvementsopen

#

  • Async checkpoint initialization reduces startup time
  • Better resource cleanup prevents memory leaks
  • Improved background task management reduces CPU usage
  • More efficient file search with optimized glob patterns

Related

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

1 entry

Security Enhancementsopen

#

  • New security review tool helps identify vulnerabilities early
  • Better handling of untrusted input in shell commands
  • Improved permission management for tool execution
  • Enhanced cleanup of sensitive data in background processes

This release focuses on security, background task management, and overall stability improvements, making Claude Code more powerful for real-world development workflows.

Verbatim
Official · Anthropic

Anthropic’s official release notes

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

  • Upgraded Opus to version 4.1
System prompt

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