Skip to content

feat: model picker.#25

Merged
knightedcodemonkey merged 5 commits intomainfrom
bananas
Mar 22, 2026
Merged

feat: model picker.#25
knightedcodemonkey merged 5 commits intomainfrom
bananas

Conversation

@knightedcodemonkey
Copy link
Owner

  • refactor: github controls, drawers, controls.

Copilot AI review requested due to automatic review settings March 22, 2026 02:19
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@knightedcodemonkey knightedcodemonkey merged commit 7308943 into main Mar 22, 2026
1 check passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch March 22, 2026 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants