chore(sdk-pin): upgrade github-copilot-sdk 1.0.0 -> 1.0.2 - #72
Merged
Salil Das (sadlilas) merged 1 commit intoJun 22, 2026
Merged
Conversation
Bump the pinned GitHub Copilot SDK from 1.0.0 to 1.0.2 and adopt the
three surface changes the new SDK introduces, raising the provider to
2.4.0:
- Pin the new mode-gated `memory` session setting to {"enabled": False},
mirroring the SDK's own empty-mode default so behavior is unchanged.
- Mirror the new `Tool.defer` field when forwarding tools, so tool turns
no longer risk an AttributeError against the 1.0.2 Tool dataclass.
- Classify the three new session events (todos_changed, binary_asset,
canvas.closed) as drop. binary_asset additionally gets a metadata-only
tripwire (asset_id / mime_type / byte_length) that never reads the
base64 image bytes.
Graceful runtime shutdown lands once per lifecycle on stop(), bounded by
a 10s timeout, not per turn.
Docs: refresh the README model tables to the live 1.0.2 set (correct the
Claude context/output figures, drop retired GPT rows, add the Gemini and
MAI families) and scope MIGRATION.md to the 2.x line, relocating older
guides to git history.
Quality: ruff: 0 errors | pyright: 0 errors | pytest (linux/py3.14): 1383 passed | pytest (win32/py3.13): 1380 passed | total coverage: 98%
Salil Das (sadlilas)
approved these changes
Jun 22, 2026
Salil Das (sadlilas)
left a comment
Collaborator
There was a problem hiding this comment.
Verified end to end: SDK 1.0.2 surface checked against SDK source, code changes mirror it, full test suite green (1383 passed), and the README model table matches live amplifier provider models github-copilot output. LGTM.
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.
Bump the pinned GitHub Copilot SDK from 1.0.0 to 1.0.2 and adopt the
three surface changes the new SDK introduces, raising the provider to
2.4.0:
memorysession setting to {"enabled": False},mirroring the SDK's own empty-mode default so behavior is unchanged.
Tool.deferfield when forwarding tools, so tool turnsno longer risk an AttributeError against the 1.0.2 Tool dataclass.
canvas.closed) as drop. binary_asset additionally gets a metadata-only
tripwire (asset_id / mime_type / byte_length) that never reads the
base64 image bytes.
Graceful runtime shutdown lands once per lifecycle on stop(), bounded by
a 10s timeout, not per turn.
Docs: refresh the README model tables to the live 1.0.2 set (correct the
Claude context/output figures, drop retired GPT rows, add the Gemini and
MAI families) and scope MIGRATION.md to the 2.x line, relocating older
guides to git history.
Quality: ruff: 0 errors | pyright: 0 errors | pytest (linux/py3.14): 1383 passed | pytest (win32/py3.13): 1380 passed | total coverage: 98%