v10.0.1
thedotmack/claude-memv10.0.1Feb 11, 2026by thedotmack
AI Summary
This release v10.0.1 introduces real-time SSE observation streaming for OpenClaw agent sessions, enabling connected clients to receive live observations. It also adds EnvManager support for OpenClaw environment configuration and fixes a type error with nullable project fields.
Key Highlights
- Enabled SSE observation feed for OpenClaw agent sessions with real-time streaming
- Fixed ObservationSSEPayload.project type to be nullable to prevent type errors
- Added EnvManager support for OpenClaw environment configuration
- Rebuilt worker service and MCP server with latest changes
New Features
- SSE observation feed for OpenClaw agent sessions (real-time streaming of observations to connected clients)
- EnvManager support for OpenClaw environment configuration
Full Release Notes
## What's Changed ### OpenClaw Observation Feed - Enabled SSE observation feed for OpenClaw agent sessions, allowing real-time streaming of observations to connected OpenClaw clients - Fixed `ObservationSSEPayload.project` type to be nullable, preventing type errors when project context is unavailable - Added `EnvManager` support for OpenClaw environment configuration ### Build Artifacts - Rebuilt worker service and MCP server with latest changes