Conversation
OpenClaw 0.6.14: - maxThreadMessageChars config (200-20000, default 800) by @blessonism - CLAUDE.md config table updated Bub 0.2.0: - Prefix-cache fix: memory context moved from system_prompt to build_prompt by @frostming — system prompt is now static, preserving LLM KV cache - Stale hook references fixed in README, plugin.py docstring, debug log Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughTwo plugin versions are updated: Memory BUB plugin (0.1.2 → 0.2.0) refactors memory injection from system_prompt hook to build_prompt hook and moves memory loading to a private method; OpenClaw plugin (0.6.13 → 0.6.14) adds configurable thread message truncation via maxThreadMessageChars parameter. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can generate a title for your PR based on the changes with custom instructions.Set the |
OpenClaw 0.6.14:
Bub 0.2.0:
Summary by CodeRabbit
New Features
Chores