Remote Control is now restricted to Max plans only (Pro support coming soon), narrowing availability compared to the previous Pro+Max rollout
The & prefix for sending tasks to the web has been replaced by the --remote flag, a breaking workflow change for terminal-to-web handoffs
New CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 and CLAUDE_CODE_DISABLE_FAST_MODE=1 environment variables give administrators control over adaptive reasoning and fast mode
Agent SDK hooks expanded: PostToolUseFailure, SubagentStart, PermissionRequest, and Notification are now available in the Python SDK, plus new TypeScript-only hooks (Setup, TeammateIdle, TaskCompleted, ConfigChange, WorktreeCreate, WorktreeRemove)
Claude Sonnet 4.6 now has its own prompt caching minimum token threshold of 2048 (separate from other Sonnet models)
MAX_THINKING_TOKENS is now ignored on both Opus 4.6 and Sonnet 4.6 (previously only Opus 4.6). [line 857] [Source]
New CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 environment variable documented for disabling adaptive thinking and reverting to a fixed thinking budget. [line 858] [Source]
Added in-app submission forms for the official Anthropic plugin marketplace: claude.ai/settings/plugins/submit and platform.claude.com/plugins/submit. [line 39] [Source]
/rename [name] command updated: when called without a name argument, it now auto-generates a name from conversation history (requires at least one message). [line 94] [Source]
Clarification that input history resets on /clear but the previous session's conversation is preserved and can be resumed. [line 188] [Source]
Added documentation for CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 to disable adaptive reasoning on Opus 4.6 and Sonnet 4.6, reverting to fixed thinking budget. [line 152] [Source]
New section added for submitting plugins to the official Anthropic marketplace via in-app forms on claude.ai and platform.claude.com. [line 391] [Source]
Remote Control availability narrowed: now only available on Max plans (Pro plan support is coming soon, previously it was available on both Pro and Max). [line 1] [Source]
New CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING environment variable: set to 1 to disable adaptive reasoning for Opus 4.6 and Sonnet 4.6, falling back to fixed MAX_THINKING_TOKENS budget. [line 910] [Source]
New CLAUDE_CODE_DISABLE_FAST_MODE environment variable: set to 1 to disable fast mode. [line 913] [Source]
Major rewrite clarifying Python vs TypeScript SDK differences for cost tracking. Python only provides accumulated totals on the result message; TypeScript provides per-step breakdowns. [line 1] [Source]
Added a diagram illustrating the message stream from a query() call with token usage at each step.
Python SDK reference added alongside the existing TypeScript SDK reference.
PostToolUseFailure, SubagentStart, PermissionRequest, and Notification hooks are now available in the Python SDK (previously TypeScript-only). [line 84] [Source]
Claude Sonnet 4.6 now has its own minimum cacheable prompt length of 2048 tokens, separate from other Sonnet models (which remain at 1024). [line 256] [Source]