| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.11.0-x64.zip | 2026-05-06 | 209.2 MB | |
| Dory-0.11.0-arm64.dmg.blockmap | 2026-05-06 | 220.4 kB | |
| Dory-0.11.0-x64.dmg.blockmap | 2026-05-06 | 225.7 kB | |
| Dory-0.11.0-x64.zip.blockmap | 2026-05-06 | 206.4 kB | |
| builder-debug.yml | 2026-05-06 | 861 Bytes | |
| latest-arm64-mac.yml | 2026-05-06 | 490 Bytes | |
| Dory-0.11.0-arm64.zip.blockmap | 2026-05-06 | 198.4 kB | |
| latest-mac.yml | 2026-05-06 | 790 Bytes | |
| latest-x64-mac.yml | 2026-05-06 | 484 Bytes | |
| Dory-0.11.0-arm64.zip | 2026-05-06 | 202.0 MB | |
| Dory-0.11.0-x64.dmg | 2026-05-06 | 216.0 MB | |
| Dory-0.11.0-arm64.dmg | 2026-05-06 | 208.7 MB | |
| latest.yml | 2026-05-06 | 340 Bytes | |
| Dory-Setup-0.11.0.exe.blockmap | 2026-05-06 | 171.6 kB | |
| Dory-Setup-0.11.0.exe | 2026-05-06 | 170.7 MB | |
| Dory-Portable-0.11.0.exe | 2026-05-06 | 168.0 MB | |
| README.md | 2026-05-06 | 2.2 kB | |
| v0.11.0 source code.tar.gz | 2026-05-06 | 14.2 MB | |
| v0.11.0 source code.zip | 2026-05-06 | 15.0 MB | |
| Totals: 19 Items | 1.2 GB | 1 | |
What's Changed
AI-Powered Result Insights
- Introduced AI profiling for SQL result sets, automatically generating descriptive summaries, statistical insights, and actionable recommendations directly in the SQL Console.
- Added a dedicated Summary tab and Result Set Insights panel to the result table UI, surfacing AI-generated context like data distribution, outliers, correlations, and potential anomalies.
- Launched AI-powered analysis actions, including quick transformations (e.g., “Filter top 10”, “Pivot by category”) and natural-language-driven chart suggestions—accessible via the Copilot Panel and Result Overview.
UX & Performance Improvements
- Stabilized layout behavior: Fixed flickering and misalignment when switching between table/chart/summary tabs; headers and charts now maintain consistent positioning.
- Optimized result caching: Prevented unnecessary invalidation of result caches during metadata-only updates (e.g., column renaming), improving query re-execution speed.
- Refined chart tooling: Unified auto-chart generation logic across result profiles, updated the chart control bar with better bucketing and action grouping, and improved canvas responsiveness.
Fixes
- Resolved an infinite sorting update loop in the virtualized result table that caused UI freezes during interactive sorting.
- Eliminated duplicate AI insight prefetches and tuned loading timing to reduce latency and redundant API calls when rendering results.
Internal
- Unified backend analysis infrastructure: consolidated
ai/result-insightsandanalysis/runendpoints, refactored prompt engineering (result.insights.ts), and introduced reusable types for result-context, actions, and chart profiles. - Added comprehensive test coverage for result-set insights and analysis suggestions (
result-set-insights.test.ts,analysis-suggestions.test.ts).