Update @github/copilot to 1.0.57-3#1519
Conversation
- Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code
There was a problem hiding this comment.
Pull request overview
This PR updates the Node.js SDK and shared test harness to consume @github/copilot version 1.0.57-3, including lockfile updates for the main package, samples, and test harness.
Changes:
- Bumped
@github/copilotfrom^1.0.57-2to^1.0.57-3. - Updated npm lockfiles for the SDK, samples, and test harness with the new package and platform-specific optional binaries.
Show a summary per file
| File | Description |
|---|---|
nodejs/package.json |
Updates the SDK runtime dependency version. |
nodejs/package-lock.json |
Locks the updated Copilot package and optional platform binaries. |
nodejs/samples/package-lock.json |
Refreshes sample lock metadata for the local SDK dependency. |
test/harness/package.json |
Updates the harness dev dependency version. |
test/harness/package-lock.json |
Locks the updated harness Copilot package and optional platform binaries. |
Copilot's findings
Files not reviewed (3)
- nodejs/package-lock.json: Language not supported
- nodejs/samples/package-lock.json: Language not supported
- test/harness/package-lock.json: Language not supported
- Files reviewed: 2/5 changed files
- Comments generated: 0
|
@copilot several e2e resume tests were disabled recently due to a race condition. That condition should now be fixed. Please re-enable the tests. |
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
Re-enabled the two previously disabled pending-work resume e2e tests ( |
Automated update of
@github/copilotto version1.0.57-3.Changes
@github/copilotinnodejs/package.jsonandtest/harness/package.jsonscripts/codegen)should continue pending permission request after resumeandshould continue pending external tool request after resume), now that the runtime session cleanup/resume race condition is fixed in this runtime version. Removed the associated stale skip markers and skip-reason comments. Verified the Node.js and Python suites pass against1.0.57-3.Next steps
When ready, click Ready for review to trigger CI checks.
> Created by the Update @github/copilot Dependency workflow.