openclaw-v1.0.8

mem0ai/mem0openclaw-v1.0.8Apr 22, 2026by whysosaket

AI Summary

New features for OSS mode including an interactive onboarding wizard, agent-friendly CLI with JSON output, and non-interactive setup options.

Key Highlights

  • New OSS Onboarding Wizard with 4-step interactive setup
  • Added --json flag to all 16 CLI commands for machine-readable output
  • Added --mode open-source with flags for fully automated OSS configuration
  • New JSON Helpers Module with utilities for consistent structured output

New Features

  • OSS Onboarding Wizard
  • Agent-Friendly CLI
  • Non-Interactive OSS Setup
  • JSON Helpers Module

Full Release Notes

## Mem0 OpenClaw Plugin (v1.0.8)

**New Features:**
- **OSS Onboarding Wizard:** New guided 4-step interactive setup for open-source mode — walks through LLM provider, embedding provider, vector store, and user ID selection with prefilled defaults
- **Agent-Friendly CLI:** Added `--json` flag to all 16 CLI commands for machine-readable output. Agents can call `openclaw mem0 help --json` to discover every command and flag
- **Non-Interactive OSS Setup:** Added `--mode open-source` with `--oss-llm`, `--oss-embedder`, `--oss-vector` flags for fully automated OSS configuration without prompts
- **JSON Helpers Module:** New `cli/json-helpers.ts` with `jsonOut`, `jsonErr`, and `redactSecrets` utilities for consistent structured output

**Improvements:**
- **Init Flow Redesigned:** Replaced 3-option flat menu with 2-level structure: Platform (email login or API key) and Open Source (guided wizard)
- **Provider Selection:** LLM providers: OpenAI, Ollama, Anthropic. Embedding providers: OpenAI, Ollama. Vector stores: Qdrant, PGVector
- **Input Prefill:** All prompts with defaults (base URL, user ID) now prefill the input field instead of showing defaults in brackets
- **Smart Reuse:** When LLM and embedder use the same provider, API key and base URL are automatically reused from the LLM step
- **Default Model:** Updated default LLM model to `gpt-5-mini`
- **Manifest Compliance:** Removed undocumented fields, aligned env var declarations between SKILL.md and manifest, fixed `configSchema.required` for clean installs