Claude Code v2.1.77 Released - MCP Elicitation and New Slash Commands
Anthropic releases Claude Code v2.1.77 with MCP elicitation support, allowing MCP servers to request structured input during task execution.
Anthropic released Claude Code v2.1.77 on March 14, 2026. This version introduces MCP elicitation support, new slash commands, and numerous bug fixes.
Key New Features
MCP Elicitation Support
MCP servers can now request structured input mid-task via an interactive dialog (form fields or browser URL). New Elicitation and ElicitationResult hooks have been added to intercept and override responses before they are sent back.
New Slash Commands
/effort: New slash command to set the model’s effort level.
CLI Enhancements
-n/--nameflag: Set a display name for the session at startup.worktree.sparsePathssetting: For large monorepos, check out only needed directories via git sparse-checkout.PostCompacthook: New hook that fires after context compaction completes.- Enterprise feedback survey: Session quality survey added, with
feedbackSurveyRatesetting for admins to configure sample rate.
Bug Fixes
This release includes numerous bug fixes:
- Fixed deferred tools (loaded via ToolSearch) losing their input schemas after conversation compaction
- Fixed slash commands showing “Unknown skill”
- Fixed plan mode asking for re-approval after the plan was already accepted
- Fixed voice mode swallowing keypresses while a permission dialog or plan editor was open
- Fixed /voice not working on Windows when installed via npm
- Fixed spurious “Context limit reached” when invoking a skill with model: frontmatter on a 1M-context session
- Fixed “adaptive thinking is not supported on this model” error when using non-standard model strings
- Fixed Bash(cmd:*) permission rules not matching when a quoted argument contains #
- Fixed “don’t ask again” in the Bash permission dialog showing the full raw command for pipes and compound commands
- Fixed auto-compaction retrying indefinitely - circuit breaker now stops after 3 attempts
- Fixed MCP reconnect spinner persisting after successful reconnection
- Fixed LSP plugins not registering servers when the LSP Manager initialized before marketplaces
- Fixed clipboard copying in tmux over SSH
- Fixed /export showing only the filename instead of full file path
- Fixed transcript not auto-scrolling to new messages after selecting text
- Fixed Escape key not working to exit the login method selection screen
- Fixed several Remote Control issues
- Improved —worktree startup performance
- Improved background agent behavior - killing preserves partial results
- Improved model fallback notifications
- Improved blockquote readability on dark terminal themes
Related Articles
Claude Code v2.1.70 Released - API Error Fixes and Performance Improvements
Anthropic releases Claude Code v2.1.70 with fixes for API 400 errors with third-party gateways, Windows/WSL clipboard improvements, and significant Remote Control polling optimizations.
Claude Code v2.1.71 Released - Claude API Skill and VS Code Integration Improvements
Anthropic releases Claude Code v2.1.71 with Claude API skill, expanded Voice STT language support, enhanced VS Code integration, and numerous improvements.
Claude Code v2.1.72 Released - Auto-Memory, /loop Command, and Cron Scheduling
Anthropic releases Claude Code v2.1.72 with auto-memory for context saving, /copy command, /loop command, Cron scheduling tools, Voice keybinding customization, and more.
Popular Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.84 Release - PowerShell Tool Preview and Environment Configuration Enhancements
Claude Code v2.1.84 introduces PowerShell tool for Windows, new environment variable overrides for model selection, idle session handling improvements, and various stability fixes.
Latest Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.91 Released - MCP Tool Result Persistence and Improved Edit Tool
Claude Code v2.1.91 introduces MCP tool result persistence override, improved shell execution controls, and enhanced Edit tool efficiency.