-
Notifications
You must be signed in to change notification settings - Fork 14
Releases: codesfly/openclaw-memory-final
Releases · codesfly/openclaw-memory-final
v0.4.2
Highlights
- Heartbeat bootstrap assets for one-link installs:
examples/HEARTBEAT.md.template+scripts/setup.shauto-createsHEARTBEAT.md. - Added
--help/-husage output forscripts/install-ai.sh,scripts/setup.sh, andscripts/uninstall.sh. - Added sanitized workspace templates under
examples/workspace/(SOUL/AGENTS/USER/HEARTBEAT/TOOLS/MEMORY) for AI-first adoption.
Notes
- Recommended heartbeat cadence in docs/examples is now
5m. README.zh-CN.mdnow marksv0.4.2as released.
Assets 2
v0.4.1
Highlights
- Added explicit
--retrieval-modelsupport toscripts/setup.shandscripts/install-ai.sh memory-retrieval-watchdog-v1now installs with an explicit stable default model (glm5)- Clarified
OPS_TARGETcompatibility with direct chat / group / supergroup and the need for post-install route probes - Strengthened recommendation to pass an absolute
--qmd-pathin cron / isolated environments - Clarified retrieval order:
memory/tasks->memory_search->memory_get
Why this patch matters
This patch aligns the OSS memory architecture with current OpenClaw runtime behavior and avoids lightweight watchdog timeouts caused by unstable model fallback chains.
Assets 2
v0.4.0
Added
- Memory context budget + dynamic profile injection V1:
examples/memory/context-profiles.jsonscripts/memory_context_budget_guard.pyscripts/memory_context_pack.py
- Durable-memory conflict checker:
scripts/memory_conflict_check.py
- Retrieval health watchdog:
scripts/memory_retrieval_watchdog.py
- Setup now installs two additional cron jobs:
memory-retrieval-watchdog-v1(every 30 minutes)memory-qmd-nightly-maintain(daily 03:20)
Changed
scripts/setup.shnow bootstraps context profile + 4 new scripts into workspace.scripts/uninstall.shnow removes all 5memory-*cron jobs created by setup.scripts/validate.shnow validates Python syntax for new scripts and JSON forcontext-profiles.- README (EN/ZH), architecture/operations/ai-agent-prompt docs updated for V1 memory upgrades.
examples/AGENTS-memory-section.mdadds budget/profile/conflict-check guidance.
Assets 2
v0.3.0
openclaw-memory-final v0.3.0
Highlights
- One-link install is now truly usable:
install-ai.shauto-bootstraps baseline memory files/scripts. - Product-style bilingual architecture diagrams with explicit multi-agent memory handoff.
- QMD prerequisite and
qmd_not_foundrecovery guide added to README + AI prompt + troubleshooting docs.
Added
examples/CURRENT_STATE.md.templateexamples/memory-INDEX.md.templatescripts/mem-log.shscripts/memory-reflect.sh
Changed
- README (EN/ZH): one-link flow + post-install verification + QMD prerequisite guidance.
docs/architecture.md: short-term workspace + multi-agent memory model and updated diagrams.docs/operations.md: baseline usage with installed workspace scripts.docs/ai-agent-prompt.md: QMD missing auto-recovery steps.docs/troubleshooting-gateway.md: expanded QMD missing/invalid-path diagnosis.scripts/setup.sh: auto-initializes baseline files/scripts and reports them in JSON output.scripts/validate.sh: validates new helper scripts.
Full changelog: https://github.com/codesfly/openclaw-memory-final/blob/main/CHANGELOG.md
Assets 2
v0.2.3
v0.2.3
Fixed
- Fixed
scripts/setup.shJSON parsing bug (NameError: true) caused by heredoc + here-string conflict. - Fixed
scripts/uninstall.shsame parsing issue that could break cron id lookup/removal.
Impact
setup.sh --print-jsonnow returns stable JSON.setup.sh --force-recreateno longer risks duplicatememory-*jobs from false-negative existence checks.uninstall.shnow removes memory jobs deterministically.
Assets 2
v0.2.2
v0.2.2
- Added one-command installer:
bash scripts/install-skills-pack.sh - Added deterministic success marker for agents:
SKILLS_INSTALL_OK+ JSON payload - Updated README (EN/ZH), AI prompt doc, and skills README to prefer scripted install
Quick use
bash scripts/install-skills-pack.sh
Assets 3
v0.2.1
v0.2.1
- Added AI-friendly workspace skills pack under
examples/skills/ - Added combined archive
openclaw-skills-pack-v2026-02-25.tar.gz - Updated README (EN/ZH) with optional skills-pack install flow
- Updated
docs/ai-agent-prompt.mdwith optional skill bootstrap steps
Included skills
- memory-task-card
- cron-doctor
- long-task-async
- github-release-flow
- heartbeat-ops-check
- trading-stack-autorepair
Assets 3
v0.2.0
v0.2.0
- Added sub-agent task memory index (
memory/tasks/YYYY-MM-DD.md) for result-only task cards - Added retrieval order guidance: task cards -> semantic memory -> raw session history
setup.shnow createsmemory/tasksand reportstaskMemoryDirin JSON output- Updated docs and prompts for task-memory workflow