Dyad LogoDyad
Releases

0.11.1

Better debugging — auto-fix errors (experimental) and Problems pane!

v0.11.1 is a patch release which disables auto-fix by default.

Dyad v0.11.1 makes debugging less painful by automatically fixing type-related errors and showing all TypeScript issues in the new Problems pane, so you can resolve them all at once.

Highlights

Auto-fix errors (Experimental)

When auto-fix kicks in, you’ll probably barely notice it. Dyad automatically checks the AI response — even before you approve the change — by running the proposed edits against the TypeScript compiler. It will then try to fix all errors, up to two times.

This feature is experimental and you will need to toggle Autofix in the Settings page.

Dyad checks the AI response without running the code, which makes it safe. That’s why it can fix errors even before you approve the change!

If Dyad doesn’t finish fixing all the errors, the new Problems pane can help.

Problems pane

The Problems pane is like the little sibling of auto-fix. It shows all current TypeScript errors and lets you fix them all at once.

Over time, we’ll add more types of issues (like runtime errors) to the Problems pane, but for now, it should cover most of the errors you run into while building with AI.

Other changes

  • Fixed "Learn More" link in Telemetry banner
  • YAML files are now included in the AI context
  • You can start typing your next message while waiting for an AI response
  • Renamed "Undo" to "Restore" in the version list for clarity (functionality is unchanged)
  • Pro mode can now be disabled from the Pro menu selector (in addition to the Settings page)
  • Files are now presented in a tree on Windows!

Feedback

If you run into any issues or have suggestions for this release, the best way to share them is by reporting a bug and uploading a chat session.

On this page