chore(release): 0.10.0 - #71
Merged
Merged
Conversation
Bump all eleven workspace packages to 0.10.0. Needed because npm's @vymalo/opencode-models-info@0.9.0 was already published on 2026-06-29 (confirmed by pulling the tarball and grepping for modelsInfoHideTextOnly/reconcileModel/startCacheRefreshSchedulers — none present), so today's models-info work (#68) and the fast-uri audit fix (#70), both merged under the still-0.9.0 version line, could never actually reach npm: publish.yml's own guard silently skips re-publishing an already-existing version. CHANGELOG changes: split the mis-filed [0.9.0] "unreleased" entry — the two models-info bullets and the fast-uri fix move to a new [0.10.0] — 2026-07-28 section; [0.9.0] is re-dated to 2026-06-29 (the actual npm publish timestamp) and keeps only what that publish really contained (devtools/devtools-mcp + docs). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
✅ AI Governance check passedThis PR declares AI usage, references a source of truth, and provides verification evidence. Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Summary
This PR changes:
0.9.0to0.10.0.CHANGELOG.md[0.9.0]"unreleased" entry: the two models-info bullets and the fast-uri fix move into a new[0.10.0] — 2026-07-28section;[0.9.0]is corrected to2026-06-29(its actual npm publish date) and keeps only what that publish really contained.It solves:
@vymalo/opencode-models-info@0.9.0was already live on npm since 2026-06-29 — confirmed by downloading the published tarball (registry.npmjs.org/.../opencode-models-info-0.9.0.tgz) and finding no trace ofmodelsInfoHideTextOnly,reconcileModel, orstartCacheRefreshSchedulers, and noscheduler.jsindist/at all. Two merged PRs — #68 (modelsInfoHideTextOnly+ periodic refresh scheduler) and #70 (fast-uri audit fix) — landed onmainunder the still-0.9.0version line. Re-runningpublish.yml(run 30378199556) showed all 7 npm publish steps green, but every one loggedalready on npm — skipping— the workflow's own guard against overwriting an already-published version, which means none of that work actually reached npm.2. Intent
The intent of this PR is:
3. Scope
In Scope
package.jsonfiles,0.9.0→0.10.0.CHANGELOG.md: re-date[0.9.0]to its real publish date, add[0.10.0]with the content that's actually new since that publish.Out of Scope
0.8.1release commit.publish.yml— happens as a separateworkflow_dispatchafter this merges.invalid_grantonCHROME_REFRESH_TOKEN— that secret needs to be regenerated outside this repo; unrelated to the version/npm issue this PR fixes).4. Verification
I verified this change by:
Commands run:
Results:
5. Screenshots / Evidence
Add evidence here:
already on npm — skipping; npm tarball inspection confirmed above6. Risk Assessment
Risk level:
Potential risks:
Mitigation:
7. AI Usage Declaration
AI was used for:
Human verification:
8. Reviewer Focus
Please focus your review on: