docs: update Claude Code releases to v2.1.78
- Update latest tracked version: v2.1.77 → v2.1.78
- Add v2.1.78 highlights: StopFailure hook, ${CLAUDE_PLUGIN_DATA}
persistent plugin state, streaming line-by-line, 3 security fixes
(silent sandbox disable, MCP deny rules bypass, protected dirs in
bypassPermissions mode)
- Update CHANGELOG with release tracking entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cf95de681e
commit
eea5662a65
3 changed files with 42 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# Purpose: Track Claude Code product releases for documentation sync
|
||||
# Maintained: Manual updates when new releases are announced
|
||||
|
||||
latest: "2.1.77"
|
||||
updated: "2026-03-17"
|
||||
latest: "2.1.78"
|
||||
updated: "2026-03-18"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,16 @@ releases:
|
|||
# 2.1.x Series (January-March 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.78"
|
||||
date: "2026-03-18"
|
||||
highlights:
|
||||
- "StopFailure hook event fires when turn ends due to API error (rate limit, auth failure)"
|
||||
- "${CLAUDE_PLUGIN_DATA} variable for persistent plugin state that survives plugin updates"
|
||||
- "effort, maxTurns, disallowedTools frontmatter support for plugin-shipped agents"
|
||||
- "Response text now streams line-by-line as generated"
|
||||
- "Security: Fixed silent sandbox disable when sandbox.enabled:true but dependencies missing"
|
||||
- "Fixed deny permission rules not removing MCP server tools before sending to model"
|
||||
|
||||
- version: "2.1.77"
|
||||
date: "2026-03-17"
|
||||
highlights:
|
||||
|
|
@ -826,6 +836,7 @@ breaking_summary:
|
|||
# MILESTONE FEATURES (quick reference)
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
milestones:
|
||||
"2.1.78": "StopFailure hook, ${CLAUDE_PLUGIN_DATA} persistent state, streaming line-by-line, security: silent sandbox disable fix"
|
||||
"2.1.69": "InstructionsLoaded hook, ${CLAUDE_SKILL_DIR}, 4 security fixes, 15+ memory fixes, Voice STT 20 languages"
|
||||
"2.1.68": "ultrathink re-introduced, Opus 4.6 medium effort default, Opus 4/4.1 removed"
|
||||
"2.1.63": "HTTP hooks, worktree config sharing, /simplify + /batch bundled commands"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue