-
Notifications
You must be signed in to change notification settings - Fork 4
Dream project rebuild fails when some L2 projects are missing explanation #2
Copy link
Copy link
Open
Description
Describe the Bug
The Dream consolidation step fails with:
Dream project rebuild did not explain current projects: openclaw-cli-auth-fix, wu-jijun-billing-info-query, openclaw-gateway-auth-config, persona-improvement, system-command-output-fix, clawxmemory-ui-bug-tracking, browser-login-setup, voice-response-implementation, clawx-memory-optimization, browser-automation-skill, legal-advice-scenario, voice-audio-issues
6 out of 12 L2 projects were not explained during Dream rebuild.
Environment
- ClawXMemory version: 0.1.5 (latest at time of report)
- OpenClaw version: 2026.4.2
- Runtime: agent=main | model=qwen/qwen3.6-plus:free (default: Qwen3.5 local)
- OS: Windows 11
Reproduction Steps
- Accumulate multiple project sessions across several days
- Let ClawXMemory index them automatically (indexing succeeds)
- Dream consolidation triggers (either scheduled or manual
memory_flush) - Dream fails because some project keys exist in the index but the Dream L2 rebuild cannot generate explanations for them
Observed Behavior
memory_searchreturns all 12 projects successfully (search uses L1/L2 directly)memory_overviewshowslastDreamStatus: failedlastDreamL1EndedAtpoints to an older session (2026-04-03), suggesting Dream only processed a subset- All 6 "missing" projects are legitimate L2 projects from prior sessions (browser-login-setup, voice-response-implementation, clawx-memory-optimization, browser-automation-skill, legal-advice-scenario, voice-audio-issues)
Expected Behavior
Dream rebuild should either:
- Explain all current L2 projects, or
- Gracefully handle projects it cannot explain (e.g., mark them as "insufficient context" rather than failing the entire operation)
Impact
- Retrieval/search continues to work fine (
enoughAt=l1still succeeds) - However, persistent Dream failures prevent L2 consolidation, which could degrade memory quality over time
- The failed Dream timestamp keeps showing in
memory_overview
Additional Context
- Total L2 projects: 29
- Total L0 sessions: 252
- Total L1 windows: 29
pendingL0: 0(no new sessions waiting to be indexed)- The 6 unexplained projects were created from sessions around 2026-04-03 to 2026-04-04
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels