v1.11.0
tractordev/apptronv1.11.0Aug 18, 2026by github-actions[bot]
AI Summary
Introduces significant new capabilities including self-hosted deployment via Coolify, durable agent teams, and advanced testing features like recording Playwright tests directly from the preview.
Key Highlights
- Deploy apps to a self-hosted server using Coolify
- Add durable Agent teams with safe mode and tool gating
- Route Value model through OpenAI Responses API
- Stabilize recorded test selectors
- Add manual Supabase Edge Function redeployment
New Features
- Deflake E2E waits for background app operations
- Enforce preview proxy frame-ancestors CSP to block remote framing
- Fix Claude issue triage artifact generation
- Open a file's diff from the commit dialogs
- Mark uncommitted and unsaved files in the code editor file tree
- Add app blueprint posthog telemetry
- Record Playwright tests from the preview
- Add model-specific effort levels per chat
- Fix recorded-test assertion model configuration
- Improve prompt guidance for questionnaire, esp. for app blueprints
- Stabilize fragile recorded test selectors
- Route Value model through OpenAI Responses API
- Restore durable queued prompts across app restarts
- Fix Value model reasoning and model picker interactions
- Add durable Agent teams with safe mode and tool gating
- Keep reload shortcuts scoped to the app preview
- Fix queue revision error when stopping chat
- Attach the recorded-test proposal to the chat input
- Polish model picker and agent card surfaces
- Add manual Supabase Edge Function redeployment
- Stabilize main CI across preview, queue, and Git flows
- Fix issue triage artifact permission
- Allow new chats during E2E tests and recordings
Full Release Notes
Full release notes: https://www.dyad.sh/docs/releases/1.11.0 ## What's Changed * Deflake E2E waits for background app operations by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4242 * Enforce preview proxy frame-ancestors CSP to block remote framing by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4234 * Fix Claude issue triage artifact generation by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4248 * Open a file's diff from the commit dialogs by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4228 * Mark uncommitted and unsaved files in the code editor file tree by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4229 * Add app blueprint posthog telemetry by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4252 * Record Playwright tests from the preview by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4245 * Add model-specific effort levels per chat by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4255 * Fix recorded-test assertion model configuration by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4269 * Improve prompt guidance for questionnaire, esp. for app blueprints by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4247 * feat: stabilize fragile recorded test selectors by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4268 * Route Value model through OpenAI Responses API by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4271 * Restore durable queued prompts across app restarts by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4270 * Fix Value model reasoning and model picker interactions by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4273 * Add durable Agent teams with safe mode and tool gating by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/3926 * Keep reload shortcuts scoped to the app preview by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4261 * Fix queue revision error when stopping chat by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4272 * Attach the recorded-test proposal to the chat input by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/4262 * Polish model picker and agent card surfaces by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4274 * Add manual Supabase Edge Function redeployment by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4232 * Bump to v1.11.0-beta.1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4276 * Stabilize main CI across preview, queue, and Git flows by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4279 * feat(coolify): deploy apps to a self-hosted server by @RyanGroch in https://github.com/dyad-sh/dyad/pull/4187 * Fix issue triage artifact permission by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4280 * Allow new chats during E2E tests and recordings by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/4281 * Bump to v1.11.0 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/4300 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v1.10.0...v1.11.0