claw-code/rust/crates
Ubuntu 373fc4eeb4 feat: add persistent auto-memory system
Implement a file-based persistent memory system that allows the AI to
retain knowledge about users, feedback, projects, and references across
sessions. Memory files use YAML frontmatter with markdown body, stored
at ~/.claw/projects/<workspace-hash>/memory/.

Key components:
- MemoryStore data layer with FNV-1a workspace fingerprinting
- MemoryRead/MemoryWrite tools with security hardening (path traversal,
  symlink, absolute path, and size limit protections)
- System prompt injection of MEMORY.md index with prompt injection
  mitigation (fenced code block + trust-lowering notice)
- autoMemoryEnabled config option (defaults to true)
- Doctor health check for auto-memory state
- /memory command enhancement showing persistent memory info

Tested end-to-end with Zhipu GLM-4-Flash via OpenAI-compatible routing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-09 08:46:31 +00:00
..
api fix(providers): parse Ollama reasoning fields 2026-06-08 10:08:32 +09:00
claw-analog Reject drifted claw-analog bootstrap phases 2026-05-25 19:33:37 +00:00
claw-rag-service feat(rag): add claw-rag-service 2026-05-25 11:25:25 +09:00
commands feat: add persistent auto-memory system 2026-06-09 08:46:31 +00:00
compat-harness feat: ultraclaw droid batch — ROADMAP #41 test isolation + #50 PowerShell permissions 2026-04-12 03:06:24 +09:00
mock-anthropic-service Stabilize final gate before release checkpoint 2026-05-15 13:34:57 +09:00
plugins fix: resolve EACCES error from incorrect bundled plugins directory 2026-05-25 11:22:34 +09:00
runtime feat: add persistent auto-memory system 2026-06-09 08:46:31 +00:00
rusty-claude-cli feat: add persistent auto-memory system 2026-06-09 08:46:31 +00:00
telemetry feat: anthropic SDK header matching + request profile 2026-04-01 05:55:25 +00:00
tools feat: add persistent auto-memory system 2026-06-09 08:46:31 +00:00