chore(drive): release 2.0.1 - #76
Merged
Merged
Conversation
Consume the pending Changesets and add entries for the two unreleased fixes that landed without one: the @opencode-ai/client bump that follows the nested Plugin.Info state, and the controlled-tool plugin directory.
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.
Why
The published
opencode-drive@2.0.0still pins@opencode-ai/client@0.0.0-dev-18535, which predates the nestedPlugin.Info.stateshape current OpenCode V2 servers return.mainalready has the bump to0.0.0-dev-18862(0a76808) and the controlled-tool plugin directory fix (c2bfef2), but neither is released, so installed CLIs still cannot type-check or decodeopencode.plugin.list(#75) andtools: [...]probes never register their tools.What Changes
Patch release
2.0.1consuming the five patch Changesets. Two are new in this PR because the underlying commits landed without one:@opencode-ai/client→0.0.0-dev-18862(nestedPlugin.Info.state,source.target)0a76808c2bfef2tuiConfigwritten to V2cli.json46601f2(#69)46601f2(#69)46601f2(#69)No source changes beyond
packages/drive/package.json,CHANGELOG.md, and the consumed.changesetfiles. Publishing stays the tag-triggered OIDCbun run releaseworkflow: after merge, pushv2.0.1on the merge commit.Closes #75.
Verification
bun run release:version bun install bun run release:validate # check + test + bun pm pack --dry-runopencode-drive-2.0.1.tgz(102 files) includessrc/tool/plugin/index.js.