Skip to content

fix(cli): render verbose doctor check details#2532

Merged
acamq merged 1 commit intocode-yeongyu:devfrom
ricatix:fix/doctor-verbose-models
Mar 15, 2026
Merged

fix(cli): render verbose doctor check details#2532
acamq merged 1 commit intocode-yeongyu:devfrom
ricatix:fix/doctor-verbose-models

Conversation

@ricatix
Copy link
Copy Markdown
Contributor

@ricatix ricatix commented Mar 12, 2026

Summary

  • render verbose doctor details for each check so the Models section appears again in doctor --verbose
  • add a formatter regression test that verifies Models details are included in verbose output
  • keep the fix generic at the formatter layer instead of hardcoding model-specific rendering

Verification

  • bun test src/cli/doctor/formatter.test.ts
  • bun run dist/cli/index.js doctor --verbose

Summary by cubic

Restores doctor --verbose output to show per-check details, so the Models section and other details appear again. Keeps the rendering generic in the formatter.

  • Bug Fixes
    • Render check details blocks in verbose output (e.g., Models).
    • Add regression test ensuring Models details appear.
    • Implemented at the formatter layer (format-verbose.ts), no model-specific logic.

Written for commit 63ac37c. Summary will update on new commits.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 12, 2026

All contributors have signed the CLA. Thank you! ✅
Posted by the CLA Assistant Lite bot.

@ricatix
Copy link
Copy Markdown
Contributor Author

ricatix commented Mar 12, 2026

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Mar 12, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: Purely additive UI change to verbose output with a regression test. No risk of breaking existing functionality.


Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

@acamq
Copy link
Copy Markdown
Collaborator

acamq commented Mar 15, 2026

Thank you!

@acamq acamq merged commit b7c6808 into code-yeongyu:dev Mar 15, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants