Commit ec3166f
Update @github/copilot to 1.0.69 (#1941)
* Update @github/copilot to 1.0.69
- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
* Fix pending permission resume test
Use the pending permission hydration RPC after resuming a session instead of reusing the pre-suspend request ID, which can be stale after continuePendingWork resumes the prompt.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* Wait for pending permission hydration
Preserve the original permission request ID across resume, matching runtime behavior, but wait until the resumed session exposes that ID through pendingRequests before responding.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* Use hydrated pending permission id
The runtime intends original permission request IDs to remain durable, but CI shows handling the pre-suspend ID can still return false after resume. Keep the SDK test on the respondable hydrated pending request ID and track the durable-ID mismatch as runtime follow-up.
Co-authored-by: Copilot App <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 App <223556219+Copilot@users.noreply.github.com>1 parent b25f1fb commit ec3166f
14 files changed
Lines changed: 162 additions & 117 deletions
File tree
- dotnet/src/Generated
- go/rpc
- java
- scripts/codegen
- nodejs
- samples
- src/generated
- test/e2e
- python/copilot/generated
- rust/src/generated
- test/harness
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 | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
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 | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments