Skip to content

v0.0.4

Choose a tag to compare

@het0814 het0814 released this 27 Apr 23:01
· 866 commits to main since this release
7b8e3a6

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: v0.0.3...v0.0.4