fix(cli): keep no-wait reauth JSON parseable - #4603
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 5 remain after this review. 📝 WalkthroughWalkthroughThe CLI now emits only the JSON object for device reauthentication in ChangesNative reauthentication JSON contract
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to The CLI now produces parseable JSON output with matching regression coverage, and no merge-blocking behavior is identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 2 files. (2 skipped: 2 unsupported.)
✨ 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 |
|
✅ Deterministic PR hygiene checks passed. |
✅ READY
Review readiness checklist
✅ 4/4 boxes ticked. This pull request has been marked Ready for Review. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
리뷰 · 우선순위 58 / 80설명 이 PR은 CLI 출력 계약 버그 수정입니다. 핵심 코드는 현재 이 PR은 그 한 줄을 문서 쪽은 영어 CLI 레퍼런스와 fr/ja/ko/ru/tr/zh-cn/zh-tw 여덟 로케일, 그리고 현재 라인 248 ( 경로 경로 문서 8로케일 + 경로 draft 체크리스트 - 작성자가 “ready for review” 와 “All CI tests green” 을 아직 체크하지 않았습니다. 코드 자체는 작지만, 리뷰 대기열에 올리기 전에 CI 확인이 필요합니다. 메인테이너의 판단이 필요한 지점
너의 추천 Exact-head CI 가 초록이면 draft 해제 후 이 댓글은 grok-bot이 작성했습니다 |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
…i-reauth-json-20260914
Ingwannu
left a comment
There was a problem hiding this comment.
Approved on exact head 9bf4ab997a0f376533ba303ea5b84d0edb5d37b9, including the CLI authentication-surface boundary. The only runtime change suppresses a human follow-up line in JSON mode; it does not alter the device flow, credential handling, polling, or persistence. The returned flowId remains in the single JSON object, human mode is unchanged, every locale and structure contract is synchronized, there are no unresolved threads, and exact-head cross-platform CI is green.
Summary
Keep no-wait native reauthentication output parseable as JSON by separating human progress text from the machine-readable result. Preserve the staged native-login ownership and heartbeat controls.
Current author verification
Published head
9bf4ab997a0f376533ba303ea5b84d0edb5d37b9includes dev snapshotaa91958e3b050084e1edc07dcd66b05ef6eac604. The actual branch connected to this PR was read back after publication. This section replaces older head and validation claims; earlier CI results are historical evidence only.Review readiness checklist
The local-validation box refers to the explicit scope and exceptions above. Author readiness remains separate from approval, merge permission and future review findings.
Summary by CodeRabbit
New Features
flowId, without human-readable follow-up text.flowIdwith the status command to monitor progress.Documentation
Tests