Skip to content

v0.12.1 — Web console login fix

Choose a tag to compare

@yamantaka520 yamantaka520 released this 11 Jul 14:02

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 localStorage and 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