Claude Code v2.1.186–v2.1.195: exact-match hook matchers, /rewind
This week's Claude Code releases land a fix that matters for plugin authors: hook matchers with hyphenated identifiers (e.g. code-reviewer, mcp__brave-search) no longer accidentally substring-match — they now exact-match, so use a pattern like mcp__brave-search__.* to match all tools from a hyphenated MCP server. Other additions: /rewind can now resume a conversation from before /clear was run; a new sandbox.credentials setting blocks sandboxed commands from reading credential files and secret environment variables; claude mcp login/logout authenticate MCP servers from the CLI (with --no-browser stdin redirect for SSH); the /plugin Installed tab gains a Skills section; autoMode.classifyAllShell routes all Bash/PowerShell commands through the auto-mode classifier; and CLAUDE_CODE_DISABLE_MOUSE_CLICKS disables click/drag/hover in fullscreen while keeping wheel scroll.
Source