Update Application Dependencies - #113
Conversation
|
Warning Review limit reached
Next review available in: 54 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request updates Python, frontend, and development dependency pins. It raises the required Node.js version and updates the vendored skills reference. It updates dependency contract and provider failure test expectations. Specialist conversation creation now uses a detached delegation context and propagates delegation identifiers, specialist type, observability metadata, a context link, and the Sequence Diagram(s)sequenceDiagram
participant SpecialistTask
participant DetachedDelegationContext
participant LocalConversation
SpecialistTask->>DetachedDelegationContext: create detached delegation context
DetachedDelegationContext->>LocalConversation: provide delegation metadata and context link
SpecialistTask->>LocalConversation: create specialist conversation with delegate tag
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/gateway/src/heartwood/gateway/_specialist_task.py`:
- Around line 101-120: Add unit coverage in test_specialist_task.py for the
specialist LocalConversation creation path, asserting metadata includes the
expected task_id, subagent_type, detached context link, and observability_tags
equal to ["delegate"]. Reuse existing delegation fixtures or helpers and keep
current rejection, resume, interrupt, and typing tests unchanged.
In `@vendor/heartwood-skills`:
- Line 1: Update the vendor/heartwood-skills submodule pointer from the
unavailable commit to the intended commit that exists in the configured upstream
repository, and ensure the recorded submodule status resolves successfully
before submitting the change.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 901dea35-a8bf-433f-b325-602dce97bf04
⛔ Files ignored due to path filters (2)
packages/webui/package-lock.jsonis excluded by!**/package-lock.jsonuv.lockis excluded by!**/*.lock
📒 Files selected for processing (11)
packages/audit/pyproject.tomlpackages/cli/pyproject.tomlpackages/compliance/tests/test_container_assets.pypackages/core-adapter/pyproject.tomlpackages/gateway/pyproject.tomlpackages/gateway/src/heartwood/gateway/_specialist_task.pypackages/gateway/tests/test_provider_failures.pypackages/persistence/pyproject.tomlpackages/webui/package.jsonpyproject.tomlvendor/heartwood-skills
♻️ Current Situation & Problem
Consolidates the compatible updates from #109 and supersedes the stale generated GPU-lock updates in #110 and #111. The GPU runtime remains frozen to its qualified inputs and regenerates without changes.
⚙️ Release Notes
📚 Documentation
No user-facing workflow changes. The strict documentation and versioned deployment builds remain valid.
✅ Testing
Code of Conduct & Contributing Guidelines