claude-code-ultimate-guide-mcp 1.0.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.
- package/README.md +230 -0
- package/content/claude-code-releases.yaml +701 -0
- package/content/llms.txt +166 -0
- package/content/reference.yaml +1625 -0
- package/dist/chunk-2OLPHMWN.js +254 -0
- package/dist/content-LZDXNAPI.js +26 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +15284 -0
- package/package.json +42 -0
|
@@ -0,0 +1,701 @@
|
|
|
1
|
+
# Claude Code Official Releases (condensed)
|
|
2
|
+
# Source: github.com/anthropics/claude-code/CHANGELOG.md
|
|
3
|
+
# Purpose: Track Claude Code product releases for documentation sync
|
|
4
|
+
# Maintained: Manual updates when new releases are announced
|
|
5
|
+
|
|
6
|
+
latest: "2.1.59"
|
|
7
|
+
updated: "2026-02-26"
|
|
8
|
+
|
|
9
|
+
# ════════════════════════════════════════════════════════════════
|
|
10
|
+
# RELEASES (newest first, condensed highlights only)
|
|
11
|
+
# ════════════════════════════════════════════════════════════════
|
|
12
|
+
releases:
|
|
13
|
+
|
|
14
|
+
# ─────────────────────────────────────────────────────────────
|
|
15
|
+
# 2.1.x Series (January-February 2026)
|
|
16
|
+
# ─────────────────────────────────────────────────────────────
|
|
17
|
+
|
|
18
|
+
- version: "2.1.59"
|
|
19
|
+
date: "2026-02-26"
|
|
20
|
+
highlights:
|
|
21
|
+
- "⭐ Auto-memory: Claude automatically saves useful context; manage with /memory"
|
|
22
|
+
- "⭐ /copy command: interactive picker for selecting individual code blocks or full response"
|
|
23
|
+
- "Smarter 'always allow' prefix suggestions for compound bash commands (per-subcommand prefixes)"
|
|
24
|
+
- "Fixed MCP OAuth token refresh race condition with multiple simultaneous instances"
|
|
25
|
+
- "Fixed config file corruption wiping authentication when multiple instances ran simultaneously"
|
|
26
|
+
breaking: []
|
|
27
|
+
|
|
28
|
+
- version: "2.1.58"
|
|
29
|
+
date: "2026-02-26"
|
|
30
|
+
highlights:
|
|
31
|
+
- "Remote Control expanded to more users"
|
|
32
|
+
breaking: []
|
|
33
|
+
|
|
34
|
+
- version: "2.1.56"
|
|
35
|
+
date: "2026-02-25"
|
|
36
|
+
highlights:
|
|
37
|
+
- "VSCode: Fixed another cause of 'command claude-vscode.editor.openLast not found' crashes"
|
|
38
|
+
breaking: []
|
|
39
|
+
|
|
40
|
+
- version: "2.1.55"
|
|
41
|
+
date: "2026-02-25"
|
|
42
|
+
highlights:
|
|
43
|
+
- "Fixed BashTool failing on Windows with EINVAL error"
|
|
44
|
+
breaking: []
|
|
45
|
+
|
|
46
|
+
- version: "2.1.53"
|
|
47
|
+
date: "2026-02-25"
|
|
48
|
+
highlights:
|
|
49
|
+
- "Stability fixes: panic on Windows, crashes on process spawn (Windows), WebAssembly crashes (Linux x64/Windows x64/ARM64)"
|
|
50
|
+
- "Fixed graceful shutdown leaving stale sessions with Remote Control; `--worktree` flag sometimes ignored on first launch"
|
|
51
|
+
- "Fixed UI flicker where user input disappeared briefly after submission; bulk agent kill (ctrl+f) single notification"
|
|
52
|
+
breaking: []
|
|
53
|
+
|
|
54
|
+
- version: "2.1.52"
|
|
55
|
+
date: "2026-02-24"
|
|
56
|
+
highlights:
|
|
57
|
+
- "VSCode: Fixed extension crash on Windows ('command claude-vscode.editor.openLast not found')"
|
|
58
|
+
breaking: []
|
|
59
|
+
|
|
60
|
+
- version: "2.1.51"
|
|
61
|
+
date: "2026-02-24"
|
|
62
|
+
highlights:
|
|
63
|
+
- "⭐ `claude remote-control` subcommand for external builds enabling local environment serving"
|
|
64
|
+
- "BashTool skips login shell by default when shell snapshot available (was `CLAUDE_BASH_NO_LOGIN=true`); tool results persist to disk at 50K chars (was 100K)"
|
|
65
|
+
- "SDK: `CLAUDE_CODE_ACCOUNT_UUID`, `CLAUDE_CODE_USER_EMAIL`, `CLAUDE_CODE_ORGANIZATION_UUID` env vars for account metadata"
|
|
66
|
+
- "/model picker shows human-readable labels (e.g., 'Sonnet 4.5') for pinned versions; custom npm registries for plugin installs"
|
|
67
|
+
breaking: []
|
|
68
|
+
|
|
69
|
+
- version: "2.1.50"
|
|
70
|
+
date: "2026-02-21"
|
|
71
|
+
highlights:
|
|
72
|
+
- "⭐ `WorktreeCreate` and `WorktreeRemove` hook events for custom VCS setup/teardown with agent worktree isolation"
|
|
73
|
+
- "`isolation: worktree` in agent definitions for declarative worktree isolation; `claude agents` CLI command to list configured agents"
|
|
74
|
+
- "Opus 4.6 (fast mode) now has full 1M context window; `CLAUDE_CODE_DISABLE_1M_CONTEXT` env var to disable it"
|
|
75
|
+
- "Major memory leak fixes + startup performance improvements for headless mode; `CLAUDE_CODE_SIMPLE` now fully minimal"
|
|
76
|
+
breaking: []
|
|
77
|
+
|
|
78
|
+
- version: "2.1.49"
|
|
79
|
+
date: "2026-02-20"
|
|
80
|
+
highlights:
|
|
81
|
+
- "⭐ `--worktree` / `-w` flag to start Claude in isolated git worktree; subagents support `isolation: 'worktree'`"
|
|
82
|
+
- "Agent definitions support `background: true` to always run as background task"
|
|
83
|
+
- "`ConfigChange` hook event for enterprise security auditing (fires when config files change during session)"
|
|
84
|
+
- "Simple mode now includes file edit tool; many bug fixes for background agents, permissions, sessions"
|
|
85
|
+
breaking: []
|
|
86
|
+
|
|
87
|
+
- version: "2.1.47"
|
|
88
|
+
date: "2026-02-19"
|
|
89
|
+
highlights:
|
|
90
|
+
- "VS Code plan preview auto-updates as Claude iterates, commenting enabled when plan is ready"
|
|
91
|
+
- "⭐ `ctrl+f` to kill all background agents (replaces double-ESC); background agents continue when ESC pressed"
|
|
92
|
+
- "Added `last_assistant_message` field to Stop/SubagentStop hook inputs"
|
|
93
|
+
- "70+ bug fixes: PDF compaction, Unicode curly quotes, parallel file edits, OSC 8 hyperlinks, Windows rendering, session persistence"
|
|
94
|
+
breaking: []
|
|
95
|
+
|
|
96
|
+
- version: "2.1.46"
|
|
97
|
+
date: "2026-02-19"
|
|
98
|
+
highlights:
|
|
99
|
+
- "Fixed orphaned Claude Code processes after terminal disconnect on macOS"
|
|
100
|
+
- "Added support for using claude.ai MCP connectors in Claude Code"
|
|
101
|
+
breaking: []
|
|
102
|
+
|
|
103
|
+
- version: "2.1.45"
|
|
104
|
+
date: "2026-02-17"
|
|
105
|
+
highlights:
|
|
106
|
+
- "⭐ Claude Sonnet 4.6 model support"
|
|
107
|
+
- "`spinnerTipsOverride` setting for customizable spinner tips (with `excludeDefault` option)"
|
|
108
|
+
- "SDK: `SDKRateLimitInfo` and `SDKRateLimitEvent` types for rate limit tracking"
|
|
109
|
+
- "Fixed Agent Teams on Bedrock/Vertex/Foundry; improved memory for large shell outputs"
|
|
110
|
+
breaking: []
|
|
111
|
+
|
|
112
|
+
- version: "2.1.44"
|
|
113
|
+
date: "2026-02-17"
|
|
114
|
+
highlights:
|
|
115
|
+
- "Fixed auth refresh errors"
|
|
116
|
+
breaking: []
|
|
117
|
+
|
|
118
|
+
- version: "2.1.43"
|
|
119
|
+
date: "2026-02-17"
|
|
120
|
+
highlights:
|
|
121
|
+
- "Fixed AWS auth refresh hanging indefinitely (3-minute timeout added)"
|
|
122
|
+
- "Fixed structured-outputs beta header sent unconditionally on Vertex/Bedrock"
|
|
123
|
+
- "Fixed spurious warnings for non-agent markdown files in `.claude/agents/`"
|
|
124
|
+
breaking: []
|
|
125
|
+
|
|
126
|
+
- version: "2.1.42"
|
|
127
|
+
date: "2026-02-14"
|
|
128
|
+
highlights:
|
|
129
|
+
- "Optimized startup via deferred Zod schema construction"
|
|
130
|
+
- "Improved prompt cache hit rate by moving date outside system prompt"
|
|
131
|
+
- "Opus 4.6 effort callout for eligible users"
|
|
132
|
+
- "Better error messaging for image dimension limits (suggests `/compact`)"
|
|
133
|
+
breaking: []
|
|
134
|
+
|
|
135
|
+
- version: "2.1.41"
|
|
136
|
+
date: "2026-02-13"
|
|
137
|
+
highlights:
|
|
138
|
+
- "Guard against launching Claude Code inside another Claude Code session"
|
|
139
|
+
- "`claude auth login/status/logout` CLI subcommands"
|
|
140
|
+
- "Windows ARM64 (win32-arm64) native binary support"
|
|
141
|
+
- "`speed` attribute in OTel events for fast mode visibility"
|
|
142
|
+
- "`/rename` auto-generates session name from conversation context"
|
|
143
|
+
- "Fixed Agent Teams wrong model for Bedrock/Vertex/Foundry"
|
|
144
|
+
- "Multiple stability fixes (FileReadTool FIFOs, MCP images, background tasks, stale permissions)"
|
|
145
|
+
breaking: []
|
|
146
|
+
|
|
147
|
+
- version: "2.1.39"
|
|
148
|
+
date: "2026-02-10"
|
|
149
|
+
highlights:
|
|
150
|
+
- "Improved terminal rendering performance"
|
|
151
|
+
- "Fixed fatal errors being swallowed instead of displayed"
|
|
152
|
+
- "Fixed process hanging after session close"
|
|
153
|
+
- "Fixed character loss at terminal screen boundary"
|
|
154
|
+
breaking: []
|
|
155
|
+
|
|
156
|
+
- version: "2.1.38"
|
|
157
|
+
date: "2026-02-10"
|
|
158
|
+
highlights:
|
|
159
|
+
- "Fixed VS Code terminal scroll-to-top regression"
|
|
160
|
+
- "Fixed Tab key queueing slash commands instead of autocompleting"
|
|
161
|
+
- "Security: Heredoc delimiter parsing to prevent command smuggling"
|
|
162
|
+
- "Security: Blocked writes to `.claude/skills` in sandbox mode"
|
|
163
|
+
breaking: []
|
|
164
|
+
|
|
165
|
+
- version: "2.1.37"
|
|
166
|
+
date: "2026-02-08"
|
|
167
|
+
highlights:
|
|
168
|
+
- "Fixed /fast not immediately available after enabling /extra-usage"
|
|
169
|
+
breaking: []
|
|
170
|
+
|
|
171
|
+
- version: "2.1.36"
|
|
172
|
+
date: "2026-02-08"
|
|
173
|
+
highlights:
|
|
174
|
+
- "⭐ Fast mode now available for Opus 4.6"
|
|
175
|
+
breaking: []
|
|
176
|
+
|
|
177
|
+
- version: "2.1.34"
|
|
178
|
+
date: "2026-02-07"
|
|
179
|
+
highlights:
|
|
180
|
+
- "Fixed crash when agent teams setting changed between renders"
|
|
181
|
+
- "Security fix: Sandbox-excluded commands could bypass Bash ask permission"
|
|
182
|
+
breaking:
|
|
183
|
+
- "Security fix: sandbox.excludedCommands / dangerouslyDisableSandbox bypass with autoAllowBashIfSandboxed"
|
|
184
|
+
|
|
185
|
+
- version: "2.1.33"
|
|
186
|
+
date: "2026-02-06"
|
|
187
|
+
highlights:
|
|
188
|
+
- "Agent teams fixes: tmux sessions, availability warnings"
|
|
189
|
+
- "`TeammateIdle` and `TaskCompleted` hook events for multi-agent workflows"
|
|
190
|
+
- "Agent frontmatter: `memory` field (user/project/local), `Task(agent_type)` sub-agent restriction"
|
|
191
|
+
- "VSCode: Remote sessions, branch/message count in session picker"
|
|
192
|
+
breaking: []
|
|
193
|
+
|
|
194
|
+
- version: "2.1.32"
|
|
195
|
+
date: "2026-02-05"
|
|
196
|
+
highlights:
|
|
197
|
+
- "⭐ Opus 4.6 is now available"
|
|
198
|
+
- "⭐ Agent teams preview (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)"
|
|
199
|
+
- "⭐ Automatic memory recording and recall"
|
|
200
|
+
- "'Summarize from here' for partial conversation summarization"
|
|
201
|
+
breaking: []
|
|
202
|
+
|
|
203
|
+
- version: "2.1.31"
|
|
204
|
+
date: "2026-02-03"
|
|
205
|
+
highlights:
|
|
206
|
+
- "Session resume hint on exit showing how to continue"
|
|
207
|
+
- "Fixed PDF errors locking sessions & bash sandbox errors"
|
|
208
|
+
- "LSP compatibility improvements & terminal rendering fixes"
|
|
209
|
+
breaking: []
|
|
210
|
+
|
|
211
|
+
- version: "2.1.30"
|
|
212
|
+
date: "2026-02-02"
|
|
213
|
+
highlights:
|
|
214
|
+
- "`pages` parameter for Read tool PDFs (e.g., `pages: '1-5'`)"
|
|
215
|
+
- "Pre-configured OAuth for MCP servers (Slack support)"
|
|
216
|
+
- "⭐ `/debug` command for session troubleshooting"
|
|
217
|
+
- "git log/show read-only flags support"
|
|
218
|
+
- "Task tool metrics (tokens, duration, tool uses)"
|
|
219
|
+
breaking: []
|
|
220
|
+
|
|
221
|
+
- version: "2.1.29"
|
|
222
|
+
date: "2026-01-31"
|
|
223
|
+
highlights:
|
|
224
|
+
- "Fixed startup performance with saved hook context"
|
|
225
|
+
- "Improved session recovery speed for long-duration sessions"
|
|
226
|
+
breaking: []
|
|
227
|
+
|
|
228
|
+
- version: "2.1.27"
|
|
229
|
+
date: "2026-01-29"
|
|
230
|
+
highlights:
|
|
231
|
+
- "`--from-pr` flag to resume sessions linked to GitHub PR number/URL"
|
|
232
|
+
- "Sessions auto-linked to PRs when created via `gh pr create`"
|
|
233
|
+
- "Windows: Fixed bash execution and console flashing issues"
|
|
234
|
+
- "VSCode: Fixed OAuth token expiration (401 errors)"
|
|
235
|
+
breaking: []
|
|
236
|
+
|
|
237
|
+
- version: "2.1.25"
|
|
238
|
+
date: "2026-01-30"
|
|
239
|
+
highlights:
|
|
240
|
+
- "Fixed beta header validation for Bedrock/Vertex gateway users"
|
|
241
|
+
breaking: []
|
|
242
|
+
|
|
243
|
+
- version: "2.1.23"
|
|
244
|
+
date: "2026-01-29"
|
|
245
|
+
highlights:
|
|
246
|
+
- "Customizable spinner verbs setting (spinnerVerbs)"
|
|
247
|
+
- "mTLS and corporate proxy connectivity fixes"
|
|
248
|
+
- "Improved terminal rendering performance"
|
|
249
|
+
breaking: []
|
|
250
|
+
|
|
251
|
+
- version: "2.1.22"
|
|
252
|
+
date: "2026-01-28"
|
|
253
|
+
highlights:
|
|
254
|
+
- "Improved task UI performance with virtualization"
|
|
255
|
+
- "Vim selection and deletion fixes"
|
|
256
|
+
- "LSP improvements: Kotlin support, UTF-16 ranges"
|
|
257
|
+
breaking: []
|
|
258
|
+
|
|
259
|
+
- version: "2.1.21"
|
|
260
|
+
date: "2026-01-28"
|
|
261
|
+
highlights:
|
|
262
|
+
- "Skills/commands can specify required/recommended Claude Code version"
|
|
263
|
+
- "New TaskCreate fields: category, checklist, parentId"
|
|
264
|
+
- "Automatic Claude Code update checking at session start"
|
|
265
|
+
- "Tasks appear in /context with 'Disable tasks' shortcut"
|
|
266
|
+
breaking: []
|
|
267
|
+
|
|
268
|
+
- version: "2.1.20"
|
|
269
|
+
date: "2026-01-27"
|
|
270
|
+
highlights:
|
|
271
|
+
- "TaskUpdate: status='deleted' for task removal"
|
|
272
|
+
- "PR review status indicator (colored dot + link)"
|
|
273
|
+
breaking: []
|
|
274
|
+
|
|
275
|
+
- version: "2.1.19"
|
|
276
|
+
date: "2026-01-25"
|
|
277
|
+
highlights:
|
|
278
|
+
- "New: CLAUDE_CODE_ENABLE_TASKS env var (set false for old task system)"
|
|
279
|
+
- "New: Shorthand $0, $1 for arguments in custom commands"
|
|
280
|
+
- "[VSCode] Session forking and rewind enabled for all users"
|
|
281
|
+
- "Fixed: Multiple session resuming/naming issues with git worktrees"
|
|
282
|
+
breaking:
|
|
283
|
+
- "Indexed argument syntax changed: $ARGUMENTS.0 → $ARGUMENTS[0] (bracket syntax)"
|
|
284
|
+
|
|
285
|
+
- version: "2.1.18"
|
|
286
|
+
date: "2026-01-24"
|
|
287
|
+
highlights:
|
|
288
|
+
- "⭐ Customizable keyboard shortcuts with /keybindings command"
|
|
289
|
+
- "Per-context keybindings, chord sequences, workflow personalization"
|
|
290
|
+
breaking: []
|
|
291
|
+
|
|
292
|
+
- version: "2.1.17"
|
|
293
|
+
date: "2026-01-23"
|
|
294
|
+
highlights:
|
|
295
|
+
- "Fix: Crashes on processors without AVX instruction support"
|
|
296
|
+
breaking: []
|
|
297
|
+
|
|
298
|
+
- version: "2.1.16"
|
|
299
|
+
date: "2026-01-22"
|
|
300
|
+
highlights:
|
|
301
|
+
- "⭐ New task management system with dependency tracking"
|
|
302
|
+
- "[VSCode] Native plugin management support"
|
|
303
|
+
- "[VSCode] OAuth users can browse/resume remote sessions"
|
|
304
|
+
- "Fixed: OOM crashes when resuming sessions with heavy subagent usage"
|
|
305
|
+
breaking: []
|
|
306
|
+
|
|
307
|
+
- version: "2.1.15"
|
|
308
|
+
date: "2026-01-22"
|
|
309
|
+
highlights:
|
|
310
|
+
- "⚠️ Deprecation notice for npm installations (use `claude install`)"
|
|
311
|
+
- "UI rendering performance improved with React Compiler"
|
|
312
|
+
- "Fixed: MCP stdio server timeout not killing child process"
|
|
313
|
+
breaking:
|
|
314
|
+
- "npm installations deprecated - migrate to native installer"
|
|
315
|
+
|
|
316
|
+
- version: "2.1.14"
|
|
317
|
+
date: "2026-01-21"
|
|
318
|
+
highlights:
|
|
319
|
+
- "History-based autocomplete in bash mode (! + Tab)"
|
|
320
|
+
- "Search in installed plugins list"
|
|
321
|
+
- "Git commit SHA pinning for plugins"
|
|
322
|
+
- "Multiple fixes: context window, memory, autocomplete"
|
|
323
|
+
breaking: []
|
|
324
|
+
|
|
325
|
+
- version: "2.1.12"
|
|
326
|
+
date: "2026-01-18"
|
|
327
|
+
highlights:
|
|
328
|
+
- "Bug fix: Message rendering"
|
|
329
|
+
breaking: []
|
|
330
|
+
|
|
331
|
+
- version: "2.1.11"
|
|
332
|
+
date: "2026-01-17"
|
|
333
|
+
highlights:
|
|
334
|
+
- "Fix: Excessive MCP connection requests for HTTP/SSE transports"
|
|
335
|
+
breaking: []
|
|
336
|
+
|
|
337
|
+
- version: "2.1.10"
|
|
338
|
+
date: "2026-01-17"
|
|
339
|
+
highlights:
|
|
340
|
+
- "New `Setup` hook event (--init, --init-only, --maintenance flags)"
|
|
341
|
+
- "Keyboard shortcut 'c' to copy OAuth URL"
|
|
342
|
+
- "File suggestions show as removable attachments"
|
|
343
|
+
- "[VSCode] Plugin install count + trust warnings"
|
|
344
|
+
breaking: []
|
|
345
|
+
|
|
346
|
+
- version: "2.1.9"
|
|
347
|
+
date: "2026-01-16"
|
|
348
|
+
highlights:
|
|
349
|
+
- "`auto:N` syntax for MCP tool search threshold"
|
|
350
|
+
- "`plansDirectory` setting for custom plan file locations"
|
|
351
|
+
- "Session URL attribution to commits/PRs from web sessions"
|
|
352
|
+
- "PreToolUse hooks can return `additionalContext`"
|
|
353
|
+
- "${CLAUDE_SESSION_ID} string substitution for skills"
|
|
354
|
+
breaking: []
|
|
355
|
+
|
|
356
|
+
- version: "2.1.7"
|
|
357
|
+
date: "2026-01-15"
|
|
358
|
+
highlights:
|
|
359
|
+
- "`showTurnDuration` setting to hide turn duration messages"
|
|
360
|
+
- "MCP tool search auto mode enabled by default"
|
|
361
|
+
- "Inline display of agent final response in task notifications"
|
|
362
|
+
breaking:
|
|
363
|
+
- "OAuth/API Console URLs: console.anthropic.com → platform.claude.com"
|
|
364
|
+
- "Security fix: Wildcard permission rules could match compound commands"
|
|
365
|
+
|
|
366
|
+
- version: "2.1.6"
|
|
367
|
+
date: "2026-01-14"
|
|
368
|
+
highlights:
|
|
369
|
+
- "Search functionality in /config command"
|
|
370
|
+
- "Date range filtering in /stats (r to cycle)"
|
|
371
|
+
- "Auto-discovery of skills from nested .claude/skills directories"
|
|
372
|
+
- "Updates section in /doctor showing auto-update channel"
|
|
373
|
+
breaking:
|
|
374
|
+
- "Security fix: Permission bypass via shell line continuation"
|
|
375
|
+
|
|
376
|
+
- version: "2.1.5"
|
|
377
|
+
date: "2026-01-13"
|
|
378
|
+
highlights:
|
|
379
|
+
- "`CLAUDE_CODE_TMPDIR` env var for custom temp directory"
|
|
380
|
+
breaking: []
|
|
381
|
+
|
|
382
|
+
- version: "2.1.4"
|
|
383
|
+
date: "2026-01-12"
|
|
384
|
+
highlights:
|
|
385
|
+
- "`CLAUDE_CODE_DISABLE_BACKGROUND_TASKS` env var"
|
|
386
|
+
breaking: []
|
|
387
|
+
|
|
388
|
+
- version: "2.1.3"
|
|
389
|
+
date: "2026-01-11"
|
|
390
|
+
highlights:
|
|
391
|
+
- "Merged slash commands and skills (simplified mental model)"
|
|
392
|
+
- "Release channel toggle (stable/latest) in /config"
|
|
393
|
+
- "/doctor warnings for unreachable permission rules"
|
|
394
|
+
breaking: []
|
|
395
|
+
|
|
396
|
+
- version: "2.1.2"
|
|
397
|
+
date: "2026-01-10"
|
|
398
|
+
highlights:
|
|
399
|
+
- "Windows Package Manager (winget) support"
|
|
400
|
+
- "Clickable hyperlinks for file paths (OSC 8 terminals)"
|
|
401
|
+
- "Shift+Tab shortcut in plan mode for auto-accept edits"
|
|
402
|
+
- "Large bash outputs saved to disk instead of truncated"
|
|
403
|
+
breaking:
|
|
404
|
+
- "Security fix: Command injection in bash command processing"
|
|
405
|
+
- "Deprecated: C:\\ProgramData\\ClaudeCode managed settings path"
|
|
406
|
+
|
|
407
|
+
- version: "2.1.0"
|
|
408
|
+
date: "2026-01-08"
|
|
409
|
+
highlights:
|
|
410
|
+
- "⭐ MAJOR: Automatic skill hot-reload"
|
|
411
|
+
- "⭐ MAJOR: Shift+Enter works OOTB (iTerm2, WezTerm, Ghostty, Kitty)"
|
|
412
|
+
- "⭐ MAJOR: New Vim motions (;, y, p, text objects, >>, <<, J)"
|
|
413
|
+
- "Unified Ctrl+B for backgrounding all tasks"
|
|
414
|
+
- "/plan command shortcut"
|
|
415
|
+
- "Slash command autocomplete anywhere in input"
|
|
416
|
+
- "`language` setting for response language"
|
|
417
|
+
- "Skills context: fork support"
|
|
418
|
+
- "Hooks support in agent/skill frontmatter"
|
|
419
|
+
- "MCP list_changed notifications support"
|
|
420
|
+
- "/teleport and /remote-env commands"
|
|
421
|
+
- "Tab support for disabling specific agents"
|
|
422
|
+
- "--tools flag in interactive mode"
|
|
423
|
+
- "YAML-style lists in frontmatter allowed-tools"
|
|
424
|
+
breaking:
|
|
425
|
+
- "OAuth URLs: console.anthropic.com → platform.claude.com"
|
|
426
|
+
- "Removed permission prompt for entering plan mode"
|
|
427
|
+
- "[SDK] Minimum zod peer dependency: ^4.0.0"
|
|
428
|
+
|
|
429
|
+
# ─────────────────────────────────────────────────────────────
|
|
430
|
+
# 2.0.x Series (December 2025 - January 2026)
|
|
431
|
+
# ─────────────────────────────────────────────────────────────
|
|
432
|
+
|
|
433
|
+
- version: "2.0.76"
|
|
434
|
+
date: "2026-01-05"
|
|
435
|
+
highlights:
|
|
436
|
+
- "Fix: macOS code-sign warning with Claude in Chrome"
|
|
437
|
+
breaking: []
|
|
438
|
+
|
|
439
|
+
- version: "2.0.74"
|
|
440
|
+
date: "2026-01-04"
|
|
441
|
+
highlights:
|
|
442
|
+
- "⭐ LSP (Language Server Protocol) tool for code intelligence"
|
|
443
|
+
- "/terminal-setup for Kitty, Alacritty, Zed, Warp"
|
|
444
|
+
- "Ctrl+T in /theme to toggle syntax highlighting"
|
|
445
|
+
- "Grouped skills/agents by source in /context"
|
|
446
|
+
breaking: []
|
|
447
|
+
|
|
448
|
+
- version: "2.0.73"
|
|
449
|
+
date: "2026-01-03"
|
|
450
|
+
highlights:
|
|
451
|
+
- "Clickable [Image #N] links"
|
|
452
|
+
- "Alt-Y yank-pop to cycle kill ring history"
|
|
453
|
+
- "Search filtering in plugin discover screen"
|
|
454
|
+
- "[VSCode] Tab icon badges (permissions, unread)"
|
|
455
|
+
breaking: []
|
|
456
|
+
|
|
457
|
+
- version: "2.0.72"
|
|
458
|
+
date: "2026-01-02"
|
|
459
|
+
highlights:
|
|
460
|
+
- "⭐ Claude in Chrome (Beta) - browser control from Claude Code"
|
|
461
|
+
- "Reduced terminal flickering"
|
|
462
|
+
- "QR code for mobile app"
|
|
463
|
+
- "Thinking toggle: Tab → Alt+T"
|
|
464
|
+
breaking: []
|
|
465
|
+
|
|
466
|
+
- version: "2.0.71"
|
|
467
|
+
date: "2026-01-01"
|
|
468
|
+
highlights:
|
|
469
|
+
- "/config toggle for prompt suggestions"
|
|
470
|
+
- "/settings alias for /config"
|
|
471
|
+
- "New Rust-based syntax highlighting engine"
|
|
472
|
+
breaking: []
|
|
473
|
+
|
|
474
|
+
- version: "2.0.70"
|
|
475
|
+
date: "2025-12-30"
|
|
476
|
+
highlights:
|
|
477
|
+
- "Enter key accepts/submits prompt suggestions immediately"
|
|
478
|
+
- "Wildcard syntax mcp__server__* for MCP tool permissions"
|
|
479
|
+
- "Auto-update toggle for plugin marketplaces"
|
|
480
|
+
- "3x memory usage improvement for large conversations"
|
|
481
|
+
breaking:
|
|
482
|
+
- "Removed # shortcut for quick memory entry"
|
|
483
|
+
|
|
484
|
+
- version: "2.0.68"
|
|
485
|
+
date: "2025-12-28"
|
|
486
|
+
highlights:
|
|
487
|
+
- "IME support for Chinese, Japanese, Korean"
|
|
488
|
+
- "Enterprise managed settings support"
|
|
489
|
+
- "Improved plan mode exit UX"
|
|
490
|
+
breaking: []
|
|
491
|
+
|
|
492
|
+
- version: "2.0.67"
|
|
493
|
+
date: "2025-12-26"
|
|
494
|
+
highlights:
|
|
495
|
+
- "⭐ Thinking mode enabled by default for Opus 4.5"
|
|
496
|
+
- "Thinking config moved to /config"
|
|
497
|
+
- "Search in /permissions with / shortcut"
|
|
498
|
+
breaking: []
|
|
499
|
+
|
|
500
|
+
- version: "2.0.65"
|
|
501
|
+
date: "2025-12-24"
|
|
502
|
+
highlights:
|
|
503
|
+
- "Alt+P to switch models while writing prompt"
|
|
504
|
+
- "Context window info in status line"
|
|
505
|
+
- "`fileSuggestion` setting for custom @ search"
|
|
506
|
+
- "CLAUDE_CODE_SHELL env var"
|
|
507
|
+
breaking: []
|
|
508
|
+
|
|
509
|
+
- version: "2.0.64"
|
|
510
|
+
date: "2025-12-22"
|
|
511
|
+
highlights:
|
|
512
|
+
- "⭐ Instant auto-compacting"
|
|
513
|
+
- "⭐ Async agents and bash commands with wake-up messages"
|
|
514
|
+
- "/stats with usage graphs, streaks, favorite model"
|
|
515
|
+
- "Named sessions: /rename, /resume <name>"
|
|
516
|
+
- "Support for .claude/rules/ directory"
|
|
517
|
+
- "Image dimension metadata for coordinate mappings"
|
|
518
|
+
breaking:
|
|
519
|
+
- "Unshipped AgentOutputTool/BashOutputTool → TaskOutputTool"
|
|
520
|
+
|
|
521
|
+
- version: "2.0.62"
|
|
522
|
+
date: "2025-12-20"
|
|
523
|
+
highlights:
|
|
524
|
+
- "`attribution` setting for commit/PR bylines"
|
|
525
|
+
- "(Recommended) indicator in multiple-choice questions"
|
|
526
|
+
breaking:
|
|
527
|
+
- "Deprecated: includeCoAuthoredBy (use attribution)"
|
|
528
|
+
|
|
529
|
+
- version: "2.0.60"
|
|
530
|
+
date: "2025-12-18"
|
|
531
|
+
highlights:
|
|
532
|
+
- "⭐ Background agents (work while you work)"
|
|
533
|
+
- "--disable-slash-commands CLI flag"
|
|
534
|
+
- "Model name in Co-Authored-By commits"
|
|
535
|
+
- "/mcp enable|disable [server-name]"
|
|
536
|
+
breaking: []
|
|
537
|
+
|
|
538
|
+
- version: "2.0.58"
|
|
539
|
+
date: "2025-12-16"
|
|
540
|
+
highlights:
|
|
541
|
+
- "⭐ Opus 4.5 available for Pro users"
|
|
542
|
+
breaking:
|
|
543
|
+
- "[Windows] Managed settings prefer C:\\Program Files\\ClaudeCode"
|
|
544
|
+
|
|
545
|
+
- version: "2.0.57"
|
|
546
|
+
date: "2025-12-15"
|
|
547
|
+
highlights:
|
|
548
|
+
- "Feedback input when rejecting plans"
|
|
549
|
+
- "[VSCode] Streaming message support"
|
|
550
|
+
breaking: []
|
|
551
|
+
|
|
552
|
+
- version: "2.0.55"
|
|
553
|
+
date: "2025-12-13"
|
|
554
|
+
highlights:
|
|
555
|
+
- "Improved AskUserQuestion auto-submit"
|
|
556
|
+
- "Better fuzzy matching for @ file suggestions"
|
|
557
|
+
breaking:
|
|
558
|
+
- "Proxy DNS opt-in: CLAUDE_CODE_PROXY_RESOLVES_HOSTS=true"
|
|
559
|
+
|
|
560
|
+
- version: "2.0.51"
|
|
561
|
+
date: "2025-12-10"
|
|
562
|
+
highlights:
|
|
563
|
+
- "⭐ MAJOR: Opus 4.5 released"
|
|
564
|
+
- "⭐ MAJOR: Claude Code for Desktop"
|
|
565
|
+
- "Updated usage limits for Opus 4.5"
|
|
566
|
+
- "Plan Mode builds more precise plans"
|
|
567
|
+
breaking: []
|
|
568
|
+
|
|
569
|
+
- version: "2.0.45"
|
|
570
|
+
date: "2025-12-05"
|
|
571
|
+
highlights:
|
|
572
|
+
- "⭐ Microsoft Foundry support"
|
|
573
|
+
- "PermissionRequest hook for auto-approve/deny"
|
|
574
|
+
- "& prefix for background tasks to web"
|
|
575
|
+
breaking: []
|
|
576
|
+
|
|
577
|
+
- version: "2.0.43"
|
|
578
|
+
date: "2025-12-03"
|
|
579
|
+
highlights:
|
|
580
|
+
- "`permissionMode` field for custom agents"
|
|
581
|
+
- "`skills` frontmatter for auto-loading subagent skills"
|
|
582
|
+
- "SubagentStart hook event"
|
|
583
|
+
breaking: []
|
|
584
|
+
|
|
585
|
+
- version: "2.0.41"
|
|
586
|
+
date: "2025-12-01"
|
|
587
|
+
highlights:
|
|
588
|
+
- "Model parameter for prompt-based stop hooks"
|
|
589
|
+
- "Plugins: sharing and installing output styles"
|
|
590
|
+
- "Allow more safe git commands without approval"
|
|
591
|
+
- "Teleporting from web auto-sets upstream branch"
|
|
592
|
+
breaking: []
|
|
593
|
+
|
|
594
|
+
- version: "2.0.37"
|
|
595
|
+
date: "2025-11-28"
|
|
596
|
+
highlights:
|
|
597
|
+
- "Matcher values for Notification hook events"
|
|
598
|
+
- "Output Styles: keep-coding-instructions option"
|
|
599
|
+
breaking: []
|
|
600
|
+
|
|
601
|
+
- version: "2.0.35"
|
|
602
|
+
date: "2025-11-26"
|
|
603
|
+
highlights:
|
|
604
|
+
- "Improved fuzzy search for commands"
|
|
605
|
+
- "CLAUDE_CODE_EXIT_AFTER_STOP_DELAY env var"
|
|
606
|
+
breaking:
|
|
607
|
+
- "Migrated ignorePatterns to deny permissions"
|
|
608
|
+
|
|
609
|
+
- version: "2.0.32"
|
|
610
|
+
date: "2025-11-23"
|
|
611
|
+
highlights:
|
|
612
|
+
- "Output styles un-deprecated (community feedback)"
|
|
613
|
+
- "`companyAnnouncements` setting"
|
|
614
|
+
breaking: []
|
|
615
|
+
|
|
616
|
+
- version: "2.0.30"
|
|
617
|
+
date: "2025-11-20"
|
|
618
|
+
highlights:
|
|
619
|
+
- "`allowUnsandboxedCommands` sandbox setting"
|
|
620
|
+
- "`disallowedTools` for custom agent definitions"
|
|
621
|
+
- "Prompt-based stop hooks"
|
|
622
|
+
- "SSE MCP servers on native build"
|
|
623
|
+
breaking:
|
|
624
|
+
- "Deprecated: Output styles (later un-deprecated in 2.0.32)"
|
|
625
|
+
- "Removed: Custom ripgrep configuration"
|
|
626
|
+
|
|
627
|
+
- version: "2.0.28"
|
|
628
|
+
date: "2025-11-18"
|
|
629
|
+
highlights:
|
|
630
|
+
- "⭐ Plan mode: introduced Plan subagent"
|
|
631
|
+
- "Subagents: resume capability"
|
|
632
|
+
- "Subagents: dynamic model selection"
|
|
633
|
+
- "--max-budget-usd flag (SDK)"
|
|
634
|
+
- "Git-based plugins branch/tag support (#branch)"
|
|
635
|
+
breaking: []
|
|
636
|
+
|
|
637
|
+
- version: "2.0.27"
|
|
638
|
+
date: "2025-11-15"
|
|
639
|
+
highlights:
|
|
640
|
+
- "New UI for permission prompts"
|
|
641
|
+
- "Branch filtering and search in session resume"
|
|
642
|
+
breaking: []
|
|
643
|
+
|
|
644
|
+
- version: "2.0.25"
|
|
645
|
+
date: "2025-11-12"
|
|
646
|
+
highlights: []
|
|
647
|
+
breaking:
|
|
648
|
+
- "Removed legacy SDK entrypoint → @anthropic-ai/claude-agent-sdk"
|
|
649
|
+
|
|
650
|
+
- version: "2.0.24"
|
|
651
|
+
date: "2025-11-10"
|
|
652
|
+
highlights:
|
|
653
|
+
- "Claude Code Web: Web → CLI teleport"
|
|
654
|
+
- "Sandbox mode for BashTool (Linux & Mac)"
|
|
655
|
+
- "Bedrock: awsAuthRefresh output display"
|
|
656
|
+
breaking: []
|
|
657
|
+
|
|
658
|
+
# ════════════════════════════════════════════════════════════════
|
|
659
|
+
# SUMMARY - Key Breaking Changes by Area
|
|
660
|
+
# ════════════════════════════════════════════════════════════════
|
|
661
|
+
breaking_summary:
|
|
662
|
+
urls:
|
|
663
|
+
- "OAuth/API Console: console.anthropic.com → platform.claude.com (v2.1.0, v2.1.7)"
|
|
664
|
+
windows:
|
|
665
|
+
- "Managed settings: C:\\ProgramData\\ClaudeCode → C:\\Program Files\\ClaudeCode (v2.0.58, deprecated v2.1.2)"
|
|
666
|
+
sdk:
|
|
667
|
+
- "Removed legacy SDK entrypoint → @anthropic-ai/claude-agent-sdk (v2.0.25)"
|
|
668
|
+
- "Minimum zod peer dependency: ^4.0.0 (v2.1.0)"
|
|
669
|
+
shortcuts:
|
|
670
|
+
- "Removed # shortcut for quick memory (v2.0.70)"
|
|
671
|
+
security:
|
|
672
|
+
- "Command injection fix in bash processing (v2.1.2)"
|
|
673
|
+
- "Wildcard permission rules compound commands fix (v2.1.7)"
|
|
674
|
+
- "Shell line continuation permission bypass fix (v2.1.6)"
|
|
675
|
+
- "Sandbox-excluded commands bypass with autoAllowBashIfSandboxed (v2.1.34)"
|
|
676
|
+
- "Heredoc delimiter command smuggling prevention (v2.1.38)"
|
|
677
|
+
installation:
|
|
678
|
+
- "npm installations deprecated - use native installer (v2.1.15)"
|
|
679
|
+
behavior:
|
|
680
|
+
- "ultrathink/think keywords now cosmetic only — thinking default with Opus 4.5 (v2.0.67)"
|
|
681
|
+
syntax:
|
|
682
|
+
- "Indexed argument syntax changed: $ARGUMENTS.0 → $ARGUMENTS[0] (v2.1.19)"
|
|
683
|
+
|
|
684
|
+
# ════════════════════════════════════════════════════════════════
|
|
685
|
+
# MILESTONE FEATURES (quick reference)
|
|
686
|
+
# ════════════════════════════════════════════════════════════════
|
|
687
|
+
milestones:
|
|
688
|
+
"2.1.36": "Fast mode for Opus 4.6"
|
|
689
|
+
"2.1.32": "Opus 4.6, Agent teams preview, Automatic memory"
|
|
690
|
+
"2.1.18": "Customizable keyboard shortcuts with /keybindings"
|
|
691
|
+
"2.1.16": "New task management system with dependency tracking"
|
|
692
|
+
"2.1.0": "Skill hot-reload, Shift+Enter OOTB, Vim motions, /plan command"
|
|
693
|
+
"2.0.74": "LSP tool for code intelligence"
|
|
694
|
+
"2.0.72": "Claude in Chrome (browser control)"
|
|
695
|
+
"2.0.67": "Thinking mode default for Opus 4.5"
|
|
696
|
+
"2.0.64": "Instant auto-compact, async agents, named sessions"
|
|
697
|
+
"2.0.60": "Background agents"
|
|
698
|
+
"2.0.51": "Opus 4.5, Claude Code for Desktop"
|
|
699
|
+
"2.0.45": "Microsoft Foundry, PermissionRequest hook"
|
|
700
|
+
"2.0.28": "Plan subagent, subagent resume/model selection"
|
|
701
|
+
"2.0.24": "Web teleport, Sandbox mode"
|