Skip to content

Fix UBB model details in Copilot CLI#316452

Merged
lramos15 merged 3 commits into
mainfrom
lramos15/fast-lungfish
May 14, 2026
Merged

Fix UBB model details in Copilot CLI#316452
lramos15 merged 3 commits into
mainfrom
lramos15/fast-lungfish

Conversation

@lramos15
Copy link
Copy Markdown
Member

Fix #315801

Copilot AI review requested due to automatic review settings May 14, 2026 16:34
@lramos15 lramos15 enabled auto-merge (squash) May 14, 2026 16:34
@lramos15 lramos15 self-assigned this May 14, 2026
Copy link
Copy Markdown
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

This PR updates Copilot CLI model metadata so UBB pricing/category details can surface in VS Code’s chat model picker.

Changes:

  • Adds Copilot CLI model price category and token cost metadata.
  • Normalizes CLI SDK token prices into per-million-token costs.
  • Updates Copilot SDK package version and lockfile entries.
Show a summary per file
File Description
src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts Adds fallback handling for unknown price categories.
extensions/copilot/src/extension/chatSessions/copilotcli/node/copilotCli.ts Maps CLI SDK billing metadata into language model picker metadata.
extensions/copilot/package.json Bumps @github/copilot SDK dependency.
extensions/copilot/package-lock.json Updates locked Copilot SDK package artifacts.

Copilot's findings

Files not reviewed (1)
  • extensions/copilot/package-lock.json: Language not supported
  • Files reviewed: 3/4 changed files
  • Comments generated: 3

return {
inputPrice: (tokenPrices.input_price / AIC_DIVISOR) * scale,
outputPrice: (tokenPrices.output_price / AIC_DIVISOR) * scale,
cachePrice: ((tokenPrices.cache_price ?? 0) / AIC_DIVISOR) * scale,
@lramos15 lramos15 merged commit a1803b2 into main May 14, 2026
25 checks passed
@lramos15 lramos15 deleted the lramos15/fast-lungfish branch May 14, 2026 17:47
@vs-code-engineering vs-code-engineering Bot added this to the 1.121.0 milestone May 14, 2026
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.

Copilot CLI doesn't show the UBB dots

3 participants