diff --git a/CHANGELOG.md b/CHANGELOG.md index a986f8c..fb296bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.34.2] - 2026-03-11 + +### Documentation + +- **Claude Code Releases**: Updated tracking to v2.1.72 (2026-03-09) + - Restored `model` parameter on Agent tool for per-invocation model overrides + - Fixed SDK `query()` prompt cache invalidation — up to 12x input token cost reduction + - CLAUDE.md HTML comments now hidden from Claude when auto-injected + - Simplified effort levels: low/medium/high (removed max), new symbols ○ ◐ ● + - `ExitWorktree` tool added; `CLAUDE_CODE_DISABLE_CRON` env var; `/plan` optional description + ## [3.34.1] - 2026-03-11 ### Added diff --git a/README.md b/README.md index 9f70dce..cc5c966 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Stars - Last Update + Last Update Quiz Templates Threat Database @@ -872,7 +872,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.34.1 | Updated daily · Mar 11, 2026 | Crafted with Claude* +*Version 3.34.2 | Updated daily · Mar 11, 2026 | Crafted with Claude* `) now hidden from Claude when auto-injected (visible via Read tool) +- **Changed**: `/config` — Escape cancels changes, Enter saves and closes, Space toggles settings +- **Fixed**: SDK `query()` prompt cache invalidation — up to 12x input token cost reduction +- **Fixed**: Tool search now activates with `ANTHROPIC_BASE_URL` when `ENABLE_TOOL_SEARCH` is set +- **Fixed**: Skill hooks firing twice per event when a hooks-enabled skill is invoked by the model +- **Fixed**: `/clear` killing background agent/bash tasks — only foreground tasks now cleared +- **Fixed**: Worktree isolation: Task tool resume not restoring cwd, background task notifications missing `worktreePath`/`worktreeBranch` +- **Fixed**: `--continue` not resuming from most recent point after `--compact` +- **Fixed**: Team agents now inherit the leader's model +- **Fixed**: Parallel tool calls — only Bash errors cascade to siblings (Read/WebFetch/Glob failures no longer cancel siblings) +- **Fixed**: Multiple hooks issues: `transcript_path` wrong for resumed/forked sessions, async hooks not receiving stdin, PostToolUse block reason displaying twice +- **Fixed**: Several sandbox permission, plugin installation (Windows/OneDrive), and voice mode issues +- **Perf**: Reduced bundle size by ~510 KB; improved CPU utilization in long sessions; faster bash init via native module + ### v2.1.69 (2026-03-04) - **Security**: Fixed nested skill discovery loading skills from gitignored directories like `node_modules` — critical security fix diff --git a/guide/ultimate-guide.md b/guide/ultimate-guide.md index 4ccf64f..a6774d8 100644 --- a/guide/ultimate-guide.md +++ b/guide/ultimate-guide.md @@ -16,7 +16,7 @@ tags: [guide, reference, workflows, agents, hooks, mcp, security] **Last updated**: January 2026 -**Version**: 3.34.1 +**Version**: 3.34.2 --- @@ -5034,7 +5034,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin | Personal preferences | `CLAUDE.md` | ❌ Gitignore | | Personal permissions | `settings.local.json` | ❌ Gitignore | -### 3.34.1 Version Control & Backup +### 3.34.2 Version Control & Backup **Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers. @@ -22888,4 +22888,4 @@ We'll evaluate and add it to this section if it meets quality criteria. **Contributions**: Issues and PRs welcome. -**Last updated**: January 2026 | **Version**: 3.34.1 +**Last updated**: January 2026 | **Version**: 3.34.2 diff --git a/machine-readable/claude-code-releases.yaml b/machine-readable/claude-code-releases.yaml index 099f9fb..fd1e2ea 100644 --- a/machine-readable/claude-code-releases.yaml +++ b/machine-readable/claude-code-releases.yaml @@ -3,8 +3,8 @@ # Purpose: Track Claude Code product releases for documentation sync # Maintained: Manual updates when new releases are announced -latest: "2.1.71" -updated: "2026-03-08" +latest: "2.1.72" +updated: "2026-03-11" # ════════════════════════════════════════════════════════════════ # RELEASES (newest first, condensed highlights only) @@ -15,6 +15,16 @@ releases: # 2.1.x Series (January-March 2026) # ───────────────────────────────────────────────────────────── + - version: "2.1.72" + date: "2026-03-09" + highlights: + - "⭐ Restored `model` parameter on Agent tool for per-invocation model overrides" + - "⭐ Fixed SDK `query()` prompt cache invalidation — up to 12x input token cost reduction" + - "CLAUDE.md HTML comments now hidden from Claude when auto-injected; `/plan` accepts optional description" + - "Simplified effort levels: low/medium/high (removed max), symbols ○ ◐ ●; `ExitWorktree` tool added" + - "Added `CLAUDE_CODE_DISABLE_CRON` env var; `lsof`, `pgrep`, `fd` added to bash auto-approval allowlist" + breaking: [] + - version: "2.1.71" date: "2026-03-06" highlights: diff --git a/machine-readable/reference.yaml b/machine-readable/reference.yaml index 63fc28e..5e409c6 100644 --- a/machine-readable/reference.yaml +++ b/machine-readable/reference.yaml @@ -3,7 +3,7 @@ # Source: guide/ultimate-guide.md # Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code -version: "3.34.1" +version: "3.34.2" updated: "2026-03-03" # ════════════════════════════════════════════════════════════════ @@ -1534,7 +1534,7 @@ ecosystem: - "Cross-links modified → Update all 4 repos" history: - date: "2026-01-20" - event: "Code Landing sync v3.34.1, 66 templates, cross-links" + event: "Code Landing sync v3.34.2, 66 templates, cross-links" commit: "5b5ce62" - date: "2026-01-20" event: "Cowork Landing fix (paths, README, UI badges)" @@ -1546,7 +1546,7 @@ ecosystem: onboarding_matrix_meta: version: "2.1.0" last_updated: "2026-03-09" - aligned_with_guide: "3.34.1" + aligned_with_guide: "3.34.2" changelog: - version: "2.1.0" date: "2026-03-09" @@ -1577,7 +1577,7 @@ onboarding_matrix: core: [rules, sandbox_native_guide, commands] time_budget: "5 min" topics_max: 3 - note: "SECURITY FIRST - sandbox before commands (v3.34.1 critical fix)" + note: "SECURITY FIRST - sandbox before commands (v3.34.2 critical fix)" beginner_15min: core: [rules, sandbox_native_guide, workflow, essential_commands] @@ -1666,7 +1666,7 @@ onboarding_matrix: - default: agent_validation_checklist time_budget: "60 min" topics_max: 6 - note: "Dual-instance pattern for quality workflows (v3.34.1)" + note: "Dual-instance pattern for quality workflows (v3.34.2)" learn_security: intermediate_30min: @@ -1677,7 +1677,7 @@ onboarding_matrix: - default: permission_modes time_budget: "30 min" topics_max: 4 - note: "NEW goal (v3.34.1) - Security-focused learning path" + note: "NEW goal (v3.34.2) - Security-focused learning path" power_60min: core: [sandbox_native_guide, mcp_secrets_management, security_hardening] @@ -1702,7 +1702,7 @@ onboarding_matrix: core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode] time_budget: "60 min" topics_max: 6 - note: "Security foundation + core workflow (v3.34.1 sandbox added)" + note: "Security foundation + core workflow (v3.34.2 sandbox added)" intermediate_120min: core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]