v0.19.0
dyad-sh/dyadv0.19.0Sep 2, 2025by github-actions[bot]
AI Summary
v0.19.0 introduces experimental Docker support to enable safer code execution in sandboxed containers. It also features updated Supabase Edge Function handling and various UI fixes to address layout issues.
Key Highlights
- Experimental Docker support for safer code execution
- Updated Supabase Edge Function handling
- Prompt alignment to TypeScript (.tsx/.ts) to avoid drift
- Fix for SetupBanner cut off issue in chat
- Fix text overflow in chat messages
New Features
- Support dyad docker
- Parameterize sys prompt
Full Release Notes
Dyad v0.19.0 introduces experimental Docker support for safer code execution in sandboxed containers, along with updated Supabase Edge Function handling and 3 new community templates! [](https://www.dyad.sh/docs/releases/0.19.0) Full release notes: https://www.dyad.sh/docs/releases/0.19.0 ## What's Changed * style(chat): solve the issue where the SetupBanner is cut off by @guaoo in https://github.com/dyad-sh/dyad/pull/1078 * fix contrib format by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1083 * Parameterize sys prompt by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1082 * verify jwt to false by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1085 * Fix package.json by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1080 * Read JSON by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1081 * Prompts: align examples to TypeScript (.tsx/.ts) to avoid .jsx drift by @antont in https://github.com/dyad-sh/dyad/pull/1076 * Support dyad docker by @wwwillchen in https://github.com/dyad-sh/dyad/pull/674 * bump to beta v0.19 1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/1094 * fix text overflow in chat messages by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/1073 ## New Contributors * @azizmejri1 made their first contribution in https://github.com/dyad-sh/dyad/pull/1073 * @guaoo made their first contribution in https://github.com/dyad-sh/dyad/pull/1078 * @antont made their first contribution in https://github.com/dyad-sh/dyad/pull/1076 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v0.18.0...v0.19.0