Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

0.16.5

VersionRelease Date
0.16.52026-03-20

Archia Desktop

🐛 Bug Fixes

IssueTitleDescription
PRO-715Fix spinner not showingFixed the loading spinner not appearing at all during tool call execution
PRO-832Agents not stored in historyFixed agents used in a chat not persisting across full app restarts, only across navigation
PRO-1123Fix sandbox boot issues in local devResolved sandbox boot failures occurring in the local development environment

✨ Improvements

IssueTitleDescription
PRO-1191Improve agent creation UXImproved the agent creation flow to reduce confusion around the Open Prompt Editor action
PRO-1221Refactor global signal reads out of utility functionsRefactored 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

IssueTitleDescription
PRO-1170Fix conflicting deploy messagesResolved conflicting success and failure messages appearing simultaneously during amplify deploy
PRO-1214Fix duplicated page descriptionFixed a page description being rendered twice in the console UI
PRO-1225Fix false insufficient_tokens errorFixed secure-remote requests for priv-claude-opus-4-6-fast failing with insufficient_tokens despite the organization having available budget
PRO-1269Fix timer email not respecting recipient removalFixed 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

IssueTitleDescription
PRO-1140Long-term receipt storageAdded durable storage for Stripe receipts so receipt links no longer expire over time
PRO-1215Remove Available Plans from billing pageRemoved the available plan cards and section from the console billing page
PRO-1216Receipt data modelAdded database columns to store all data needed to render self-hosted receipt pages, including a public receipt token
PRO-1217Capture receipt data from StripeExtended the checkout webhook to extract receipt-relevant fields from the Stripe Charge object and persist them
PRO-1218Self-hosted receipt templateCreated an HTML receipt template with Archia branding using the ramhorns templating engine
PRO-1219Public receipt endpointAdded a new public endpoint GET /v1/billing/topup/receipt/{token} that renders a top-up receipt as an HTML page
PRO-1220Console links to self-hosted receiptsUpdated the console billing page to link top-up history entries to the self-hosted receipt endpoint instead of expiring Stripe URLs
PRO-1235Reduce noisy log outputDowngraded the frequent “EMPTY CHOICE CONTENT” log messages from error level to trace level
PRO-1270Harden admin auth and previewMoved admin session persistence to opt-in sessionStorage, added token validation on restore, and sandboxed the email template preview iframe
PRO-1279Dirty-check on timer Save buttonThe Save button on the timer edit form is now disabled when no fields have changed

Summary

CategoryCount
Features0
Bug Fixes9
Improvements11
Total Completed20