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

Anthropic separates Claude subscriptions from third-party tool usage
Anthropic is ending Claude Pro/Team subscription coverage for OpenClaw usage starting April 4, requiring separate pay-as-you-go billing for third-party harnesses. Users must enable 'extra usage' in account settings to continue using Claude through OpenClaw.

Claude Opus 4.7 Model Card Released
Anthropic has published the Claude Opus 4.7 model card, providing technical documentation for their latest AI model. The source material appears to be a PDF document containing system specifications and technical details.

AI Detection Tools Push Students to Use AI Defensively, Study Finds
AI detection tools in education are causing students to intentionally write worse to avoid false positives, with some students turning to AI tools defensively to check if their own writing will be flagged.

Claude Skills Have No Business Model for Creators — A Developer's Dilemma
A Reddit post highlights that Claude skill creators can't monetize their work, as Anthropic shipped a great runtime but stopped short of a creator economy layer. Builders are left with open-source projects and no path to sustainability.