Revert "Fix UBB model details in Copilot CLI (#316452)"#316846
Closed
roblourens wants to merge 1 commit into
Closed
Revert "Fix UBB model details in Copilot CLI (#316452)"#316846roblourens wants to merge 1 commit into
roblourens wants to merge 1 commit into
Conversation
This reverts commit a1803b2.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts the Copilot CLI SDK update from PR #316452, restoring the previous SDK version and removing the associated model pricing/detail handling added for that upgrade.
Changes:
- Downgrades
@github/copilotfrom1.0.48to1.0.39. - Removes Copilot CLI model token-cost and price-category propagation.
- Restores the SDK native-binary allowlist expectations for the older SDK contents.
Show a summary per file
| File | Description |
|---|---|
src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts |
Restores unknown price-category handling to omit labels. |
extensions/copilot/src/extension/chatSessions/copilotcli/vscode-node/test/copilotCLISDKUpgrade.spec.ts |
Reverts native-binary expectations for the older Copilot SDK package. |
extensions/copilot/src/extension/chatSessions/copilotcli/node/copilotCli.ts |
Removes CLI model pricing fields and normalization logic. |
extensions/copilot/package.json |
Downgrades the Copilot SDK dependency. |
extensions/copilot/package-lock.json |
Updates locked Copilot SDK package versions and integrity hashes. |
Copilot's findings
Files not reviewed (1)
- extensions/copilot/package-lock.json: Language not supported
- Files reviewed: 4/5 changed files
- Comments generated: 0
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.
Reverts commit a1803b2 (PR #316452).
(Written by Copilot)