v0.39.0
dyad-sh/dyadv0.39.0Mar 9, 2026by github-actions[bot]
AI Summary
Focused on stability and tooling improvements, this release addresses Supabase integration reliability and expands agent capabilities by increasing tool call limits and updating the SQL execution tool.
Key Highlights
- Increased tool call limit to 50
- Updated Supabase prompt to use `execute_sql` tool
- Fix for stale Supabase organization credentials
- Prevention of concurrent file copying errors
New Features
- Tool call limit increase
- Supabase SQL execution tool update
- Stale settings read fix
Full Release Notes
Full release notes: https://www.dyad.sh/docs/releases/0.39.0 ## What's Changed * Prevent concurrent file copying by @azizmejri1 in https://github.com/dyad-sh/dyad/pull/2841 * Update Supabase prompt to use execute_sql tool for database operations by @wwwillchen in https://github.com/dyad-sh/dyad/pull/2829 * Bump to v0.39.0-beta.1 by @wwwillchen in https://github.com/dyad-sh/dyad/pull/2855 * fix: prevent supabase org credentials from being lost due to stale settings reads by @wwwillchen in https://github.com/dyad-sh/dyad/pull/2821 * Fix gitAdd to skip staging files ignored by .gitignore by @wwwillchen-bot in https://github.com/dyad-sh/dyad/pull/2707 * fix: increase tool call limit to 50 and show clear pause message by @wwwillchen-bot in https://github.com/dyad-sh/dyad/pull/2828 **Full Changelog**: https://github.com/dyad-sh/dyad/compare/v0.38.0...v0.39.0