Skip to content

Update @github/copilot to 1.0.69-0#1892

Merged
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.69-0
Jul 2, 2026
Merged

Update @github/copilot to 1.0.69-0#1892
stephentoub merged 1 commit into
mainfrom
update-copilot-1.0.69-0

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Automated update of @github/copilot to version 1.0.69-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/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 July 2, 2026 14:44
@stephentoub stephentoub requested a review from a team as a code owner July 2, 2026 14:44
Copilot AI review requested due to automatic review settings July 2, 2026 14:44

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

This PR updates the monorepo’s pinned @github/copilot (Copilot CLI) dependency to 1.0.69-0 across the Node SDK, test harness, and Java codegen inputs, aligning all lockfiles and the Java Maven property used by CI workflows.

Changes:

  • Bumped @github/copilot to ^1.0.69-0 in the Node SDK, test harness, and Java codegen package.json files.
  • Updated the corresponding package-lock.json files to resolve @github/copilot@1.0.69-0 and platform-specific optional packages.
  • Updated the Java pom.xml property used by CI workflows to track the pinned reference implementation version.
Show a summary per file
File Description
test/harness/package.json Bumps harness devDependency on @github/copilot to ^1.0.69-0.
test/harness/package-lock.json Locks harness CLI dependency and optional platform packages to 1.0.69-0.
nodejs/samples/package-lock.json Updates sample lockfile to reflect the updated Node SDK dependency graph.
nodejs/package.json Bumps Node SDK dependency on @github/copilot to ^1.0.69-0.
nodejs/package-lock.json Locks Node SDK CLI dependency and optional platform packages to 1.0.69-0.
java/scripts/codegen/package.json Bumps Java codegen input dependency on @github/copilot to ^1.0.69-0.
java/scripts/codegen/package-lock.json Locks Java codegen CLI dependency and optional platform packages to 1.0.69-0.
java/pom.xml Updates the CI-tracked pinned @github/copilot version property to ^1.0.69-0.

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: Low

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

SDK Consistency Review ✅

This PR updates @github/copilot from 1.0.68 to 1.0.69-0 — a routine dependency version bump. All 8 changed files are package manifests or lock files; no SDK source code was modified.

Cross-SDK consistency status: No issues found.

  • Both the Node.js SDK (nodejs/package.json) and Java codegen (java/scripts/codegen/package.json, java/pom.xml) are updated in lockstep ✅
  • The Python, Go, .NET, and Rust SDKs do not depend on the @github/copilot npm package directly, so no changes are needed there ✅
  • No generated type files changed, which is expected if the schema is unchanged between 1.0.68 and 1.0.69-0 ✅

No further action needed from a cross-SDK consistency perspective.

Generated by SDK Consistency Review Agent for issue #1892 · sonnet46 543.7K ·

@stephentoub stephentoub added this pull request to the merge queue Jul 2, 2026
Merged via the queue into main with commit b0c7706 Jul 2, 2026
69 checks passed
@stephentoub stephentoub deleted the update-copilot-1.0.69-0 branch July 2, 2026 15:26
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