fix(ssh): keep orchestration check help side-effect free - #12996
fix(ssh): keep orchestration check help side-effect free#12996innocarpe wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughThe SSH legacy remote CLI now resolves 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 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
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 83ca91ad-77c9-4d65-b5f9-25c1cb862b79
📒 Files selected for processing (3)
src/main/ssh/ssh-remote-orca-cli.test.tssrc/main/ssh/ssh-remote-orca-cli.tssrc/main/ssh/ssh-remote-orchestration-help.ts
3ef55de to
e70862b
Compare
Sync update (
|
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
Description
Prevent the SSH legacy fallback from executing
orchestration checkwhen a user only asks for help.Focused fix
orca orchestration check --help.Preserves
Evidence
pnpm exec vitest run --config config/vitest.config.ts src/main/ssh/ssh-remote-orca-cli.test.tspnpm exec vitest run --config config/vitest.config.ts src/main/ssh/ssh-remote-orca-cli.test.ts src/main/ssh/ssh-remote-cli-host-passthrough.test.tspnpm run typecheck:nodepnpm run check:code-quality:changed -- upstream/mainUser-regression-tradeoffs
checkhelp text and does not change command execution.Fixes #12985