What's New
In addition to this page, you may also follow us on twitter (@WallabyJs) to be notified whenever we release notable features.
Most Recent Major Features and Changes
The What’s New section includes major features and changes that have been made in the last 12-18 months. For older news or more details about minor updates and changes, please refer to our changelog.
Interactive Runtime Value Graphs (May 09 2025)
The new Interactive Runtime Value Graphs feature lets you visualize runtime data as structured graphs directly in your editor. It's useful for inspecting deeply nested objects or large data sets that are hard to parse in raw text form. The graph layout adapts well to various data shapes, and you can interactively collapse or expand branches and nodes to focus on the parts that matter. The graph updates automatically as values change, giving you a live view of your log's state. Read more in our blog.
Copilot Agent tools and MCP support (Apr 17 2025)
Agentic AI workflows are transforming how developers interact with code, with context playing a crucial role. Wallaby’s new AI tools and MCP server provide rich insights—such as runtime values, execution paths, and coverage data—to enhance agent capabilities. Now Wallaby enables Copilot Chat, Cursor, Windsurf, Cline, and other agents to access detailed runtime context on demand. Read more in our blog.

Support for Vitest v3.1.x+ (Apr 01 2025)
Wallaby now supports the latest version of vitest (v3.1.x+). The recent update of vitest included breaking changes that required updates to Wallaby's vitest integration.
Copilot Chat Integration (Feb 18 2025)
The best AI model for investigating unit test errors is the one with the most context — provided by the user and the right tools. Wallaby now automatically provides GitHub Copilot with detailed context and tools - including execution paths, test coverage, and runtime values - to debug smarter. Read more in our blog.

Keyboard Shortcuts (Feb 12 2025)
Wallaby UI now offers quick access to keyboard shortcuts documentation in the Overview and Side view panels, both inside
the editor and from the browser (when using Linked or Standalone Mode). Press the ?
key while
focused on either panel, or click the keyboard icon on the right side of the Overview panel, to display a comprehensive
list of available shortcuts.

Support for Vitest v3.0.x+ (Jan 23 2025)
Wallaby now supports the latest version of vitest (v3.0.x+). The recent update of vitest included breaking changes that required updates to Wallaby's vitest integration.
Previous major features and changes
Our what’s new archive contains the full history of our major features and changes (starting February 2020).
Full Change Log
Our changelog is available in our public repository. Please note that while we update our changelog every few months, we release new versions of Wallaby.js a few times a week (sometimes a few times a day).
Are we missing something? Share your idea or vote for other submitted ideas