0.7.0
Create Next.js app and Smart Context improvements — and more!
Dyad v0.7.0 enables you to create Next.js apps, improves Smart Context for Dyad Pro members, and includes many other improvements and bug fixes.
Highlights
Create Next.js apps
You can select the Next.js template to use when creating new apps by going to the Hubs tab from the left-side menu. We'll be adding new templates over time. Have a suggestion for a template? Share your idea on GitHub.
Improved Smart Context and Turbo Mode enabled by default
In v0.6.0, we added new Pro modes: Smart Context and Turbo Mode exclusively for Dyad Pro members.
In v0.7.0, both of these modes are enabled by default. In particular, Smart Context has been revamped with several improvements: a bug with context compression has been fixed, and even more context optimizations have been implemented. In addition, you can now see the thinking process for the Smart Context phase, giving you insight into what the model is doing and how it selects the most relevant files.
Improvements
Versioning improvements
There are several enhancements to make the versioning workflow smoother in v0.7.0 (with more improvements planned for upcoming releases):
- Version checkout (which uses Git under the hood) no longer uses
force
, improving safety. - A loading bar is now displayed at the top of the chat pane when version checkout is in progress.
- Code files in the UI are now updated when selecting previous versions.
- Normalizes Windows-styles path (i.e. backslash "" to forward slash "/") to prevent Git issues, particularly with pushing to GitHub.
More models
- Anthropic recently announced its Claude 4 model family, and Claude 4 Sonnet is now added to the model list.
- o4-mini from OpenAI has also been added.
Misc
- If you are experiencing unusual cache or cookie issues with your app in preview, you can now use the Clear Session Data option. This is a new menu item located next to Rebuild (open the menu by clicking the triple dots in the preview pane).
- The default context window size has been reduced to 3 turns to optimize your token usage. Note: this is configurable on the Settings page.
- The "Fix error with AI" button is now disabled while streaming to prevent accidental multiple clicks.
- A small "Made with Dyad" link is now included at the bottom of the starter templates.
- A few promotional messages and enhanced error messages have been added to inform users about Dyad Pro when relevant.
- Fixes regression in source-mapping stack trace errors.
- Shows "Dyad" app instead of "Hello world" for application title (Windows).