Merged
Conversation
Owner
knightedcodemonkey
commented
Mar 22, 2026
- refactor: github controls, drawers, controls.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Models “model picker” to the AI chat drawer and refactors related GitHub controls/drawer layout to better fit responsive breakpoints.
Changes:
- Introduces a chat model selector UI and threads the selected model through streaming + fallback GitHub chat requests.
- Adds a local list of model options (to avoid CORS issues when querying model catalogs directly).
- Updates responsive drawer/control styling and adjusts existing Playwright assertions for updated labels.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/styles/layout-shell.css | Tweaks AI toggle visibility behavior and hidden-state handling across breakpoints. |
| src/styles/diagnostics.css | Updates mobile drawer sizing/positioning constraints. |
| src/styles/ai-controls.css | Refines AI chat drawer layout and adds styling for the new model picker control. |
| src/modules/github-chat-drawer.js | Adds model selection plumbing, model-aware error messaging, and propagates model into API calls. |
| src/modules/github-api.js | Defines default model + model options list; returns model used by API responses; defaults model param consistently. |
| src/index.html | Updates labels/copy and adds the model <select> to the AI chat drawer markup. |
| src/app.js | Wires the model select element into createGitHubChatDrawer and forwards token updates. |
| playwright/app.spec.ts | Updates tests to match renamed “ShadowRoot” label. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.