Commit 4d13613
Update @github/copilot to 1.0.65 (#1793)
* Update @github/copilot to 1.0.65
- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
* Fix SDK code for 1.0.65 canvas API changes
CLI 1.0.65 removed the canvas 'availability' and 'reopen' fields (and the
CanvasInstanceAvailability/CanvasOpenedAvailability enums) and added a 'capi'
field to SessionOptionsUpdateParams. Update hand-written SDK source and unit
tests across all languages to match the regenerated types.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Reformat canvas-opened validation for ruff (line-length 100)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix Rust/Python tests for 1.0.65 MCP OAuth API changes
- Rust: McpOauthLoginRequest gained optional client_id, client_secret,
grant_type and public_client fields; add them to the e2e literals.
- Python: the per-surface grant-type enums were consolidated into
MCPGrantType; update test_rpc_mcp_config_e2e to use it.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Reformat canvas snapshot test for Spotless after constructor arity change
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 23d9a45 commit 4d13613
68 files changed
Lines changed: 3123 additions & 998 deletions
File tree
- dotnet
- src
- Generated
- test/Unit
- go
- rpc
- java
- scripts/codegen
- src
- generated/java/com/github/copilot/generated
- rpc
- main/java/com/github/copilot
- test/java/com/github/copilot
- nodejs
- samples
- src
- generated
- test
- python
- copilot
- generated
- e2e
- rust
- src/generated
- tests
- e2e
- test/harness
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
914 | | - | |
915 | | - | |
| 914 | + | |
916 | 915 | | |
917 | 916 | | |
918 | 917 | | |
919 | 918 | | |
920 | 919 | | |
921 | 920 | | |
922 | 921 | | |
923 | | - | |
924 | 922 | | |
925 | 923 | | |
926 | 924 | | |
927 | 925 | | |
928 | 926 | | |
929 | | - | |
930 | 927 | | |
931 | 928 | | |
932 | 929 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | 153 | | |
155 | 154 | | |
156 | 155 | | |
157 | | - | |
158 | 156 | | |
159 | 157 | | |
160 | 158 | | |
| |||
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
166 | | - | |
167 | 164 | | |
168 | 165 | | |
169 | 166 | | |
| |||
172 | 169 | | |
173 | 170 | | |
174 | 171 | | |
175 | | - | |
176 | 172 | | |
177 | 173 | | |
178 | 174 | | |
| |||
181 | 177 | | |
182 | 178 | | |
183 | 179 | | |
184 | | - | |
185 | 180 | | |
186 | 181 | | |
187 | 182 | | |
188 | 183 | | |
189 | | - | |
190 | 184 | | |
191 | 185 | | |
192 | 186 | | |
| |||
201 | 195 | | |
202 | 196 | | |
203 | 197 | | |
204 | | - | |
205 | 198 | | |
206 | 199 | | |
207 | 200 | | |
| |||
210 | 203 | | |
211 | 204 | | |
212 | 205 | | |
213 | | - | |
214 | 206 | | |
215 | 207 | | |
216 | 208 | | |
| |||
222 | 214 | | |
223 | 215 | | |
224 | 216 | | |
225 | | - | |
226 | | - | |
227 | 217 | | |
228 | 218 | | |
229 | 219 | | |
| |||
240 | 230 | | |
241 | 231 | | |
242 | 232 | | |
243 | | - | |
244 | 233 | | |
245 | 234 | | |
246 | 235 | | |
247 | 236 | | |
248 | | - | |
249 | 237 | | |
250 | 238 | | |
251 | 239 | | |
| |||
254 | 242 | | |
255 | 243 | | |
256 | 244 | | |
257 | | - | |
258 | 245 | | |
259 | 246 | | |
260 | 247 | | |
261 | 248 | | |
262 | | - | |
263 | 249 | | |
264 | 250 | | |
265 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
639 | 638 | | |
640 | 639 | | |
641 | 640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | 313 | | |
315 | 314 | | |
316 | | - | |
317 | | - | |
| 315 | + | |
318 | 316 | | |
319 | 317 | | |
320 | 318 | | |
| |||
343 | 341 | | |
344 | 342 | | |
345 | 343 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
351 | 347 | | |
352 | 348 | | |
353 | 349 | | |
| |||
0 commit comments