claude-code-ultimate-guide-mcp 1.0.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,8 +3,8 @@
3
3
  # Purpose: Track Claude Code product releases for documentation sync
4
4
  # Maintained: Manual updates when new releases are announced
5
5
 
6
- latest: "2.1.59"
7
- updated: "2026-02-26"
6
+ latest: "2.1.85"
7
+ updated: "2026-03-27"
8
8
 
9
9
  # ════════════════════════════════════════════════════════════════
10
10
  # RELEASES (newest first, condensed highlights only)
@@ -12,9 +12,216 @@ updated: "2026-02-26"
12
12
  releases:
13
13
 
14
14
  # ─────────────────────────────────────────────────────────────
15
- # 2.1.x Series (January-February 2026)
15
+ # 2.1.x Series (January-March 2026)
16
16
  # ─────────────────────────────────────────────────────────────
17
17
 
18
+ - version: "2.1.85"
19
+ date: "2026-03-27"
20
+ highlights:
21
+ - "Conditional `if` field for hooks — filter when hooks run using permission rule syntax (e.g. `Bash(git *)`) to reduce process spawning overhead"
22
+ - "CLAUDE_CODE_MCP_SERVER_NAME and CLAUDE_CODE_MCP_SERVER_URL env vars for headersHelper scripts — one helper can serve multiple MCP servers"
23
+ - "PreToolUse hooks can now satisfy AskUserQuestion by returning updatedInput + permissionDecision: allow (headless integrations)"
24
+ - "Fixed /compact failing with 'context exceeded' on very large conversations; fixed deniedMcpServers not blocking claude.ai MCP servers"
25
+ - "Improved scroll performance replacing WASM yoga-layout with pure TypeScript; fixed terminal left in enhanced keyboard mode after exit"
26
+
27
+ - version: "2.1.84"
28
+ date: "2026-03-26"
29
+ highlights:
30
+ - "⭐ PowerShell tool for Windows (opt-in preview) — direct PowerShell access alongside Bash tool"
31
+ - "TaskCreated hook fires when a task is created via TaskCreate; WorktreeCreate hook supports type: 'http'"
32
+ - "Global system-prompt caching now works when ToolSearch is enabled (better cache hit rates for MCP users)"
33
+ - "ANTHROPIC_DEFAULT_{OPUS,SONNET,HAIKU}_MODEL_SUPPORTS env vars to override effort/thinking detection for 3p providers"
34
+ - "allowedChannelPlugins managed setting; idle-return prompt after 75+ min suggesting /clear"
35
+ - "Fixed startup perf on partial clone repos (Scalar/GVFS); Fixed spurious 'Not logged in' errors on macOS keychain"
36
+
37
+ - version: "2.1.83"
38
+ date: "2026-03-25"
39
+ highlights:
40
+ - "managed-settings.d/ drop-in directory — separate teams can deploy independent policy fragments that merge alphabetically"
41
+ - "CwdChanged and FileChanged hook events for reactive environment management (direnv, auto-toolchain switching)"
42
+ - "Transcript search — press / in transcript mode (Ctrl+O) to search, n/N to step through matches"
43
+ - "CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1 strips Anthropic and cloud provider credentials from subprocess environments"
44
+ - "Security: Fixed --mcp-config CLI flag bypassing allowedMcpServers/deniedMcpServers managed policy"
45
+ - "Fixed macOS exit hang; fixed screen flashing blank when idle; added sandbox.failIfUnavailable setting"
46
+
47
+ - version: "2.1.81"
48
+ date: "2026-03-22"
49
+ highlights:
50
+ - "--bare flag for scripted -p calls — skips hooks, LSP, plugin sync, skill walks (requires API key; no OAuth)"
51
+ - "--channels permission relay — channel servers can forward tool approval prompts to your phone"
52
+ - "Resuming a worktree session now switches back to that worktree automatically"
53
+ - "MCP read/search tool calls collapse into 'Queried {server}' line (expand with Ctrl+O)"
54
+ - "Plan mode hides 'clear context' option by default (restore with showClearContextOnPlanAccept: true)"
55
+ - "Fixed concurrent sessions repeatedly re-authenticating when one session refreshes OAuth token"
56
+
57
+ - version: "2.1.80"
58
+ date: "2026-03-20"
59
+ highlights:
60
+ - "rate_limits field in statusline scripts for displaying Claude.ai rate limit usage (5h and 7d windows)"
61
+ - "source: 'settings' plugin marketplace — declare plugin entries inline in settings.json"
62
+ - "effort frontmatter for skills/slash commands to override effort level on invocation"
63
+ - "--channels research preview — allow MCP servers to push messages into your session"
64
+ - "Fixed --resume dropping parallel tool results (all tool_use/tool_result pairs now restored)"
65
+ - "~80MB memory reduction on startup for large repositories (250k-file repos)"
66
+
67
+ - version: "2.1.79"
68
+ date: "2026-03-19"
69
+ highlights:
70
+ - "--console flag for claude auth login (Anthropic Console / API billing authentication)"
71
+ - "Show turn duration toggle added to /config menu"
72
+ - "Fixed claude -p hanging when spawned as subprocess without explicit stdin"
73
+ - "Fixed enterprise users unable to retry on rate limit (429) errors"
74
+ - "Fixed SessionEnd hooks not firing when using interactive /resume to switch sessions"
75
+ - "Improved startup memory usage by ~18MB; non-streaming API fallback now has 2-minute timeout"
76
+
77
+ - version: "2.1.78"
78
+ date: "2026-03-18"
79
+ highlights:
80
+ - "StopFailure hook event fires when turn ends due to API error (rate limit, auth failure)"
81
+ - "${CLAUDE_PLUGIN_DATA} variable for persistent plugin state that survives plugin updates"
82
+ - "effort, maxTurns, disallowedTools frontmatter support for plugin-shipped agents"
83
+ - "Response text now streams line-by-line as generated"
84
+ - "Security: Fixed silent sandbox disable when sandbox.enabled:true but dependencies missing"
85
+ - "Fixed deny permission rules not removing MCP server tools before sending to model"
86
+
87
+ - version: "2.1.77"
88
+ date: "2026-03-17"
89
+ highlights:
90
+ - "⭐ Opus 4.6 default max output tokens raised to 64k; upper bound for Opus 4.6 and Sonnet 4.6 raised to 128k tokens"
91
+ - "allowRead sandbox filesystem setting to re-allow read access within denyRead regions"
92
+ - "/copy N to copy Nth-latest assistant response; /branch replaces /fork (alias kept)"
93
+ - "Fixed PreToolUse hooks returning 'allow' could bypass enterprise deny permission rules — security fix"
94
+ - "Fixed auto-updater accumulating GBs of memory from overlapping binary downloads (slash-command overlay loop)"
95
+ - "Fixed --resume silently truncating recent history; Fixed Always Allow on compound bash commands saving dead rules"
96
+ breaking:
97
+ - "Agent tool no longer accepts resume parameter — use SendMessage({to: agentId}) to continue a previously spawned agent"
98
+
99
+ - version: "2.1.76"
100
+ date: "2026-03-14"
101
+ highlights:
102
+ - "⭐ MCP elicitation support — servers can request structured input mid-task via interactive dialog (form fields or browser URL)"
103
+ - "New hooks: Elicitation, ElicitationResult (intercept/override MCP input responses), PostCompact (fires after compaction)"
104
+ - "-n/--name CLI flag for session display name at startup; worktree.sparsePaths for monorepo sparse checkout"
105
+ - "/effort slash command to set model effort level; fixed deferred tools (ToolSearch) losing input schemas after compaction"
106
+ - "Fixed auto-compaction circuit breaker — stops retrying after 3 consecutive failures"
107
+ - "Fixed Bash(cmd:*) rules not matching when quoted argument contains #; fixed plan mode re-approval after accepted"
108
+ breaking: []
109
+
110
+ - version: "2.1.75"
111
+ date: "2026-03-13"
112
+ highlights:
113
+ - "⭐ 1M context window for Opus 4.6 now default for Max, Team, and Enterprise (no extra usage required)"
114
+ - "Session name display on prompt bar when using /rename"
115
+ - "Last-modified timestamps on memory files; hook source displayed in permission prompts"
116
+ - "Fixed token estimation over-counting for thinking/tool_use blocks (prevented premature compaction)"
117
+ - "Fixed Bash tool mangling ! in piped commands (e.g. jq 'select(.x != .y)')"
118
+ - "Improved startup performance on macOS non-MDM machines"
119
+ breaking: []
120
+
121
+ - version: "2.1.74"
122
+ date: "2026-03-12"
123
+ highlights:
124
+ - "⭐ /context command now shows actionable suggestions (context-heavy tools, memory bloat, capacity warnings)"
125
+ - "⭐ Fixed memory leak in streaming API buffers — unbounded RSS growth on npm path resolved"
126
+ - "autoMemoryDirectory setting to configure custom directory for auto-memory storage"
127
+ - "Fixed managed policy ask rules being bypassed by user allow rules or skill allowed-tools"
128
+ - "Fixed MCP OAuth hanging on callback port conflict; fixed Slack refresh token never re-prompting"
129
+ - "Fixed SessionEnd hooks killed after 1.5s regardless of hook.timeout (now configurable)"
130
+ breaking: []
131
+
132
+ - version: "2.1.73"
133
+ date: "2026-03-11"
134
+ highlights:
135
+ - "⭐ modelOverrides setting: map model picker entries to custom provider model IDs (Bedrock ARNs etc.)"
136
+ - "Fixed deadlock when many skill files change at once (e.g. git pull in large .claude/skills/ repo)"
137
+ - "Fixed subagents with model: opus/sonnet/haiku being downgraded on Bedrock/Vertex/Foundry"
138
+ - "Fixed SessionStart hooks firing twice when resuming via --resume or --continue"
139
+ - "Changed default Opus model on Bedrock, Vertex, Foundry to Opus 4.6 (was 4.1)"
140
+ - "Deprecated /output-style — use /config instead; output style fixed at session start for prompt caching"
141
+ breaking: []
142
+
143
+ - version: "2.1.72"
144
+ date: "2026-03-09"
145
+ highlights:
146
+ - "⭐ Restored `model` parameter on Agent tool for per-invocation model overrides"
147
+ - "⭐ Fixed SDK `query()` prompt cache invalidation — up to 12x input token cost reduction"
148
+ - "CLAUDE.md HTML comments now hidden from Claude when auto-injected; `/plan` accepts optional description"
149
+ - "Simplified effort levels: low/medium/high (removed max), symbols ○ ◐ ●; `ExitWorktree` tool added"
150
+ - "Added `CLAUDE_CODE_DISABLE_CRON` env var; `lsof`, `pgrep`, `fd` added to bash auto-approval allowlist"
151
+ breaking: []
152
+
153
+ - version: "2.1.71"
154
+ date: "2026-03-06"
155
+ highlights:
156
+ - "⭐ /loop command: run a prompt or slash command on a recurring interval (e.g. /loop 5m check deploy)"
157
+ - "⭐ Cron scheduling tools for recurring prompts within a session"
158
+ - "voice:pushToTalk keybinding now rebindable in keybindings.json (default: space)"
159
+ - "Fixed stdin freeze in long sessions; 5-8s startup freeze with voice; forked sessions sharing plan files"
160
+ - "Improved plugin MCP server deduplication; /plugin uninstall now edits settings.local.json"
161
+ - "Removed startup noise for unauthenticated org-registered claude.ai connectors"
162
+ breaking: []
163
+
164
+ - version: "2.1.70"
165
+ date: "2026-03-06"
166
+ highlights:
167
+ - "⭐ VSCode: spark icon in activity bar listing all sessions; plan markdown view; native MCP management dialog"
168
+ - "Fixed API 400 errors with third-party gateways (ANTHROPIC_BASE_URL) and Bedrock custom inference profiles"
169
+ - "Fixed empty responses after ToolSearch + prompt-cache bust when MCP server with instructions connects"
170
+ - "Fixed voice on Windows native binary; clipboard CJK/emoji corruption on Windows/WSL"
171
+ - "Reduced prompt input re-renders by ~74%; startup memory -426KB; Remote Control poll rate 300× lower"
172
+ - "Improved /rename works while Claude is processing; /color command can now reset to default"
173
+ breaking: []
174
+
175
+ - version: "2.1.69"
176
+ date: "2026-03-04"
177
+ highlights:
178
+ - "⭐ Security: fixed nested skills loading from node_modules, symlink bypass outside workdir, trust dialog silently enabling all servers, sandbox not blocking non-allowed domains"
179
+ - "⭐ Hooks: new InstructionsLoaded event (CLAUDE.md/.rules files) + agent_id, agent_type, worktree fields added to all hook events"
180
+ - "${CLAUDE_SKILL_DIR} variable for skills to reference their own directory + /reload-plugins command (no restart needed)"
181
+ - "Voice STT expanded to 20 languages (+10: Russian, Polish, Turkish, Dutch, Ukrainian, Greek, Czech, Danish, Swedish, Norwegian)"
182
+ - "15+ memory leak fixes; ~16MB baseline reduction; faster startup (worktree, macOS, MCP); improved MCP binary content (PDFs/Office saved to disk)"
183
+ - "Sonnet 4.5 users on Pro/Max/Team auto-migrated to Sonnet 4.6"
184
+ breaking: []
185
+
186
+ - version: "2.1.68"
187
+ date: "2026-03-04"
188
+ highlights:
189
+ - "Opus 4.6 now defaults to medium effort for Max and Team subscribers"
190
+ - "Re-introduced 'ultrathink' keyword to enable high effort for the next turn"
191
+ breaking:
192
+ - "Opus 4 and Opus 4.1 removed from Claude Code first-party API — auto-migrated to Opus 4.6"
193
+
194
+ - version: "2.1.66"
195
+ date: "2026-03-04"
196
+ highlights:
197
+ - "Reduced spurious error logging"
198
+ breaking: []
199
+
200
+ - version: "2.1.63"
201
+ date: "2026-02-27"
202
+ highlights:
203
+ - "⭐ HTTP hooks: POST JSON to a URL and receive JSON response (alternative to shell command hooks)"
204
+ - "⭐ Project configs & auto-memory now shared across all git worktrees of the same repository"
205
+ - "/simplify and /batch bundled slash commands added"
206
+ - "`ENABLE_CLAUDEAI_MCP_SERVERS=false` env var to opt out of claude.ai MCP servers"
207
+ - "/model command now shows currently active model in the picker"
208
+ - "Major memory leak fixes: WebSocket, MCP caches, git root detection, JSON parsing cache, bash prefix cache, subagent AppState"
209
+ - "VSCode: remote sessions now appear in conversation history; session rename/remove actions"
210
+ - "Fixed /clear not resetting cached skills (stale skill content issue)"
211
+ breaking: []
212
+
213
+ - version: "2.1.62"
214
+ date: "2026-02-27"
215
+ highlights:
216
+ - "Fixed prompt suggestion cache regression that reduced cache hit rates"
217
+ breaking: []
218
+
219
+ - version: "2.1.61"
220
+ date: "2026-02-27"
221
+ highlights:
222
+ - "Fixed concurrent writes corrupting config file on Windows"
223
+ breaking: []
224
+
18
225
  - version: "2.1.59"
19
226
  date: "2026-02-26"
20
227
  highlights:
@@ -676,8 +883,11 @@ breaking_summary:
676
883
  - "Heredoc delimiter command smuggling prevention (v2.1.38)"
677
884
  installation:
678
885
  - "npm installations deprecated - use native installer (v2.1.15)"
886
+ models:
887
+ - "Opus 4 and Opus 4.1 removed from Claude Code first-party API — auto-migrated to Opus 4.6 (v2.1.68)"
679
888
  behavior:
680
889
  - "ultrathink/think keywords now cosmetic only — thinking default with Opus 4.5 (v2.0.67)"
890
+ - "ultrathink keyword re-introduced — now enables high effort for next turn (v2.1.68)"
681
891
  syntax:
682
892
  - "Indexed argument syntax changed: $ARGUMENTS.0 → $ARGUMENTS[0] (v2.1.19)"
683
893
 
@@ -685,6 +895,10 @@ breaking_summary:
685
895
  # MILESTONE FEATURES (quick reference)
686
896
  # ════════════════════════════════════════════════════════════════
687
897
  milestones:
898
+ "2.1.78": "StopFailure hook, ${CLAUDE_PLUGIN_DATA} persistent state, streaming line-by-line, security: silent sandbox disable fix"
899
+ "2.1.69": "InstructionsLoaded hook, ${CLAUDE_SKILL_DIR}, 4 security fixes, 15+ memory fixes, Voice STT 20 languages"
900
+ "2.1.68": "ultrathink re-introduced, Opus 4.6 medium effort default, Opus 4/4.1 removed"
901
+ "2.1.63": "HTTP hooks, worktree config sharing, /simplify + /batch bundled commands"
688
902
  "2.1.36": "Fast mode for Opus 4.6"
689
903
  "2.1.32": "Opus 4.6, Agent teams preview, Automatic memory"
690
904
  "2.1.18": "Customizable keyboard shortcuts with /keybindings"