Dyad LogoDyad
Releases

0.32.0 Beta 1

Improved system messages viewer, Supabase multi-account support, and faster chat performance

Dyad v0.32.0 Beta 1 focuses on better debugging and smoother workflows, with a major upgrade to the system messages/logs viewer and long-requested Supabase multi-account support. It also includes performance improvements for long chats, more reliable undo behavior, and new OpenRouter models. We've also updated our Next.js-based templates to improve security.

Highlights

Improved system messages viewer

Dyad’s system messages viewer is significantly improved, with logs now aggregated across sources (including Supabase edge functions!) and presented in a more intuitive user experience that allows you to filter by type and severity level.

This makes it easier to give AI enough context to fix your problems whether it's a pesky network error or a tricky bug in the browser.

Supabase multi-account support

If you build multiple apps (or manage projects for clients), switching Supabase accounts and organizations used to be very tedious.

Dyad now supports multiple Supabase accounts, so you can connect more than one account and switch without the disconnect/reconnect dance.

New models: GLM 4.7 and Devstral 2

We've added two OpenRouter models: GLM 4.7 and a new free one: Devstral 2 (free).

Next.js and Portal template security updates

We've updated our Portal template and Next.js template to use Next.js v15.3.8 which contains important security fixes.

Upgrade your existing projects by running this terminal command in the directory of your dyad app:

npx fix-react2shell-next

Enhancements & fixes

  • Smart Context Balanced Mode accuracy has been improved by automatically regenerating with a more powerful model when the initial generation has issues.
  • Large chats have better UI performance.
  • Undo and Restore version much faster because we now bulk update Supabase Edge Functions.
  • Undo is more reliable (before it didn't work in certain edge cases).
  • Fixed a UI issue where Token Usage sometimes required opening the panel twice before it displayed correctly.
  • Added telemetry for Turbo Edits search & replace (to help improve reliability over time).

Feedback

If you run into any issues or have suggestions, please help us improve by reporting a bug or uploading a chat session.

On this page