Claude docs changes for February 14th, 2026 [diff]
Executive Summary
- New Desktop quickstart guide provides streamlined onboarding for the Claude Code Desktop app
- Desktop documentation completely restructured with more comprehensive coverage of features, permission modes, and workflows
- Windows ARM64 support added to Desktop app (remote sessions only)
- New
/desktopcommand enables handing off CLI sessions to the Desktop app - Enterprise model restriction capabilities added via
availableModelssetting
New Claude Code versions
2.1.42
Existing feature improvements
- Improved startup performance by deferring Zod schema construction
- Improved prompt cache hit rates by moving date out of system prompt
- Improved
/resumeto show cleaner session titles instead of interrupt messages
Major bug fixes
- Fixed image dimension limit errors to suggest
/compact
Claude Code changes
New Documents
Desktop quickstart [Source]
New streamlined quickstart guide for the Claude Code Desktop app. Covers installation steps for macOS, Windows x64, and Windows ARM64. Guides users through their first session including choosing an environment (Local/Remote/SSH), selecting a folder and model, and reviewing changes in Ask mode. Includes practical next steps like interrupting Claude, adding context with @-mentions and file attachments, using skills, reviewing changes with diff view, adjusting permission modes, installing plugins, working with parallel sessions, and sending long-running tasks to the cloud. Also includes a CLI comparison section for users familiar with the terminal version.
Changed documents
Agent teams [Source]
- Added visual diagrams comparing subagent vs agent team architectures in both light and dark modes. [lines 29-32] [Source]
Best practices [Source]
- Updated reference from "Claude Desktop" to "Claude Code desktop app" for consistency. [line 520] [Source]
Chrome integration [Source]
Use Claude Code Desktop [Source]
Major restructure and expansion of the Desktop documentation:
- Changed page title from "Claude Code on desktop" to "Use Claude Code Desktop" and removed preview status. [line 1] [Source]
- Reorganized into clear sections: Start a session, Work with code, Manage sessions, Extend Claude Code, and Environment configuration. [line 7] [Source]
- Added detailed "Start a session" section explaining environment, project folder, model, and permission mode selection. [lines 11-20] [Source]
- Expanded permission modes documentation with detailed table showing Ask, Code, Plan, and Act modes with their settings keys and behaviors. [lines 35-48] [Source]
- Added comprehensive diff view section explaining how to review changes, add line comments, and submit feedback with keyboard shortcuts (Cmd+Enter on macOS, Ctrl+Enter on Windows). [lines 52-63] [Source]
- Enhanced parallel sessions documentation with details on worktree storage location customization, branch prefix configuration, and session filtering. [lines 70-78] [Source]
- Added "Continue in another surface" section documenting the new ability to hand off sessions to Claude Code on the Web or your IDE. [lines 84-89] [Source]
- Expanded connectors section with management instructions and clarification that connectors are MCP servers with graphical setup. [lines 96-100] [Source]
- Added comprehensive plugins section covering installation, management, and scoping (user/project/local-only). [lines 107-109] [Source]
- Added environment configuration section distinguishing Local, Remote, and SSH environments. [lines 111-123] [Source]
Interactive mode [Source]
- Added new
/desktopcommand that hands off the current CLI session to the Claude Code Desktop app (macOS and Windows only). [line 102] [Source]
Model configuration [Source]
- Added comprehensive "Restrict model selection" section documenting the new
availableModelssetting for enterprise administrators to control which models users can select. [lines 71-123] [Source] - Documented Default model behavior showing that Max/Team/Pro subscribers get Opus 4.6 while pay-as-you-go users get Sonnet 4.5. [lines 81-90] [Source]
- Explained how to combine
availableModelswithmodelsetting to fully control the model experience. [lines 92-119] [Source]
Network configuration [Source]
- Simplified required URLs list to three essential endpoints:
api.anthropic.comfor Claude API,claude.aifor claude.ai account authentication, andplatform.claude.comfor Anthropic Console account authentication. [lines 93-96] [Source]
Overview [Source]
- Added Windows ARM64 download link with note that it supports remote sessions only. [line 111] [Source]
- Added clarification that Desktop app requires a paid subscription. [line 113] [Source]
- Expanded "Work from anywhere" section to describe session handoff capabilities between different surfaces using
/teleportand/desktopcommands. [lines 194-198] [Source]
Settings [Source]
- Added
availableModelssetting to the settings reference table with description and example. [line 151] [Source]
Slack integration [Source]
- Corrected subscription plan reference from "Team" to "Teams" in requirements table. [line 19] [Source]
API changes
Changed documents
Adaptive thinking [Source]
Extended thinking [Source]
Files [Source]
Remote MCP servers [Source]
- Added Razorpay MCP server for Razorpay Dashboard Assistant functionality at
https://mcp.razorpay.com/mcp. [lines 651-656] [Source] - Added Common Room MCP server for querying contacts and accounts at
https://mcp.commonroom.io/mcp. [lines 827-832] [Source]