Bump relay dependency packages#24
Conversation
|
Warning Review limit reached
More reviews will be available in 52 minutes and 51 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ 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 refill rate. 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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ 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 |
There was a problem hiding this comment.
Code Review
This pull request updates several @agent-relay dependencies and @relayfile/sdk to their latest versions in package.json and package-lock.json. Feedback on these changes highlights that @agent-relay/fleet is imported within the codebase but is missing from the direct dependencies in package.json. It is recommended to explicitly add @agent-relay/fleet to prevent potential build or runtime failures caused by relying on transitive dependency hoisting.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "@agent-relay/cloud": "^9.0.2", | ||
| "@agent-relay/harness-driver": "^9.0.2", | ||
| "@agent-relay/integration-prompts": "^9.0.2", | ||
| "@relayfile/sdk": "^0.10.9", | ||
| "agent-relay": "^9.0.1", |
There was a problem hiding this comment.
The package directly imports from @agent-relay/fleet in multiple files (such as src/node/factory-node.ts and src/orchestrator/factory.ts), but @agent-relay/fleet is not declared as a direct dependency in package.json. Relying on transitive dependency hoisting can lead to build or runtime failures if the dependency tree changes. It should be explicitly added to the dependencies list.
| "@agent-relay/cloud": "^9.0.2", | |
| "@agent-relay/harness-driver": "^9.0.2", | |
| "@agent-relay/integration-prompts": "^9.0.2", | |
| "@relayfile/sdk": "^0.10.9", | |
| "agent-relay": "^9.0.1", | |
| "@agent-relay/cloud": "^9.0.2", | |
| "@agent-relay/fleet": "^9.0.2", | |
| "@agent-relay/harness-driver": "^9.0.2", | |
| "@agent-relay/integration-prompts": "^9.0.2", | |
| "@relayfile/sdk": "^0.10.9", | |
| "agent-relay": "^9.0.1", |
06007ce to
e012825
Compare
e012825 to
e63a122
Compare
Summary
@relayfile/sdkto0.10.9for the latest relay property support1.0.3package-lock.jsonagainst the updated dependency setVersions
@agent-relay/cloud:^9.0.2@agent-relay/harness-driver:^9.0.2@agent-relay/integration-prompts:^9.0.2agent-relay:^9.0.1@relayfile/sdk:^0.10.9@relayflows/cli:^1.0.3(already latest)@relayflows/core:^1.0.3(already latest)Tests