Group of 2 You'll notice
The bundled Claude Test plugin's subagents gained explicit names, a stricter tool allowlist, and a clearer error message
What
- The
explorersubagent is now explicitly barred from themcp__plugin_claude-test_browser__claude_test_allowMCP tool, on top of its existing Read/Grep/Glob-only restriction. - The
authorandrunnersubagent definitions both gained an explicitnamefield (authorandrunnerrespectively) in their frontmatter. - The runner's "browser helper not loaded yet" fallback message was replaced with a static, more actionable error that names a likely cause: a duplicate, non-built-in Claude Test plugin.
Why These changes make the plugin's subagents more predictable (the explorer can no longer reach a browser-allow tool it shouldn't need) and easier to identify and debug (explicit names, a clearer failure message) when something goes wrong.