v0.28.0
dyad-sh/dyadv0.28.0Nov 19, 2025by github-actions[bot]
AI Summary
v0.28 introduces support for the latest leading AI models, Google's Gemini 3 and OpenAI's GPT 5.1, alongside a new multi-component selector for chat context. It also resolves a critical issue ensuring Supabase edge functions are re-deployed during restore/undo operations.
Key Highlights
- Support for GPT-5.1 and Gemini 3 models.
- New multi-component selector for chat context.
- Fix for Supabase edge function deployment on restore/undo.
New Features
- GPT-5.1 support
- Gemini 3 support
- Multi-component selector
- Supabase re-deployment fix
Full Release Notes
Dyad v0.28 adds support for the newest leading models: Google's Gemini 3 and OpenAI's GPT 5.1! You can select multiple components for your chat context. It also includes an important fix so that Supabase edge functions are re-deployed when you restore/undo. Release notes: https://www.dyad.sh/docs/releases/0.28.0 Download it: https://www.dyad.sh/download ## What's Changed * Release 0.27.x by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1768 * feat: multi-component-selector by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/1728 * Re-deploy all supabase edge function when revert version by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1787 * bump to 0.28.0-beta.1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1795 * Support GPT-5.1: smarter, faster, and more conversational for complex tasks by @princeaden1 in https://github.com/dyad-sh/dyad/pull/1783 * Gemini 3 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1819 * v0.28 stable by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1820 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v0.27.0...v0.28.0