telexed ~ c / 44112076-2b1radar:60 · agent_toolLIVE
← back
NO.
#44112076
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-08 18:39:08
Importance
★ 6/10 — radar 60
`Claude Code` `v2.1.136`, fixes MCP auth churn and resume/path edge cases
FIG-4411:1

`Claude Code` `v2.1.136`, fixes MCP auth churn and resume/path edge cases

Remote MCP setups got more reliable: token refresh races, login loops, and lost sessions were fixed. If your workflow leans on multiple tools and IDE integration, this patch removes daily friction.

[ KEY POINTS ]
  1. Concurrent MCP token refresh no longer drops refresh tokens, which should stop repeated re-auth across several remote servers.
  2. /resume and --continue now work when project paths contain underscores, fixing a small but nasty session-recovery edge case.
  3. IDE integrations no longer lose .mcp.json, plugin, or claude.ai connector servers after /clear, which mattered for long-lived editor sessions.
  4. settings.autoMode.hard_deny adds unconditional block rules in auto mode, giving tighter guardrails for risky file or tool actions.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.136Read original →

// related