v0.0.4
Release Notes for v0.0.4
This release improves first-time and day-to-day CLI usage by clarifying that basic CLI workflows do not require a local server, documents auto-session behavior on memanto agent create, aligns docs with memanto as the setup entrypoint, and polishes console output around the local REST API naming and success messages.
Improvements
- Onboarding & docs
- README quick start de-emphasizes
memanto serveas a prerequisite; users can runmemanto, create an agent, and try memories without keeping a local API process running. - Installation and user guides explain optional
memanto servefor HTTP/REST use, and updated “next steps” after setup. - Agent integration guide shortens quick start (create → remember → recall), notes optional
serve, and updates Python examples for create vs activate. - Session architecture doc notes that
memanto agent createauto-activates in the CLI. .env.exampleuses a clearer API key placeholder and updated exampleANSWER_MODELcomment.
- README quick start de-emphasizes
- CLI
memanto status/memanto serveuse Local REST API wording; healthy API shows online; offline messaging and panel styling updated.- Success messages drop the
OKprefix (agent create, remember, upload, daily summary flows). - Welcome Quick Start lists
memanto ui, reorders commands, and describesmemanto serveas starting the local REST API.
memanto connect list- Column Agent Name (styling adjusted); rows show agent
nameinstead ofdisplay_name.
- Column Agent Name (styling adjusted); rows show agent
Tests
- Full test suite passes locally:
54 passed.
Behavioral changes
memanto agent createalready started a session automatically; documentation and Quick Start now consistently reflect that separatememanto agent activateis usually unnecessary right after create.- Default session/extension examples in docs reference 6 hours where updated (aligned with CLI behavior where applicable).
memanto connect listdisplaysnamerather thandisplay_namewhen they differ.
Full Changelog
Full Changelog: v0.0.3...v0.0.4