| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-05 | 593 Bytes | |
| v0.22.2-beta.1 source code.tar.gz | 2026-06-05 | 15.7 MB | |
| v0.22.2-beta.1 source code.zip | 2026-06-05 | 16.7 MB | |
| Totals: 3 Items | 32.4 MB | 0 | |
What's Changed
Fixes
- Fixed a query audit error that occurred during desktop authentication flows, improving reliability of entitlement checks.
Improvements
- Added desktop-local action authentication support with snapshot-based fallback, enabling more robust and responsive auth handling in the Electron desktop app—especially during offline or low-connectivity scenarios.
Internal
- Refactored action context logic across web and desktop environments to unify authentication flow handling, including new
context.desktop-local.tsand updates to shared context modules.