Skip to content

Update @github/copilot to 1.0.79-6 - #2287

Merged
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.79-6
Aug 7, 2026
Merged

Update @github/copilot to 1.0.79-6#2287
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.79-6

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.79-6.

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/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/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 7, 2026 01:46
@stephentoub
stephentoub requested a review from a team as a code owner August 7, 2026 01:46
Copilot AI balanced review requested due to automatic review settings August 7, 2026 01:46

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 runtime dependency from 1.0.79-5 to 1.0.79-6 across Node.js, test harness, and Java code generation.

Changes:

  • Updated dependency manifests and lockfiles.
  • Refreshed all platform-specific runtime packages.
  • Synchronized the Java runtime-version property.
Show a summary per file
File Description
test/harness/package.json Updates the harness dependency.
test/harness/package-lock.json Locks updated runtime packages and integrity hashes.
nodejs/samples/package-lock.json Synchronizes the sample workspace dependency.
nodejs/package.json Updates the Node.js SDK runtime dependency.
nodejs/package-lock.json Locks updated runtime packages and integrity hashes.
java/scripts/codegen/package.json Updates the Java generator dependency.
java/scripts/codegen/package-lock.json Locks the updated generator runtime packages.
java/pom.xml Synchronizes the Java reference-runtime version.

Review details

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

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

SDK Consistency Review ✅

This PR is an automated dependency update (@github/copilot1.0.79-6) that modifies only package manifests and lock files:

  • java/pom.xml — version bump
  • java/scripts/codegen/package*.json — codegen tooling update
  • nodejs/package*.json — dependency update
  • nodejs/samples/package-lock.json — lock file update
  • test/harness/package*.json — test harness update

No SDK source code or public API surface was changed. No cross-SDK consistency issues found.

Generated by SDK Consistency Review Agent for #2287 · sonnet46 10.1 AIC · ⌖ 5.34 AIC · ⊞ 6.6K ·

@stephentoub
stephentoub added this pull request to the merge queue Aug 7, 2026
Merged via the queue into main with commit b143f06 Aug 7, 2026
117 checks passed
@stephentoub
stephentoub deleted the update-copilot-1.0.79-6 branch August 7, 2026 02:21
edburns pushed a commit that referenced this pull request Aug 7, 2026
- Updated nodejs and test harness dependencies
- Re-ran code generators
- Formatted generated code

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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