chore(release): 0.8.0 + first CHANGELOG#52
Merged
Conversation
Bump all eight workspace packages to 0.8.0 (one version line) and add a CHANGELOG.md — the first formal changelog for the suite. 0.8.0 headline: the browser plugin gains human-in-the-loop UI feedback (the `interactive` group / browser_request_feedback), the extension gets a fake-chrome test harness, and the repo is reframed as the OpenCode Toolbelt. The changelog also backfills the 0.7.0–0.7.3 line (browser plugin debut, MCP server, multi-client broker, responseApi, store auto-submit) so the recent history isn't lost. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Code Review
This pull request bumps the version of all workspace packages and the root package from 0.7.3 to 0.8.0 and updates the CHANGELOG.md to document the new release changes and historical release notes. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
What
0.8.0(one version line, as always).CHANGELOG.md— the first formal changelog for the suite, in Keep a Changelog format.Why
0.8.0is the natural cut after a busy0.7.xburst (Jun 12–14). The headline change since0.7.3is the browser plugin's human-in-the-loop UI feedback (the opt-ininteractivegroup /browser_request_feedback), which warrants a minor bump. There was no changelog before, so this also backfills the0.7.0 → 0.7.3history so it isn't lost to the commit log.Changelog scope (0.8.0)
The file also documents
0.7.0–0.7.3retroactively (browser plugin debut, MCP server, multi-client broker,responseApi,modelsInfoOverwrite, store auto-submit).Notes for reviewers
chore(release)bumps.0.7.1looks heavy because a lot shipped between the0.7.0and0.7.1bumps — that's accurate to how it was versioned, not a mistake.workspace:*, so only the eightpackage.jsonversionfields move (verified:pnpm-lock.yamlhas zero0.7.3references).🤖 Generated with Claude Code