What's New




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.
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.

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.
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.

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.

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.
Wallaby for VS Code and JetBrains editors now supports Value Peek
, a way to quickly see any value just by hovering over it. Wallaby will handle execution of the relevant tests to provide values, which will be displayed in the hover. To keep your editor clutter-free, values shown this way will not appear next to your code by default (but can be made to appear using the “Explore Value” action available in the hover). Value Peek can be toggled on or off to fit with your workflow.
We’ve re-imagined Wallaby.js to deliver more power, flexibility, and a seamless experience across all editors. Wallaby v2 introduces an all-new UI, enhanced debugging tools like the Interactive Time Travel Debugger, and advanced test execution monitoring. With Linked and Standalone modes, it supports any editor, making it easier than ever to streamline your workflow. Read more in our blog.

Wallaby has been updated to support the latest version of vitest, v2.1.0. This update was necessary due to breaking changes introduced in the latest vitest release.
Wallaby now supports the latest version of vitest (v2.0.5). The recent update of vitest included breaking changes that required updates to Wallaby’s vitest integration.