v10.0.6
thedotmack/claude-memv10.0.6Feb 13, 2026by thedotmack
AI Summary
This release v10.0.6 fixes two OpenClaw-related bugs: one where MEMORY.md context injection wasn't querying both base and agent-scoped project names, and another allowing feeds to use a dedicated Telegram botToken instead of the gateway bot token. The OpenClaw plugin type was also changed from 'integration' to 'memory' for accuracy.
Key Highlights
- Fixed MEMORY.md project query to include both base project name (e.g., 'openclaw') and agent-scoped project name (e.g., 'openclaw-main') for correct context injection
- Added dedicated botToken support for Telegram feeds, allowing direct message delivery bypassing the OpenClaw gateway
- Changed OpenClaw plugin kind from 'integration' to 'memory' for accurate classification
New Features
- Feed botToken configuration for direct Telegram message delivery
Full Release Notes
## Bug Fixes - **OpenClaw: Fix MEMORY.md project query mismatch** — `syncMemoryToWorkspace` now includes both the base project name and the agent-scoped project name (e.g., both "openclaw" and "openclaw-main") when querying for context injection, ensuring the correct observations are pulled into MEMORY.md. - **OpenClaw: Add feed botToken support for Telegram** — Feeds can now configure a dedicated `botToken` for direct Telegram message delivery, bypassing the OpenClaw gateway channel. This fixes scenarios where the gateway bot token couldn't be used for feed messages. ## Other - Changed OpenClaw plugin kind from "integration" to "memory" for accuracy.