Skip to content

Update @github/copilot to 1.0.80 - #2334

Merged
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.80
Aug 14, 2026
Merged

Update @github/copilot to 1.0.80#2334
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.80

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.80.

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
@stephentoub
stephentoub marked this pull request as ready for review August 14, 2026 15:27
@stephentoub
stephentoub requested a review from a team as a code owner August 14, 2026 15:27
Copilot AI balanced review requested due to automatic review settings August 14, 2026 15:27
@github-actions

Copy link
Copy Markdown
Contributor Author

SDK Consistency Review ✅

This PR updates the @github/copilot dependency to version 1.0.80 and contains only dependency manifest and lock file changes:

  • nodejs/package.json + lock files
  • java/pom.xml + codegen lock files
  • test/harness/package.json + lock file

No SDK client code was modified, so there are no cross-language consistency concerns to flag. The changes are scoped to dependency version bumps and are symmetric where applicable (Node.js and Java both updated).

Generated by SDK Consistency Review Agent for #2334 · sonnet46 17.2 AIC · ⌖ 5.37 AIC · ⊞ 6.6K ·

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.

Pull request overview

Updates the Copilot CLI/schema dependency from 1.0.79 to 1.0.80 across Node.js, test harness, and Java code generation.

Changes:

  • Updated dependency declarations to ^1.0.80.
  • Refreshed lockfiles and platform-specific packages.
  • Synchronized the Java reference implementation version.
Show a summary per file
File Description
test/harness/package.json Updates the harness dependency.
test/harness/package-lock.json Locks CLI packages to 1.0.80.
nodejs/samples/package-lock.json Refreshes the sample dependency lock.
nodejs/package.json Updates the Node.js SDK dependency.
nodejs/package-lock.json Locks Node.js CLI packages to 1.0.80.
java/scripts/codegen/package.json Updates the Java codegen dependency.
java/scripts/codegen/package-lock.json Locks codegen CLI packages to 1.0.80.
java/pom.xml Synchronizes the Java reference version.

Review details

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

Files not reviewed (4)
  • 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: 4/8 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@stephentoub
stephentoub added this pull request to the merge queue Aug 14, 2026
Merged via the queue into main with commit 9d67eb7 Aug 14, 2026
117 of 119 checks passed
@stephentoub
stephentoub deleted the update-copilot-1.0.80 branch August 14, 2026 16:33
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.

2 participants