chore(deps): upgrade github-copilot-sdk from 0.2.0 to 0.2.2#77
Merged
chore(deps): upgrade github-copilot-sdk from 0.2.0 to 0.2.2#77
Conversation
- Update PermissionHandler import path from copilot to copilot.session (dropped from top-level exports in 0.2.2) - Lock file updated to resolve SDK 0.2.2 New SDK features (additive, not yet used): - CopilotClient/CopilotSession support async with (0.2.1) - Elicitation support for interactive prompts (0.2.1) - enableConfigDiscovery for auto MCP discovery (0.2.2) - Session filesystem support (0.2.2) Verified: 1802 tests pass, 3 example workflows tested (including parallel for-each which historically triggered permission regressions). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Upgrade the Copilot SDK from 0.2.0 to 0.2.2.
Changes
PermissionHandlerimport path fromcopilottocopilot.session(dropped from top-level exports in 0.2.2)New SDK features (additive, not yet used)
CopilotClient/CopilotSessionsupportasync with(0.2.1)enableConfigDiscoveryfor auto MCP discovery (0.2.2)Verification
simple-qa,script-step,for-each-simple)max_concurrent=3ran without permission errors (the pattern that historically triggered regressions in 0.1.31/0.1.32)