v0.12.1 — Web console login fix
Fixes the Web console login: it now shows a proper in-page token form instead of relying on a browser prompt() dialog (which browsers could suppress and which stacked up under the page's parallel API calls, leaving users unable to log in).
- A 401 clears the stored token and reveals the login form.
- Entering the token stores it in
localStorageand reloads — no more prompt() popups.
Verified end-to-end in the browser. Docker image auto-published to yamantaka520/agent-memory-os:0.12.1.
Upgrade
pip install -U 'agent-memory-os[full]'🤖 Generated with Claude Code