Skip to content

Update @github/copilot to 1.0.79 - #2306

Merged
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.79
Aug 10, 2026
Merged

Update @github/copilot to 1.0.79#2306
stephentoub merged 2 commits into
mainfrom
update-copilot-1.0.79

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.79.

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

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 dependency from prerelease 1.0.79-9 to stable 1.0.79 across Node.js, test harness, and Java code generation.

Changes:

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

Review details

Tip

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

@github-actions

This comment has been minimized.

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 updates @github/copilot from pre-release 1.0.79-9 to the stable 1.0.79 release. The changes are entirely confined to:

  • Version strings in package.json / package-lock.json files (Node.js, Java codegen, test harness)
  • java/pom.xml property version bump
  • Regenerated code/types in nodejs/test/e2e/client.e2e.test.ts

No SDK API surface changes were introduced. No new public methods, types, parameters, or behaviors were added to any language implementation, so there are no cross-language consistency concerns.

No action needed from a cross-SDK parity perspective. 🟢

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

@stephentoub
stephentoub added this pull request to the merge queue Aug 10, 2026
Merged via the queue into main with commit 3108e8c Aug 10, 2026
66 checks passed
@stephentoub
stephentoub deleted the update-copilot-1.0.79 branch August 10, 2026 20:32
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