| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| beta-mac.yml | 2026-03-20 | 524 Bytes | |
| Dory-0.4.3-beta.0-arm64-mac.zip.blockmap | 2026-03-20 | 171.1 kB | |
| Dory-0.4.3-beta.0-arm64.dmg.blockmap | 2026-03-20 | 184.1 kB | |
| Dory-0.4.3-beta.0-arm64.dmg | 2026-03-20 | 176.7 MB | |
| Dory-0.4.3-beta.0-arm64-mac.zip | 2026-03-20 | 170.6 MB | |
| beta.yml | 2026-03-20 | 358 Bytes | |
| Dory.Setup.0.4.3-beta.0.exe.blockmap | 2026-03-20 | 156.3 kB | |
| Dory-0.4.3-beta.0-win.zip | 2026-03-20 | 201.6 MB | |
| Dory.Setup.0.4.3-beta.0.exe | 2026-03-20 | 154.4 MB | |
| Dory.0.4.3-beta.0.exe | 2026-03-20 | 154.2 MB | |
| README.md | 2026-03-20 | 1.1 kB | |
| v0.4.3-beta.0 source code.tar.gz | 2026-03-20 | 9.4 MB | |
| v0.4.3-beta.0 source code.zip | 2026-03-20 | 10.2 MB | |
| Totals: 13 Items | 877.7 MB | 0 | |
What's Changed
Features & Improvements
- Organization-first routing: Updated app routing and authentication flows to use
organizationas the primary namespace (e.g.,/[organization]/[connectionId]/chatbot), replacing team-based paths for improved multi-tenancy and clarity. - Simplified auth logic: Removed reliance on
defaultTeamIdacross authentication endpoints (/electron/auth/consume,/finalize) and core auth utilities, streamlining organization context resolution.
Fixes
- Dependency cleanup: Removed unknown/unresolved dependencies from
package.jsonand regeneratedyarn.lockto ensure consistent, reproducible installs.
Internal
- Database migration updates: Refactored migration tooling and applied new schema versions for both
pgliteand PostgreSQL backends to align with the organization-centric data model. - Codebase refactoring: Consolidated auth and organization context handling into a dedicated organization plugin; updated over 650 files to adopt the new structure and remove legacy team-specific logic.