chore(vscode): release v0.6.8 - #2473
Closed
wbxl2000 wants to merge 2 commits into
Closed
Conversation
|
commit: |
Collaborator
Author
|
Closing: this release PR's only content was #2466, which is not merging. A fresh version-bump PR will be cut once a question-dialog feature lands on main. |
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.
Related Issue
Includes #2466 — this PR ships that change as a vscode extension release (its content is cherry-picked here, so merging this makes #2466 a no-op that can be closed).
Problem
Prepare the vscode extension v0.6.8 patch release. Since v0.6.7 there is no extension change on main except the pending question-form feature (#2466); this PR packages it into a release so the release content is reviewable in one place.
What changed
7abe7b2(feat(vscode): show all agent questions in one form with multi-select support) from feat(vscode): show all agent questions in one form with multi-select support #2466 so the release is self-contained.apps/vscodeto 0.6.8 with the CHANGELOG entry, consuming thevscode-question-dialog-formchangeset. This mirrorschangeset versionoutput but is scoped to the vscode package only — the CLI's pending changeset on main stays with the CI release PR ci: release packages #2469.After merge, publish manually:
pnpm --filter ./apps/vscode publish:vsixandpublish:ovsx.Checklist
pnpm --filter ./apps/vscode test— 313 passed).gen-changesetsskill, or this PR needs no changeset (version bump — it consumes one).gen-docsskill, or this PR needs no doc update.