Skip to content

Commit ec3166f

Browse files
github-actions[bot]stephentoubCopilot
authored
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/Rpc.cs

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/rpc/zrpc.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
DO NOT EDIT MANUALLY. Updated by the update-copilot-dependency
8787
workflow.
8888
-->
89-
<readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>^1.0.69-3</readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>
89+
<readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>^1.0.69</readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>
9090

9191
</properties>
9292

java/scripts/codegen/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/scripts/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"generate:java": "tsx java.ts"
88
},
99
"dependencies": {
10-
"@github/copilot": "^1.0.69-3",
10+
"@github/copilot": "^1.0.69",
1111
"json-schema": "^0.4.0",
1212
"tsx": "^4.22.4"
1313
}

nodejs/package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"author": "GitHub",
5757
"license": "MIT",
5858
"dependencies": {
59-
"@github/copilot": "^1.0.69-3",
59+
"@github/copilot": "^1.0.69",
6060
"vscode-jsonrpc": "^8.2.1",
6161
"zod": "^4.3.6"
6262
},

nodejs/samples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)