feat(setup): add reviewed local stdio onboarding - #218
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 44 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughAdds a reviewed ChangesLocal STDIO onboarding
Estimated code review effort: 4 (Complex) | ~45 minutes Possibly related issues
Possibly related PRs
Poem
Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error, 1 warning)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Security follow-up in 970a739: client-entry import on Windows now accepts only a direct absolute .exe or .com executable. Bare npx/node runners and .cmd/.bat shims fail closed before the SDK transport can reach a command processor. The regression suite covers the shared importer plus platform-aware CLI, Console service, dashboard, and HTTP flows. #217 remains the tracked design work for a reviewed direct-runner model that can safely restore ergonomic package-runner imports on Windows. |
Summary
local-stdiosetup path tomiftah init,miftah setup, and the local Console.exeor.combinary on Windows so argv execution cannot fall back tocmd.exeScope and follow-up
This implements the local-executable entry mode under #204. During security review, the broader existing Windows imported-stdio runtime boundary was split into #217 because it needs a larger dedicated design; this PR does not loosen that boundary.
Validation
npm test— 1,477 passed, 23 skippednpm run test:core— 408 passed, 21 skippednpm run test:coverage— 1,477 passed, 23 skipped; 95.42% statementsnpm run lintnpm run typechecknpm run buildnpm run smoke:clinpm run check:packnpm run test:packageRefs #204
Summary by CodeRabbit
New Features
local-stdiosetup option for configuring local executables with literal arguments..exeor.comexecutables.Documentation