fix(vscode): improve composer mode selector layout - #1106
Open
hiarun02 wants to merge 1 commit into
Open
Conversation
hiarun02
requested review from
Avtrkrb,
akramcodez and
will-lamerton
as code owners
August 31, 2026 19:32
Contributor
No changeset foundThis PR does not add a changeset, so it will not appear in the changelog or trigger a release. If the change is user-facing, add one: pnpm changesetPick a bump (patch / minor / major) and write the changelog entry in our usual voice ("Added X... Thanks to @you. Closes #123."), then commit the generated If this PR is docs-only or a chore that needs no release note, you can ignore this - or run |
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.
Description
Moves the VS Code chat composer mode selector next to the model dropdown and makes mode labels clearer. The mode selector now appears as a normal dropdown label, for example
Auto-Accept, instead of a cramped/raw mode id near the send button.Closes #1095
Type of Change
Changeset
pnpm changeset) describing this change for the changelogNo changeset added because this is a small VS Code extension UI polish change.
Testing
Automated Tests
.spec.ts/tsxfilespnpm test:allcompletes successfully)Ran:
./node_modules/.bin/ava source/vscode/chat-panel-*.spec.ts./node_modules/.bin/tsc --noEmitManual Testing
Attached proof video showing:
Auto-Acceptscreen.mov
Checklist
No logging changes were needed because this is a UI-only change.