$ the-wire · showcase
ClawSweeper quarantine throttled GitHub reads, OpenClaw fixes false compaction
By RepoJournal · Filed · About OpenClaw
ClawSweeper isolates public reads from privileged quota, and OpenClaw removes bodyless 400/413 patterns that caused false context compaction.
OpenClaw's compaction trigger still classified bodyless 400/413 responses as overflow even after the failover path was fixed, causing false context compaction. The fix removes those patterns from OVERFLOW_PATTERNS, so a bodyless 400 from any provider no longer trips the overflow detection [1]. Skill self-learning also changed: the deterministic regex capture path that templated raw chat text into skill proposals is deleted; all autonomous learning now flows through the isolated experience reviewer, which prefers revising pending proposals or updating the governing skill over creating new ones [2].
Action items
- → Upgrade OpenClaw to include the overflow compaction fix to prevent false context compaction on bodyless 400/413 responses openclaw/openclaw [immediate]
- → Monitor ClawSweeper deployment for reduced GitHub API throttle events after quota isolation openclaw/clawsweeper [plan]
References
- [1] fix: remove bodyless 400/413 from overflow patterns to prevent false compaction (#119596) ↗ openclaw/openclaw
- [2] fix(skills): remove regex correction capture; self-learning is reviewer-only ↗ openclaw/openclaw
- [3] fix: grant administrator access through host-issued Control UI links ↗ openclaw/openclaw
- [4] fix: defer stalled reviews when GitHub API quota is exhausted ↗ openclaw/clawsweeper
- [5] fix(publication): isolate public reads and preserve close safeguards ↗ openclaw/clawsweeper
- [6] fix(review): verify redacted maintainers before proof gating ↗ openclaw/clawsweeper
- [7] fix(github): reserve App quota for privileged operations ↗ openclaw/clawsweeper
- [8] fix: simplify review proof, recovery, and GitHub throttling ↗ openclaw/clawsweeper