New built-in 'diff' and 'claude-test' plugins added#
Claude Code now ships built-in 'diff' and 'claude-test' plugins, loaded through a new lazy plugin-loading mechanism
Unclear Whether the tengu_mellow_hollerith gate is switched on for any account is unread, so nothing can be said about its status.
What
- Two new built-in plugin bundles, named
diffandclaude-test, are now loaded alongside the existing built-in plugins (sec-default,agents-md,plugin-authoring,tips). - The
claude-testplugin adds skills (claude-test,claude-test-execute,claude-test-draft), agents (explorer,author,runner), and a browser automation server so Claude Code can run plain-language specs from.claude-test/specs/against your local dev server in a real headless browser and report pass/fail results with screenshots, via a new/claude-testcommand. - Built-in plugin registration itself was refactored from immediate registration calls into a named, lazy-loading pattern.
Why This adds a ready-to-use way to write and run browser-based tests for your app directly from Claude Code, without installing a separate plugin.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.271
New
claude plugin testCLI command for function-hooks pluginsBoth mention test testing
-
v2.1.277
New "act" driver API added for scripted interaction with plugin UI mounts
Both mention testing
-
v2.1.239
The new test-network blocker ships switched off
Both mention test testing