chore: version packages#189
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis PR bumps package versions and adds changelog entries across four packages (cli, core, opencode, pi). Core adds support for caplets doctor --format json/md/plain output; downstream packages (cli, opencode, pi) update their changelogs and dependency versions to reflect the ChangesVersion bumps and changelog updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
✨ 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 |
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Bumps the CLI package version from 0.25.4 to 0.25.5. |
| packages/core/package.json | Bumps the core package version from 0.32.2 to 0.32.3. |
| packages/opencode/package.json | Bumps the OpenCode integration package version from 0.8.12 to 0.8.13. |
| packages/pi/package.json | Bumps the Pi integration package version from 0.9.11 to 0.9.12. |
| packages/cli/CHANGELOG.md | Adds the 0.25.5 release notes for doctor format support and the updated core dependency. |
| packages/core/CHANGELOG.md | Adds the 0.32.3 release notes for doctor format support. |
| packages/opencode/CHANGELOG.md | Adds the 0.8.13 release notes for the updated core dependency. |
| packages/pi/CHANGELOG.md | Adds the 0.9.12 release notes for the updated core dependency. |
Reviews (1): Last reviewed commit: "chore: version packages" | Re-trigger Greptile
Summary
Verification
Summary by CodeRabbit
New Features
caplets doctornow supports multiple output formats: JSON, Markdown, and plain text.Chores