Increase Frank compaction reserve#2327
Conversation
Set OpenClaw's compaction reserve token floor for Frank to 40000 so long Slack/task transcripts trigger compaction earlier instead of hitting the context limit reset path.
There was a problem hiding this comment.
Pull request overview
This PR updates Frank’s OpenClaw agent defaults to trigger conversation compaction earlier by increasing the configured compaction reserve token floor, reducing the chance of hitting a hard context-limit reset path during long Slack/task transcripts.
Changes:
- Add an
agents.defaults.compactionblock to Frank’s OpenClaw config. - Set
reserveTokensFloorto40000.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds a compaction configuration block to agent defaults in the OpenClaw Kubernetes configuration, setting a token reserve floor of 40,000. The change is a single addition to the JSON configuration with no code logic or test modifications. ChangesAgent Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Set OpenClaw's compaction reserve token floor for Frank to 40000 so long Slack/task transcripts trigger compaction earlier instead of hitting the context limit reset path.