Skip to content

Conversation

@github-actions
Copy link

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Patch Changes

@github-actions github-actions bot requested review from cte, jr and mrubens as code owners October 17, 2025 21:09
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 17, 2025
@roomote
Copy link

roomote bot commented Oct 17, 2025

Review Summary

I've reviewed this changeset version bump PR. The previously identified issue has been resolved.

Issues Found

  • Incomplete CHANGELOG entry: The CHANGELOG for version 3.28.18 only includes 1 of the 5 changes that were in the deleted changeset file (.changeset/v3.28.18.md). The missing changes are: RESOLVED - The CHANGELOG has been updated to include all 5 changes from the consumed changeset:
    • Fix: Remove request content from UI messages to improve performance and reduce clutter
    • Fix: Prevent file editing issues when git diff views are open
    • Fix: Add userAgent to Bedrock client for version tracking
    • Feat: Z AI now uses only two coding endpoints for better performance
    • Feat: Update image generation model selection for improved quality

All changes from the consumed changeset are now properly documented in the CHANGELOG.

@mrubens mrubens merged commit 868117e into main Oct 17, 2025
7 of 8 checks passed
@mrubens mrubens deleted the changeset-release/main branch October 17, 2025 21:11
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Oct 17, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 17, 2025

- Fix: Remove request content from UI messages to improve performance and reduce clutter (#5601 by @MuriloFP, #8594 by @multivac2x, #8690 by @hannesrudolph, PR by @mrubens)
- Fix: Prevent file editing issues when git diff views are open (thanks @hassoncs!)
- Fix: Add userAgent to Bedrock client for version tracking (#8660 by @ajjuaire, PR by @app/roomote)
Copy link

Choose a reason for hiding this comment

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

The CHANGELOG entry for 3.28.18 is incomplete. The changeset file that was deleted contained 5 distinct changes (fixes for file editing with git diff views, userAgent for Bedrock, Z AI endpoint optimization, and image generation model updates), but only the first change about removing request content from UI messages appears in the CHANGELOG. This means users checking the CHANGELOG will not see 4 of the 5 changes included in this release. The CHANGELOG should be updated to include all changes from the consumed changeset, or the changeset file format needs to be corrected to ensure all items are properly extracted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.