You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: defensive null guards in tool formatters and DuckDB concurrent access retry (#570)
- Add null/undefined guards across 8 tool formatters to prevent literal
`undefined` in user-facing output (sql-analyze, schema-inspect,
sql-translate, dbt-manifest, finops-analyze-credits, warehouse-list,
altimate-core-check, altimate-core-rewrite)
- Add `error: msg` to catch block metadata in schema-inspect,
dbt-manifest, warehouse-list so telemetry can classify exceptions
- DuckDB driver: auto-retry in `READ_ONLY` mode on `database is locked`
errors, with clear actionable error message
- Add simulation suite (839 mock + 346 real E2E scenarios) covering
10 personas x 11 dialects x 14 use-case categories
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments