Skip to content

Update Copilot CLI to 1.0.84-3 - #2592

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
update-copilot-1.0.84-3
Closed

Update Copilot CLI to 1.0.84-3#2592
github-actions[bot] wants to merge 1 commit into
mainfrom
update-copilot-1.0.84-3

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Automated update of the Copilot CLI release to version 1.0.84-3.

Changes

  • Updated the shared release pin in nodejs/package.json
  • Validated the release assets listed in SHA256SUMS.txt
  • Re-ran all code generators (scripts/codegen)
  • Formatted generated output
  • Regenerated Java types from the pinned CLI release schemas

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 Copilot CLI Version workflow.

- Updated the shared CLI release pin
- Re-ran code generators
- Formatted generated code
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

SDK Consistency Review — PR #2592

Scope: This PR consists entirely of auto-generated codegen output (RPC types, session event types, and a CLI version bump to 1.0.84-3), regenerated from the pinned github/copilot-cli schema across all six SDKs (Node.js, Python, Go, .NET, Java, Rust).

Findings: No cross-SDK consistency issues found. Verified feature parity for the new/changed surface area:

  • workingDirectory param on plugins.enable/plugins.disable — present in all 6 SDKs (.NET WorkingDirectory, Go WorkingDirectory, Java workingDirectory record field, Node.js workingDirectory?, Python working_directory, Rust working_directory via api_types.rs).
  • session.model.setAllowedModels — present in all 6 SDKs with language-idiomatic naming (.NET SetAllowedModelsAsync, Go SetAllowedModels, Java setAllowedModels, Node.js setAllowedModels, Python set_allowed_models, Rust set_allowed_models).
  • session.sandbox.disableForSession — present in all 6 SDKs.
  • session.factory.pauseAtCheckpoint / FactoryPauseInfo discriminated union — present in all 6 SDKs (Rust wrapper is pub(crate), consistent with existing internal-only factory pause plumbing).
  • New session events (SessionAutoTierRecommendationEvent, RecommendedAutoTier, SubagentModelSelectionSource, SubagentTaskModelSource) — present in Java/Node/Python/Rust generated event unions; Go/.NET session event files in this diff show corresponding updates as well.

No manual/handwritten wrapper code was modified in this PR — only generated files and the CLI version pin. No action needed.

Generated by SDK Consistency Review Agent for #2592 · copilot · sonnet50 · 73.1 AIC · ⌖ 12.2 AIC · ⊞ 8.3K ·

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.

1 participant