v0.41.0
dyad-sh/dyadv0.41.0Mar 26, 2026by github-actions[bot]
AI Summary
This release improves agent reliability and output management, adding a media library and notifications for planning questionnaires. It enhances error handling with DyadError kinds and increases the default tool call step limit. The update also batches and throttles IPC app output to prevent log flooding.
Key Highlights
- Media library addition
- Notification for planning questionnaire
- Increase default max tool call steps from 50 to 100
- DyadError kinds and PostHog IPC exception filtering
- Batch and throttle IPC app output
New Features
- Capture IPC exceptions in PostHog
- Filter retry 429 telemetry noise
- Fix queued chat editing
- Use user message instead of assistant prefill for continuation retry
- Add tooltip to app name button in title bar
Full Release Notes
Full release notes: https://www.dyad.sh/docs/releases/0.41.0 ## What's Changed * fix(e2e): improve setup flow test reliability for Node.js detection by @wwwillchen-bot in https://github.com/dyad-sh/dyad/pull/2996 * Bump to v0.40.0 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3019 * fix: capture IPC exceptions in PostHog by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3022 * Filter retry 429 telemetry noise by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3024 * chore: stop auto-adding cc request in pr-push by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3025 * Media library by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/2950 * Adding notification for planning questionnaire by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/3028 * Fix queued chat editing to link component selections and annotations by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/3029 * fix: retry transient local agent server errors by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3044 * feat: increase default max tool call steps from 50 to 100 by @wwwillchen-bot in https://github.com/dyad-sh/dyad/pull/3053 * feat: DyadError kinds and PostHog IPC exception filtering by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3063 * perf: batch and throttle IPC app output to prevent log flooding by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3035 * fix: use user message instead of assistant prefill for continuation retry by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3027 * feat: add tooltip to app name button in title bar by @wwwillchen-bot in https://github.com/dyad-sh/dyad/pull/3005 * Bump to v0.41.0-beta.1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/3064 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v0.40.0-beta.1...v0.41.0-beta.1