Commit 2610168
authored
chore(sdk-pin): promote github-copilot-sdk to 1.0.0 (GA) (#71)
Move the SDK pin from 1.0.0b10 (shipped in provider v2.3.0) to the 1.0.0
final release. GA is the first published, non-prerelease build of the
1.0.0 line; pinning to it removes the prerelease-resolution footgun for
downstream installs (no --pre needed) and gives the provider a supported,
stable pin of record.
The import-time SDK floor stays at >=1.0.0b10, the minimum where the
MinimalMode kwargs first exist; only the exact pin and the user-facing
version strings move to ==1.0.0. The MinimalMode wire shape is unchanged.
Two items follow from adopting the GA surface:
- Classify session.extensions.attachments_pushed as no-emit. The GA
surface adds this extension event; MinimalMode disables the extension
surface, so it is unreachable and carries no kernel-domain mapping.
This matches the disposition the block already records for sibling
extension events, kept explicit rather than left to the implicit drop.
- Broaden the live malformed-token test to also accept AuthenticationError.
Under GA a malformed token is rejected server-side as a 401 and surfaces
as AuthenticationError; the test still asserts no files leak to default
paths.
Quality: ruff: 0 errors | pyright: 0 errors | pytest (linux/py3.14): 1372 passed | pytest (win32/py3.13): 1369 passed | total coverage: 98%
Co-authored-by: HDMowri <HDMowri@users.noreply.github.com>1 parent 2f86895 commit 2610168
7 files changed
Lines changed: 36 additions & 19 deletions
File tree
- amplifier_module_provider_github_copilot
- config/data
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
| 512 | + | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
271 | 275 | | |
272 | 276 | | |
273 | 277 | | |
| |||
278 | 282 | | |
279 | 283 | | |
280 | 284 | | |
281 | | - | |
282 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
283 | 291 | | |
284 | 292 | | |
285 | 293 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments