chore(drive): release 2.0.0 on the current V2 stack - #68
Merged
Conversation
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 Drive
1.4.5still uses Effect beta.101 and an older V2 client, while the compatibility migration in #67 is merged but unreleased. OpenCode has now published its coherent Effect rc.112 client/protocol/schema stack, so this release can align with current V2 without mixing exact Effect requirements.What Changes
release:version, producing2.0.0once.progress({ phase })replacesprogress({ structured: { phase } }), andcontext.idreplacescontext.callID.finish({ structured, content })retains its contract.Scope
This PR updates compatibility pins and versions the already-merged release contents; it does not change the LLM sequencing language or OpenCode/TUI product code. Publishing remains the existing tag-triggered OIDC
bun run releaseworkflow after a normal green-CI merge.An additional existing-TUI reconnect probe on OpenCode V2
38bffc9db1b04010d0cfe317dabe802b2533270dfound that the TUI observes a fresh title after server replacement but loses its agent/model footer and leaves the next prompt unadmitted. This reproduced before this PR's Drive changes and is tracked separately; fresh-TUI relaunch verification does not prove existing-TUI reconnect submission works.Verification
recording/marks.tsunsafe-assertion lint warning remains unchanged.38bffc9dusing simulated providers only.2.0.0, and Drive/platform/client/protocol/schema resolved one Effect rc.112 runtime without overrides.