v1.14.0
dyad-sh/dyadv1.14.0Sep 9, 2026by github-actions[bot]
AI Summary
This release focuses on stabilizing testing infrastructure, enhancing AI agent capabilities with the OpenAI Responses API and a new 'Auto' model, and improving the developer experience through better error handling and log preservation. It also restores Supabase as the default integration provider and adds support for Coolify server setup via SSH.
Key Highlights
- Enhanced AI capabilities with the OpenAI Responses API and the addition of an 'Auto (balanced)' model.
- Restored Supabase as the default integration provider and added support for setting up Coolify servers via SSH.
- Improved UX with collapsed code panels by default, preserved runtime logs, and more actionable error messages.
- Stabilized critical E2E and Windows unit tests while fixing CI race conditions.
New Features
- Create Supabase projects from an app's database connector
- Set up a Coolify server over SSH
- Add Auto (balanced) model
- Collapse code panel folders by default
- Surface actionable Implementer subagent failures
Full Release Notes
Full release notes: https://www.dyad.sh/docs/releases/1.14.0 ## What's Changed * Stabilize catalog E2E and Windows unit tests by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4413 * feat: create Supabase projects from an app's database connector by @RyanGroch in https://github.com/dyad-sh/dyad/pull/4401 * feat(coolify): set up a Coolify server over SSH by @RyanGroch in https://github.com/dyad-sh/dyad/pull/4326 * Label Auto Sidekick as experimental by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4447 * Collapse code panel folders by default by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4457 * Surface actionable Implementer subagent failures by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4448 * Preserve runtime logs across app restarts by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4446 * Default integration setup to Neon and track provider choices by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4459 * Encourage more project-wide TypeScript check & add experiment to always do project-wide checks by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4463 * Show actionable details when copying an app fails by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4461 * Surface commit errors in commit dialogs by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4462 * Add actionable diagnostics for bundled Git launch failures by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4411 * Bump to v1.14.0-beta.1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4464 * Add Auto (balanced) model by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4458 * Issue triage v2: one helpful first reply instead of a duplicate list by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4467 * Dismiss GitHub push success message after five seconds by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4465 * Restore Supabase as default integration provider by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4474 * Clear worker caches for repeated preview auth failures by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4475 * Prevent stale Neon cookies from breaking preview auth by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4476 * Fix CI races in editor, queue, and firewall tests by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4469 * Use Responses API for OpenAI models across chat modes by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4530 * Bump to v1.14.0-beta.2 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4531 * Use macOS 26 Intel runner for releases by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4479 * Bump to v1.14.0 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4538 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v1.13.0...v1.14.0