feat: session-aware game-skill + OCP playback#428
Conversation
|
Warning Review limit reached
More reviews will be available in 24 minutes and 47 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
64c35d7 to
f776228
Compare
Per-session playback state in OVOSCommonPlaybackSkill (state events emit via message.reply so they route to the originating session) and game_skill on the context-gated layers (probing skill_will_match with its session). OCPCommonPlayback deprecation is handled in #423. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
f776228 to
7473e2d
Compare
Hey! I've got some fresh data on your pull request. 📈I've aggregated the results of the automated checks for this PR below. 🔍 LintI've checked the pulse of your pull request. 💓 ❌ ruff: issues found — see job log 📋 Repo HealthChecking the repo's mental health (aka developer happiness). 😊 ✅ All required files present. Latest Version: ✅ ⚖️ License CheckEnsuring no copyleft violations in this PR. ⬅️ ✅ No license violations found. Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed. 🔒 Security (pip-audit)Checking if we're following security best practices. 📏 ✅ No known vulnerabilities found (72 packages scanned). 🔨 Build TestsThe compiler has spoken! Here is the verdict. 📜
❌ 3.10: Build OK, install failed The silent guardian of the dev branch. 🦇 |
Split out from #427. Stacked on #427 (
feat/intent-layers-context) — merge that first.OVOSCommonPlaybackSkill— state events emit viamessage.replyso they route back to the originating session (HiveMind-friendly).game_skill.pyadopts the context-gated IntentLayers.OVOSCommonPlaybackSkilldeprecation is handled separately in feat: deprecate OVOSCommonPlaybackSkill in favor of MediaProvider plugins #423 (not duplicated here).488 tests pass locally.
🤖 Generated with Claude Code