0.16.5
| Version | Release Date |
|---|---|
| 0.16.5 | 2026-03-20 |
Archia Desktop
🐛 Bug Fixes
| Issue | Title | Description |
|---|---|---|
| PRO-715 | Fix spinner not showing | Fixed the loading spinner not appearing at all during tool call execution |
| PRO-832 | Agents not stored in history | Fixed agents used in a chat not persisting across full app restarts, only across navigation |
| PRO-1123 | Fix sandbox boot issues in local dev | Resolved sandbox boot failures occurring in the local development environment |
✨ Improvements
| Issue | Title | Description |
|---|---|---|
| PRO-1191 | Improve agent creation UX | Improved the agent creation flow to reduce confusion around the Open Prompt Editor action |
| PRO-1221 | Refactor global signal reads out of utility functions | Refactored 16 non-component utility functions to accept data as parameters instead of internally reading Dioxus global signals, improving reactive tracking correctness |
Archia Cloud
🐛 Bug Fixes
| Issue | Title | Description |
|---|---|---|
| PRO-1170 | Fix conflicting deploy messages | Resolved conflicting success and failure messages appearing simultaneously during amplify deploy |
| PRO-1214 | Fix duplicated page description | Fixed a page description being rendered twice in the console UI |
| PRO-1225 | Fix false insufficient_tokens error | Fixed secure-remote requests for priv-claude-opus-4-6-fast failing with insufficient_tokens despite the organization having available budget |
| PRO-1269 | Fix timer email not respecting recipient removal | Fixed a bug where removing an email from the timer recipients list did not stop email delivery; email notification is now determined solely by the recipients list |
✨ Improvements
| Issue | Title | Description |
|---|---|---|
| PRO-1140 | Long-term receipt storage | Added durable storage for Stripe receipts so receipt links no longer expire over time |
| PRO-1215 | Remove Available Plans from billing page | Removed the available plan cards and section from the console billing page |
| PRO-1216 | Receipt data model | Added database columns to store all data needed to render self-hosted receipt pages, including a public receipt token |
| PRO-1217 | Capture receipt data from Stripe | Extended the checkout webhook to extract receipt-relevant fields from the Stripe Charge object and persist them |
| PRO-1218 | Self-hosted receipt template | Created an HTML receipt template with Archia branding using the ramhorns templating engine |
| PRO-1219 | Public receipt endpoint | Added a new public endpoint GET /v1/billing/topup/receipt/{token} that renders a top-up receipt as an HTML page |
| PRO-1220 | Console links to self-hosted receipts | Updated the console billing page to link top-up history entries to the self-hosted receipt endpoint instead of expiring Stripe URLs |
| PRO-1235 | Reduce noisy log output | Downgraded the frequent “EMPTY CHOICE CONTENT” log messages from error level to trace level |
| PRO-1270 | Harden admin auth and preview | Moved admin session persistence to opt-in sessionStorage, added token validation on restore, and sandboxed the email template preview iframe |
| PRO-1279 | Dirty-check on timer Save button | The Save button on the timer edit form is now disabled when no fields have changed |
Summary
| Category | Count |
|---|---|
| Features | 0 |
| Bug Fixes | 9 |
| Improvements | 11 |
| Total Completed | 20 |