Skip to content

Update @github/copilot to 1.0.83-0 - #2449

Merged
roji merged 2 commits into
mainfrom
update-copilot-1.0.83-0
Aug 31, 2026
Merged

Update @github/copilot to 1.0.83-0#2449
roji merged 2 commits into
mainfrom
update-copilot-1.0.83-0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.83-0.

Changes

  • Updated @github/copilot in nodejs/package.json and test/harness/package.json
  • Re-ran all code generators (scripts/codegen)
  • Formatted generated output
  • Updated Java codegen dependency, POM property, and regenerated Java types

Java Handwritten Code Adaptation Plan

If java-sdk-tests CI fails on this PR, follow these steps:

  1. Identify failures: Run mvn clean, mvn verify from java/ locally or check the java-sdk-tests workflow run logs.
  2. Categorize errors:
    • Constructor signature changes (new fields added to generated records)
    • Enum value additions/renames in generated types
    • New event types requiring handler registration
    • Removed or renamed generated types
  3. Fix handwritten source (java/sdk/src/main/java/com/github/copilot/sdk/):
    • Update call sites passing positional constructor args to include new fields (typically null for optional new fields).
    • Update switch/if-else over enum values to handle new cases.
    • Register handlers for new event types in CopilotSession.java if applicable.
  4. Fix handwritten tests (java/sdk/src/test/java/com/github/copilot/sdk/):
    • Same constructor/enum fixes as above.
    • Add new test methods for new functionality if the change adds user-facing API surface.
  5. Validate: cd java && mvn clean test-compile jar:jar && mvn verify -Dskip.test.harness=true
  6. Format: cd java && mvn spotless:apply
  7. Push fixes to this PR branch.

To automate this, trigger the java-adapt-handwritten-code-to-accept-upgrade-changes agentic workflow instead.

Next steps

When ready, click Ready for review to trigger CI checks.

Created by the Update @github/copilot Dependency workflow.

- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code
@roji
roji marked this pull request as ready for review August 31, 2026 15:03
@roji
roji requested a review from a team as a code owner August 31, 2026 15:03
Copilot AI balanced review requested due to automatic review settings August 31, 2026 15:03
@github-actions

This comment has been minimized.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Dependency versions, lockfiles, and generated outputs are consistently synchronized with no unresolved correctness issues.

Pull request overview

Updates the Copilot CLI dependency to 1.0.83-0 and synchronizes generated SDK bindings across supported languages.

Changes:

  • Updated dependency manifests and lockfiles.
  • Regenerated cross-language RPC and session-event types.
  • Refreshed generated API documentation.
File summaries
File Description
test/harness/package.json Updates the harness dependency.
test/harness/package-lock.json Locks updated platform packages.
rust/src/generated/session_events.rs Updates hook input documentation.
rust/src/generated/rpc.rs Updates launcher documentation.
rust/src/generated/api_types.rs Refreshes generated API documentation.
python/copilot/generated/rpc.py Regenerates RPC types and documentation.
nodejs/src/generated/session-events.ts Updates hook input documentation.
nodejs/src/generated/rpc.ts Refreshes generated RPC documentation.
nodejs/samples/package-lock.json Synchronizes the linked SDK dependency.
nodejs/package.json Updates the runtime dependency.
nodejs/package-lock.json Locks updated platform packages.
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionUiEphemeralQueryParams.java Refreshes generated parameter documentation.
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsRegisterExtensionToolsOnSessionResult.java Refreshes result documentation.
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsRegisterExtensionToolsOnSessionParams.java Refreshes parameter documentation.
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsRegisterExtensionToolsOnSessionOptions.java Refreshes option documentation.
java/sdk/src/generated/java/com/github/copilot/generated/rpc/SessionsOpenCloud.java Refreshes callback documentation.
java/sdk/src/generated/java/com/github/copilot/generated/HookStartEvent.java Updates hook input documentation.
java/scripts/codegen/package.json Updates the Java codegen dependency.
java/scripts/codegen/package-lock.json Locks updated codegen packages.
java/pom.xml Updates the Java CLI version property.
go/rpc/zsession_events.go Updates hook input documentation.
go/rpc/zrpc.go Refreshes generated RPC documentation.
dotnet/src/Generated/SessionEvents.cs Updates hook input documentation.
dotnet/src/Generated/Rpc.cs Updates launcher documentation.
Review details

Files not reviewed (5)

  • go/rpc/zsession_events.go: Generated file
  • java/scripts/codegen/package-lock.json: Generated file
  • nodejs/package-lock.json: Generated file
  • nodejs/samples/package-lock.json: Generated file
  • test/harness/package-lock.json: Generated file
  • Files reviewed: 5/24 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor Author

Cross-SDK Consistency Review ✅

This PR is an automated dependency update (@github/copilot 1.0.82 → 1.0.83-0) with regenerated code across all six SDKs. The changes maintain full cross-SDK consistency:

  • All SDKs updated: Node.js, Python, Go, .NET, Java, and Rust all received regenerated code from the same upstream schema
  • Uniform comment cleanup: "Marked internal: ..." documentation was shortened consistently across all SDK implementations
  • No new API surface: No new public methods or types were added — only internal/generated code and documentation changes

No cross-SDK consistency issues found.

Generated by SDK Consistency Review Agent for #2449 · sonnet46 24.9 AIC · ⌖ 5.35 AIC · ⊞ 6.6K ·

@roji
roji enabled auto-merge August 31, 2026 15:36
@roji
roji added this pull request to the merge queue Aug 31, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 31, 2026
@roji
roji added this pull request to the merge queue Aug 31, 2026
Merged via the queue into main with commit b79cef2 Aug 31, 2026
132 of 135 checks passed
@roji
roji deleted the update-copilot-1.0.83-0 branch August 31, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants