v0.0.7

moorcheh-ai/memantov0.0.7May 1, 2026by het0814

AI Summary

Fixes a regression in the Web UI dashboard where data failed to load due to API key masking and improves UI session state handling.

Key Highlights

  • Web UI dashboard authentication fix
  • Restored full API key transmission for backend authentication
  • UI correctly initializes session state upon login

New Features

  • Web UI dashboard, Memory Explorer, recall, and analytics views load correctly after agent activation
  • Security polish: api_key_preview remains masked in UI display

Full Release Notes

# Release Notes for v0.0.7


This release fixes a regression in the Web UI dashboard where data would fail to load due to a masked API key being used for backend authentication.

## Improvements

- **UI Dashboard**
  - Authentication Fix: Restored the transmission of the full API key in the configuration response. This ensures the dashboard can properly authenticate its requests to the Memanto server while still maintaining a masked display in the settings tab.
  - Security Polish: The api_key_preview field remains masked (........XXXXXX) to fulfill the requirement of hiding sensitive credentials from the UI display without breaking backend functionality. 
## Tests

- Full test suite passes locally: **`54 passed`**.
- Verified UI connectivity

## Behavioral changes

- The UI dashboard now correctly initializes its session state upon login, resolving the "no data" issue reported in the previous version.

## Full Changelog

Full Changelog: https://github.com/moorcheh-ai/memanto/compare/v0.0.6...v0.0.7