I’m trying to diagnose an OpenClaw regression. Gateway is healthy, but normal chats feel much worse than before: less initiative, weak tool use, poor
continuity after a few messages, and background Codex/ACP jobs often die or timeout.
Verified locally:
- openclaw status --deep --json: healthy, task audit 0
- openclaw doctor --non-interactive: bootstrap truncation, active-memory issues, Codex auth warning
- task registry shows recent ACP disconnects/timeouts and cron timeouts
- gateway logs show active-memory timeouts and session cleanup warnings
Config differences from an older “good” backup:
- current thinkingDefault=adaptive; old was high
- current context pruning TTL 3m; old was 1h
- current keepLastAssistants=1
- current compaction reserve 110000; old was 40000
- active-memory now enabled and timing out
- current agent boot files are huge/truncated
Question: could these pruning/compaction/active-memory settings explain normal chats feeling lobotomized? Any recommended baseline config for keeping regular
chats sharp while still using Supabase as task/state truth?