Commit 0ccf1f9
chore: bump to 0.1.10 with github-copilot-sdk >=0.3.0 (#128)
The SDK ships a bundled copilot CLI binary used for JSON-RPC
session.create calls. The 0.2.2 wheel bundles CLI 1.0.21, which
predates newer model IDs (e.g. claude-opus-4.7-1m-internal) and
rejects them locally with:
JSON-RPC -32603: Model "<id>" is not available
0.3.0 bundles CLI 1.0.36-0, which accepts the current Copilot
model catalog.
Also adds CHANGELOG.md (Keep a Changelog format) covering changes
since v0.1.9.
Verified:
- make check (ruff + ty) passes
- pytest -m 'not performance' passes (1955 passed, 9 skipped)
- examples/simple-qa.yaml runs end-to-end against
claude-haiku-4.5, claude-sonnet-4.6, claude-opus-4.7,
claude-opus-4.7-1m-internal, gpt-5.4, gpt-5-mini
- examples/for-each-simple.yaml runs end-to-end
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 773e262 commit 0ccf1f9
3 files changed
Lines changed: 41 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments