| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Dory-0.7.9-arm64.zip.blockmap | 2026-04-15 | 200.3 kB | |
| Dory-0.7.9-x64.dmg | 2026-04-15 | 216.8 MB | |
| Dory-0.7.9-x64.zip.blockmap | 2026-04-15 | 207.3 kB | |
| builder-debug.yml | 2026-04-15 | 861 Bytes | |
| Dory-0.7.9-arm64.zip | 2026-04-15 | 202.8 MB | |
| latest-arm64-mac.yml | 2026-04-15 | 486 Bytes | |
| latest-mac.yml | 2026-04-15 | 784 Bytes | |
| Dory-0.7.9-x64.zip | 2026-04-15 | 210.0 MB | |
| Dory-0.7.9-arm64.dmg.blockmap | 2026-04-15 | 220.4 kB | |
| latest-x64-mac.yml | 2026-04-15 | 480 Bytes | |
| Dory-0.7.9-arm64.dmg | 2026-04-15 | 209.5 MB | |
| Dory-0.7.9-x64.dmg.blockmap | 2026-04-15 | 225.9 kB | |
| latest.yml | 2026-04-15 | 337 Bytes | |
| Dory-Setup-0.7.9.exe.blockmap | 2026-04-15 | 172.3 kB | |
| Dory-Setup-0.7.9.exe | 2026-04-15 | 171.4 MB | |
| Dory-Portable-0.7.9.exe | 2026-04-15 | 168.7 MB | |
| README.md | 2026-04-15 | 1.2 kB | |
| v0.7.9 source code.tar.gz | 2026-04-15 | 14.0 MB | |
| v0.7.9 source code.zip | 2026-04-15 | 14.8 MB | |
| Totals: 19 Items | 1.2 GB | 0 | |
What's Changed
Fixes
- Fixed a prompt error when using multiple databases (MySQL + ClickHouse) in AI-assisted SQL generation.
- Fixed chatbot layout issues and improved aggregation of agent tool execution steps for clearer visibility.
Improvements
- Enhanced SQL safety checks to allow
PRAGMAandDESCRIBEstatements in read-only mode—enabling broader compatibility with SQLite and other dialects. - Simplified and refined SQL result rendering: intermediate retries are now hidden, folding behavior is more intuitive, and spacing around results is tighter and more consistent.
- Updated the chatbot sidebar UI for better navigation and session management.
- Improved fallback handling and message rendering for SQL-related chat interactions, making errors and partial results more understandable.
- Allowed SSH private key selection without requiring file extensions (e.g., keys named
id_rsainstead ofid_rsa.pem). - Removed unnecessary background styling from chat tools and bundled the demo SQLite database (including
-shmand-walfiles) for reliable portable demos.
Internal
- Refactored AI tool and SQL result component styles for consistency and maintainability across the chat interface.