v0.0.3
moorcheh-ai/memantov0.0.3Apr 24, 2026by Neelpatel1604
AI Summary
Improves first-time CLI experience by auto-activating sessions on agent creation and updating quick start guides.
Key Highlights
- `memanto agent create` now starts a session automatically
- Quick start shows `memanto serve` first
- Updated documentation for CLI workflows
New Features
- Auto-session activation on agent creation
- Quick start guide updated to reflect auto-session behavior
- Updated CLI tests for auto-session behavior
Full Release Notes
# 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.