Skip to content

v0.0.3

Choose a tag to compare

@Neelpatel1604 Neelpatel1604 released this 24 Apr 18:32
· 871 commits to main since this release
89a7874

Release Notes for v0.0.3

This release improves first-time CLI experience with a simpler onboarding flow.

Improvements

  • Quick start now shows memanto serve first.
  • Users are guided to open a new terminal for agent commands.
  • memanto agent create <agent-id> now starts a session automatically.
  • memanto serve now prints a clear “next step” hint.
  • Docs updated in:
    • README.md
    • docs/CLI_USER_GUIDE.md
    • docs/CLI_INSTALLATION.md
    • docs/AGENT_INTEGRATION_GUIDE.md

Tests

  • Updated CLI tests for auto-session behavior on agent creation.
  • Full test suite passes locally: 54 passed.

Behavioral Change

  • memanto agent create now auto-activates a session, so separate memanto agent activate is usually not required in quick start flow.