v0.0.5
Release Notes for v0.0.5
This release fixes a Web UI authentication issue that blocked memories and graph data after activating an agent via the CLI, and simplifies first-run setup to a single API key step.
Improvements
-
Web UI
- Dashboard, Memory Explorer, recall, and analytics views now load correctly after
memanto agent activate; the incorrect “Session may be expired” and “Activate an agent via CLI to explore memories” states are resolved. - Existing api_key_preview and has_active_session fields remain for backward compatibility with older UI surfaces.
- Dashboard, Memory Explorer, recall, and analytics views now load correctly after
-
CLI
- First-run
memantosetup is now a single-step onboarding flow: prompt for the Moorcheh API key and finish. - Removed the Schedule time (
HH:MM, 24h) prompt, related validation, and automaticScheduleManager().enable(...)call from onboarding.
- First-run
Tests
- Manual verification:
- After
memanto agent activate <id>, the Web UI loads memories, session details, and graph data without re-prompting. - First-run
memantono longer asks for a schedule time.
- After
Full Changelog
Full Changelog: v0.0.4...v0.0.5