v0.0.4
moorcheh-ai/memantov0.0.4Apr 27, 2026by het0814
AI Summary
Clarifies that basic CLI workflows don't require a local server and improves documentation to reflect `memanto` as the primary entrypoint.
Key Highlights
- Clarifies basic CLI workflows don't require `memanto serve`
- Documentation updated to reflect auto-session behavior on agent create
- Polished console output around local REST API naming
New Features
- README quick start de-emphasizes `memanto serve` as a prerequisite
- CLI status/serve use 'Local REST API' wording
- Success messages drop the 'OK' prefix
- `memanto connect list` displays agent `name` instead of `display_name`
Full Release Notes
# 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 serve` as a prerequisite; users can run `memanto`, create an agent, and try memories without keeping a local API process running. - Installation and user guides explain optional **`memanto serve`** for 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 create` auto-activates** in the CLI. - `.env.example` uses a clearer API key placeholder and updated example **`ANSWER_MODEL`** comment. - **CLI** - `memanto status` / `memanto serve` use **Local REST API** wording; healthy API shows **online**; offline messaging and panel styling updated. - Success messages drop the **`OK`** prefix (agent create, remember, upload, daily summary flows). - Welcome Quick Start lists **`memanto ui`**, reorders commands, and describes **`memanto serve`** as starting the local REST API. - **`memanto connect list`** - Column **Agent Name** (styling adjusted); rows show agent **`name`** instead of **`display_name`**. ## Tests - Full test suite passes locally: **`54 passed`**. ## Behavioral changes - **`memanto agent create`** already started a session automatically; documentation and Quick Start now consistently reflect that separate **`memanto agent activate`** is usually unnecessary right after create. - Default session/extension examples in docs reference **6 hours** where updated (aligned with CLI behavior where applicable). - **`memanto connect list`** displays **`name`** rather than **`display_name`** when they differ. ## Full Changelog Full Changelog: https://github.com/moorcheh-ai/memanto/compare/v0.0.3...v0.0.4