BACK_TO_FEEDAICRIER_2
Claude Code 2.1.76 adds MCP elicitation, sparse worktrees
OPEN_SOURCE ↗
YT · YOUTUBE// 28d agoPRODUCT UPDATE

Claude Code 2.1.76 adds MCP elicitation, sparse worktrees

Claude Code v2.1.76 ships MCP elicitation — servers can now request structured input mid-task via interactive dialogs — alongside sparse-checkout worktree support for large monorepos and a circuit breaker that halts runaway auto-compaction after 3 consecutive failures.

// ANALYSIS

MCP elicitation is the standout: it lets the agent pause mid-task and ask for what it needs, shifting Claude Code from passive executor to active collaborator.

  • MCP servers can trigger form-field or browser-URL input dialogs during task execution, enabling richer human-in-the-loop workflows without breaking the agentic loop
  • `worktree.sparsePaths` makes `--worktree` practical for large monorepos — only the directories you need get checked out via git sparse-checkout
  • The auto-compaction circuit breaker (3-strike stop) kills a long-standing silent-hang footgun that frustrated power users
  • Remote Control gets meaningful hardening: session survival across idle reaps, message batching instead of one-at-a-time queuing, and WebSocket disconnect recovery
  • New `PostCompact`, `Elicitation`, and `ElicitationResult` hooks give enterprise admins and plugin authors fine-grained control over the agent lifecycle
// TAGS
claude-codemcpagentdevtoolcliopen-source

DISCOVERED

28d ago

2026-03-15

PUBLISHED

28d ago

2026-03-15

RELEVANCE

9/ 10

AUTHOR

DIY Smart Code