What's New

CLI for Coding Agents

27 May 2026

Wallaby CLI brings runtime intelligence into agentic coding workflows. Whether you’re using Claude Code, Codex CLI, Copilot CLI, OpenCode, Pi, or any other AI coding agent, Wallaby can now run directly from the command line without requiring an editor session or an MCP server to be running. This is especially useful for git worktrees and other headless workflows.

Read more

Coverage Complexity and Change Risk Metrics

26 May 2026

Wallaby’s Coverage tab now helps you prioritize testing and refactoring work by highlighting files where complex code and lower coverage combine to create higher maintenance risk.

Read more

Support for Vitest v4.1.4+

10 Apr 2026

Wallaby now supports the latest version of vitest (v4.1.4+). The recent update of vitest included major breaking changes that required updates to Wallaby’s vitest integration.


Support for Vitest v4.1.0+

13 Mar 2026

Wallaby now supports the latest version of vitest (v4.1.0+). The recent update of vitest included major breaking changes that required updates to Wallaby’s vitest integration.


Angular v21 Support with Vitest

12 Mar 2026

For Angular CLI v21 workspaces and projects, Wallaby now automatically detects and configures the default Vitest runner. Wallaby runs tests in Node.js environments such as jsdom and happy-dom, or in browsers via playwright or webdriverio, and provides better incremental run performance, reliability, and live results streaming.


Support for Vitest Browser Mode

21 Jan 2026

Wallaby now supports running Vitest v4.x+ in browser mode, using either the playwright or webdriverio providers. Wallaby will run your browser instances in headless mode by default (overridable by setting headless: false in your vitest config).


Zen Mode: Control In-Editor Feedback 🧘‍♂️

20 Jan 2026

We’re excited to introduce Zen Mode, a new Wallaby.js feature that gives you control over when you see test feedback in your editor.

Read more

MCP Support for JetBrains Editors

24 Nov 2025

Wallaby’s MCP server tools are now available in JetBrains editors. Read more about how to enable it in our docs.


Peek source code anywhere with dot

11 Nov 2025

Wallaby UI now supports peeking into source code locations directly from various views, including the Test list and Test tree, Error panels, Logs list, etc. Pretty much any UI element that has a source code location associated with it will now allow you to peek into the source code without navigating away from your current context. To use the feature, simply press the . key when focused on an item with a source location.


Support for Vitest v4.x+

10 Nov 2025

Wallaby now supports the latest version of vitest (v4.x+). The recent update of vitest included major breaking changes that required updates to Wallaby’s vitest integration.


You can also subscribe to our updates via RSS or Atom feed