Claude Code v2.1.186: MCP CLI Auth, Bash Auto-Reply, and 20+ Fixes

Claude Code v2.1.186 ships with a batch of practical improvements: MCP server authentication from the CLI, automatic responses to bash commands, and over 20 bug fixes spanning session persistence, subagent management, and UI polish.
CLI Authentication for MCP Servers
Two new commands let you authenticate MCP servers without dropping into the interactive /mcp menu:
claude mcp login <name>claude mcp logout <name>
For SSH sessions, pass --no-browser and redirect stdin to complete the flow headlessly.
Bash Commands Now Auto-Reply
By default, ! bash commands now trigger Claude to automatically respond to the output—no more silent execution. To keep the previous behavior (bash output only added to context without a response), set "respondToBashCommands": false in settings.json.
Workflows & Subagents
- Press
fin the/workflowsagent detail view to filter by status. - Background subagents now surface permission prompts in the main session instead of auto-denying. The dialog shows which agent is asking; Esc denies just that tool.
Agent(type)deny rules andAgent(x,y)allowed-types restrictions now actually enforce for named subagent spawns.Workflow agent({schema})subagents will abort after 5 repeated schema validation failures instead of looping forever.- Teammates spawned via tmux/pane backends now inherit the leader's
--effortlevel.
Memory & Skills
- The agent is now reminded to compact its
MEMORY.mdindex when nearing the size limit. - Skill frontmatter keys (
display-name,default-enabled,fallback,metadata.*) now accept kebab-case, snake_case, and camelCase. - Malformed
SKILL.mdYAML frontmatter loads the skill body with empty metadata instead of failing silently.
Settings & Integrations
- Added
teammateMode: "iterm2"setting; warns when auto mode cannot find theit2CLI. - Added "Claude Platform on AWS - refresh credentials" option to
/loginwhenawsAuthRefreshis configured. CLAUDE_CODE_MAX_RETRIESnow caps at 15; for unattended sessions, useCLAUDE_CODE_RETRY_WATCHDOG./review <pr>now uses the same review engine as/code-review medium.
Bug Fixes (20+)
Notable fixes include streaming resuming after sleep (no more "Content block not found" or JSON parse errors), Chrome tab-group isolation applying correctly when the permissions gate is off for concurrent CLI sessions, background session recaps no longer duplicated, and ~~strikethrough~~ actually rendering as strikethrough instead of literal tildes. Also fixed: ESC/Ctrl+C responsiveness while background agents run, session cost now showing for usage-based Enterprise and Team subscribers, and a dark-theme flash when opening a background session from claude agents in a light terminal.
For the full changelog, see the source.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Config Changes with Kimi 2.5 and Opus 4.6
User discusses the performance of Kimi 2.5 for code tasks and config changes, using Opus 4.6 as a coding subagent.

Benchmark shows smaller 4B model outperforms larger LLMs for phone-to-home chat applications
A benchmark of 8 local LLMs for phone-to-home chat applications found Gemma3:4B won with a composite fitness score of 88.7 despite being the smallest model, outperforming larger models up to 24B parameters due to faster response times and lower thermal load.

Constraint Decay: Why LLM Agents Fail at Structured Backend Code
New research introduces 'constraint decay': as structural requirements accumulate, LLM agent performance drops drastically — capable agents lose 30 points in assertion pass rates, weaker ones approach zero. Actionable insights for anyone using AI coding agents.

Pentagon Gives Anthropic 72 Hours to Allow Military Use of Claude AI
The Pentagon has issued a 72-hour ultimatum to Anthropic to allow the U.S. military to use its Claude AI, threatening to invoke a 1950 law to force compliance if the startup doesn't comply.