fix(cli): preserve Relayfile subscription path filters - #1486
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
📝 WalkthroughWalkthroughThe integration subscribe payload now sends Relayfile path filters as ChangesIntegration subscribe path filtering
Estimated code review effort: 2 (Simple) | ~5 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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.
Actionable comments posted: 1
🤖 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 `@CHANGELOG.md`:
- Line 18: Rename the changelog section heading from “## [Unreleased - Minor]”
to the required “## [Unreleased]”, leaving the existing entry unchanged.
🪄 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: 338cf22f-6b3e-4ced-90b5-0ff7773f2712
📒 Files selected for processing (3)
CHANGELOG.mdpackages/cli/src/cli/commands/integration-subscribe.test.tspackages/cli/src/cli/commands/integration.ts
Local CLI + production bridge E2E evidence (2026-08-11)Using the CLI built from this branch:
The real GitHub comment canary did not enter Relayfile because the production GitHub provider feed is independently stale ( Provisioning also exposed two prerequisite fixes:
All checks on this PR are green; review is the remaining GitHub gate. |
Summary
path_glob, matching the Relaycast server contractVerification
npm run typechecknpm exec -- vitest run packages/cli/src/cli/commands/integration-subscribe.test.ts packages/cli/src/cli/commands/relaycast-groups.test.ts(78 passed)git diff --checkFixes #1479