v1.1.0
dyad-sh/dyadv1.1.0May 27, 2026by github-actions[bot]
AI Summary
This release focuses on user experience enhancements and workflow improvements, featuring a 'mini plan' for new app creation and Claude adaptive thinking options. It introduces a redesigned back button and better preview loading screens. The update also improves Neon integration and provides better guidance for pnpm usage.
Key Highlights
- 'Mini plan' when creating new apps
- Claude adaptive thinking and configurable thresholds
- Improved preview loading screen and error UX
- Redesigned shared BackButton component
- Neon integration: unified db section and automated Vercel config
New Features
- Refactor big IPC handlers
- Treat preview stderr deprecations as warnings
- Gate pnpm installs by package release age
- Show Node download for pnpm v11 requirement
- Trim packaged app artifacts
Full Release Notes
Full release notes: https://www.dyad.sh/docs/releases/1.1.0 ## What's Changed * Enable sandbox script by default and bump mustardscript by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3464 * Feat: Adding a mini plan when creating new apps by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/3093 * Improve thinking: enable Claude adaptive thinking and configurable th… by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3466 * Show a better preview loading screen & error UX by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3465 * Consolidate back buttons into shared BackButton component and redesign by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/3438 * Bump to v1.1.0-beta.1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3467 * Refactor big IPC handlers by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3457 * Refine posthog telemetry for execute sandbox script by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3471 * Treat preview stderr deprecations and npm warns as warnings by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3473 * Remove ci3 from nightly runner cleanup by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3477 * Gate pnpm installs by package release age & guide towwards pnpm usage by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3468 * Fix preview AI action gating on app exit failure by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3479 * Show Node download for pnpm v11 requirement by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3478 * Tighten Neon auth proxy header guidance by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3474 * Transition animation results in flickering when switching apps by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3481 * Gate pnpm warning and use available pnpm by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3483 * Surface pnpm preview startup errors by @keppo-bot[bot] in https://github.com/dyad-sh/dyad/pull/3482 * Fix generated pnpm workspace config by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3486 * Bump to v1.1.0 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3507 * Increase session debug log tail by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3508 * Filter community templates in app blueprint dropdown by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3509 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v1.0.0...v1.1.0