You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ogm-lm release binary name for Linux, macOS, Windows, and Docker images.
Added native one-line harness connector commands:
ogm-lm --h <harness>
ogm-lm harness install --harness <name>
ogm-lm harness print --harness <name>
ogm-lm harness doctor --harness <name>
Added harness connector engine modes: binary, docker, script, and http.
Added MCP connector generation for OpenCode, Claude Code, Hermes, stdio, and Streamable HTTP endpoints.
Added local ogm-memory skill/policy installation for supported harnesses.
Added benchmark and evaluation coverage for retrieval metrics, LoCoMo-style evaluation, BEAM-like technical memory evaluation, and recall/commit/observe performance.
Added native MCP stdio and Streamable HTTP memory tools for agent harnesses.
Added project-scoped authentication, scoped API keys, REST memory APIs, graph operations, backup/restore/integrity, retention, legal holds, and a minimal admin console.
Changed
Renamed packaged release artifacts to include ogm-lm; Docker keeps an ogm-lightweight symlink for compatibility.
Clarified the engine-first harness connector model: the connector installs MCP config, env references, and skill policy for an existing engine; it does not bootstrap admins, create projects, create API keys, migrate databases, or start the engine.
Updated documentation for MVP capabilities, operational commands, agent harness integration, and release binary usage.
Fixed
Fixed CLI and MCP configuration handling.
Fixed recall and mutation behavior in SQLite-backed memory flows.
Fixed admin credential workflows.
Fixed FTS token handling for identifiers containing underscores.
Fixed security, JSON schema, runtime, and transport edge cases found during MVP audit.
Verified
go test ./...
Harness connector print smoke test.
Harness connector apply smoke test with placeholder environment values in a temporary config home.