This repository was archived by the owner on May 20, 2026. It is now read-only.
Update dependencies and improve session initialization in Copilot CLI#4930
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Copilot CLI dependency and adapts Copilot CLI session initialization and simulation tests to match new service requirements introduced by that dependency update.
Changes:
- Bump
@github/copilotfrom^1.0.12to^1.0.15(plus corresponding lockfile updates). - Update Copilot CLI session manager initialization to pass the newly required
telemetryBinderoption. - Extend the Copilot CLI e2e simulation test service-registration to provide newly required session/workspace/prompt/debug services.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| test/e2e/cli.stest.ts | Adds missing service registrations (prompt files, metadata store, worktree/workspace folder, variables, debug logger) required by updated CLI session services. |
| src/extension/chatSessions/copilotcli/node/copilotcliSessionService.ts | Updates LocalSessionManager construction to include telemetryBinder. |
| package.json | Updates @github/copilot dependency; also changes formatting in chatPromptFiles. |
| package-lock.json | Updates resolved/copied versions for @github/copilot and platform-specific optional deps. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
dmitrivMS
previously approved these changes
Apr 2, 2026
justschen
previously approved these changes
Apr 2, 2026
lszomoru
previously approved these changes
Apr 3, 2026
lszomoru
approved these changes
Apr 5, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.