Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ bash clawfix.sh # Run after reviewing
## How It Works

1. **Run one command** — The diagnostic script scans your OpenClaw config, logs, plugins, and ports
2. **AI analyzes** — Pattern matching catches 40+ known issues instantly. AI handles novel problems
2. **AI analyzes** — Pattern matching catches 45+ known issues instantly. AI handles novel problems
3. **Review & apply** — You get a commented fix script. Nothing runs without your approval

## What It Detects (v0.9.0)
## What It Detects (v0.11.0)

- 💀 Gateway crashes (port conflicts, process hangs, restart loops)
- 🧠 Memory issues (Mem0 silent failures, missing flush, broken search)
Expand All @@ -53,6 +53,13 @@ bash clawfix.sh # Run after reviewing
- 🌊 Session context overflow (>100 % window, auto-compaction failing)
- 🔐 FileVault blocking unattended reboots (macOS)
- 📦 LaunchAgent plist carrying stale managed-env secrets after a `.env` migration (macOS)
- 🩹 `__OPENCLAW_REDACTED__` literal persisted to config (blocks `openclaw update` and schema validation)
- 📉 Incomplete openclaw npm install (unmet transitive deps breaking plugin load — e.g. Discord missing `discord-api-types`)
- ↕️ Config last written by a newer OpenClaw than the installed CLI (version drift when the macOS app auto-updates)
- 🧩 Stale bundled `plugins.load.paths` aliases left by older OpenClaw channel/setup flows
- ⏳ ACPX/Codex bridge warm-up after updates, where short health probes can time out before the gateway is actually stuck
- 🛡️ ACPX `permissionMode=approve-all` and Codex runtime routing advisories
- 🔄 Latest release/update status via `openclaw update status --json`

## Security & Transparency

Expand Down
2 changes: 1 addition & 1 deletion SCRIPT_HASH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ad44a06f441497913c1c1bf6332bb85f58d5c58cb1f2e232a061018fd8de1064
b00e5d7039c5c09ee48d80e57076b789872fff15390b283eb72bac4dc62310ba
Loading