Skip to content

Bump @github/copilot from 1.0.36 to 1.0.39 in /scripts/codegen#134

Merged
edburns merged 2 commits intomainfrom
dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.39
Apr 30, 2026
Merged

Bump @github/copilot from 1.0.36 to 1.0.39 in /scripts/codegen#134
edburns merged 2 commits intomainfrom
dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.39

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps @github/copilot from 1.0.36 to 1.0.39.

Release notes

Sourced from @​github/copilot's releases.

1.0.39

2026-04-28

  • Allow ACP clients to toggle allow-all permission mode via session configuration
  • Add /compact, /context, /usage, and /env slash commands for ACP sessions
  • Press ctrl+x → b to move the current running task or shell command to the background
  • Transient pipe errors on child process stdio streams no longer cause crashes or trigger false crash reports
  • /remote status output now shows actionable hints for each connection state
  • Improve --resume session picker with better tab layout, status display, and progressive loading
  • Slash command argument picker opens immediately at exact command boundaries without requiring a trailing space

1.0.39-0

Added

  • Press ctrl+x → b to move the current running task or shell command to the background

Improved

  • /remote status output now shows actionable hints for each connection state
  • Improve --resume session picker with better tab layout, status display, and progressive loading
  • Slash command argument picker opens immediately at exact command boundaries without requiring a trailing space

Fixed

  • Transient pipe errors on child process stdio streams no longer cause crashes or trigger false crash reports

1.0.37

2026-04-27

  • Location-based permission persistence is now enabled by default, so approvals carry over across sessions for the same directory
  • Add copilot completion <bash|zsh|fish> subcommand to generate static shell completion scripts for subcommands, flags, and known choice values
  • Press s in the session picker to cycle sort order: relevance, last used, created, or name
  • ACP model config options now include description and metadata for clients using the configOptions API
  • Model and effort change notification no longer appears when re-selecting the same model or effort level
  • Clipboard write no longer leaks X11 handles on Linux
  • Pending message indicator displays correctly alongside prompt frames
  • Fix detached HEAD detection always returning false after switch to git branch --show-current
  • Skill picker list stays fully visible when skills have errors or warnings
  • /ask responses now render markdown, including tables and formatted links
Changelog

Sourced from @​github/copilot's changelog.

1.0.39 - 2026-04-28

  • Allow ACP clients to toggle allow-all permission mode via session configuration
  • Add /compact, /context, /usage, and /env slash commands for ACP sessions
  • Press ctrl+x → b to move the current running task or shell command to the background
  • Transient pipe errors on child process stdio streams no longer cause crashes or trigger false crash reports
  • /remote status output now shows actionable hints for each connection state
  • Improve --resume session picker with better tab layout, status display, and progressive loading
  • Slash command argument picker opens immediately at exact command boundaries without requiring a trailing space

1.0.37 - 2026-04-27

  • Location-based permission persistence is now enabled by default, so approvals carry over across sessions for the same directory
  • Add copilot completion <bash|zsh|fish> subcommand to generate static shell completion scripts for subcommands, flags, and known choice values
  • Press s in the session picker to cycle sort order: relevance, last used, created, or name
  • ACP model config options now include description and metadata for clients using the configOptions API
  • Model and effort change notification no longer appears when re-selecting the same model or effort level
  • Clipboard write no longer leaks X11 handles on Linux
  • Pending message indicator displays correctly alongside prompt frames
  • Fix detached HEAD detection always returning false after switch to git branch --show-current
  • Skill picker list stays fully visible when skills have errors or warnings
  • /ask responses now render markdown, including tables and formatted links
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2026
@edburns
Copy link
Copy Markdown
Collaborator

edburns commented Apr 30, 2026

@dependabot recreate

Bumps [@github/copilot](https://github.com/github/copilot-cli) from 1.0.36 to 1.0.39.
- [Release notes](https://github.com/github/copilot-cli/releases)
- [Changelog](https://github.com/github/copilot-cli/blob/main/changelog.md)
- [Commits](github/copilot-cli@v1.0.36...v1.0.39)

---
updated-dependencies:
- dependency-name: "@github/copilot"
  dependency-version: 1.0.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.39 branch from 3458ce0 to 1021b84 Compare April 30, 2026 01:55
Auto-committed by codegen-check workflow.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 code generation dependency on @github/copilot to v1.0.39 and regenerates the Java SDK’s generated RPC/event model to match the newer Copilot CLI schemas.

Changes:

  • Bump scripts/codegen dependency from @github/copilot 1.0.36 → 1.0.39 (and lockfile).
  • Regenerate RPC surface to add the session.tasks.* namespace and related params/results.
  • Regenerate session event types/fields, including model.call_failure and additional telemetry fields on existing events.
Show a summary per file
File Description
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionWorkspacesGetWorkspaceResult.java Adds user_named to workspace metadata (and reorders record components).
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksStartAgentResult.java Adds result type for session.tasks.startAgent.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksStartAgentParams.java Adds params type for session.tasks.startAgent.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksRemoveResult.java Adds result type for session.tasks.remove.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksRemoveParams.java Adds params type for session.tasks.remove.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksPromoteToBackgroundResult.java Adds result type for session.tasks.promoteToBackground.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksPromoteToBackgroundParams.java Adds params type for session.tasks.promoteToBackground.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksListResult.java Adds result type for session.tasks.list.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksListParams.java Adds params type for session.tasks.list.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksCancelResult.java Adds result type for session.tasks.cancel.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksCancelParams.java Adds params type for session.tasks.cancel.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionTasksApi.java Adds session-scoped typed wrapper for the tasks namespace.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionRpc.java Exposes the new tasks namespace via the session-scoped typed RPC client.
src/generated/java/com/github/copilot/sdk/generated/rpc/SessionNameGetResult.java Updates semantics of the name field documentation.
src/generated/java/com/github/copilot/sdk/generated/rpc/AgentInfo.java Adds path field for file-based agent definitions.
src/generated/java/com/github/copilot/sdk/generated/SessionModelChangeEvent.java Adds cause field to model-change event data.
src/generated/java/com/github/copilot/sdk/generated/SessionInfoEvent.java Adds optional tip field to info event data.
src/generated/java/com/github/copilot/sdk/generated/SessionEvent.java Registers new model.call_failure event subtype in sealed hierarchy + polymorphic mapping.
src/generated/java/com/github/copilot/sdk/generated/SessionErrorEvent.java Adds rate-limit-related fields (errorCode, eligibleForAutoSwitch).
src/generated/java/com/github/copilot/sdk/generated/ModelCallFailureSource.java Adds enum describing failure origin for model call failures.
src/generated/java/com/github/copilot/sdk/generated/ModelCallFailureEvent.java Adds the model.call_failure event type and payload.
src/generated/java/com/github/copilot/sdk/generated/AutoModeSwitchRequestedEvent.java Adds retryAfterSeconds to auto-mode-switch prompt payload.
scripts/codegen/package.json Bumps @github/copilot dependency version for codegen.
scripts/codegen/package-lock.json Updates lockfile to @github/copilot 1.0.39 and platform packages.

Copilot's findings

Files not reviewed (1)
  • scripts/codegen/package-lock.json: Language not supported
  • Files reviewed: 1/24 changed files
  • Comments generated: 0

@edburns
Copy link
Copy Markdown
Collaborator

edburns commented Apr 30, 2026

22:24 Prompt

But this did take the agentic fix path, right, or did that fail because of the "trigger" thing we have now fixed on chaff?

22:28 Response

Yes — it did take the agentic fix path. Here's the full trace:

  1. Step 8 — "Commit and push regenerated files to PR branch" → success (pushed 68b58f09)
  2. Step 11 — "Run mvn verify" → success (with continue-on-error: true)
  3. Step 12 — "Capture error summary" → success (has errors)
  4. Step 13 — "Trigger agentic fix workflow" → success (dispatched codegen-agentic-fix)
  5. Step 14 — "Wait for agentic fix to complete" → in_progress (stuck polling)

So mvn verify failed after the regeneration, codegen-check triggered the agentic fix workflow (run 25143366317), and that's the run that failed with "push-to-pull-request-branch with target 'triggering' requires pull request context" — the exact bug we just fixed on chaff.

The codegen-check run is now stuck at step 14, endlessly polling for the agentic fix to succeed (it'll time out after 30 minutes of polling). Once it times out, steps 15-16 ("Fetch latest changes" and "Final mvn verify") will likely still run but won't have the agentic fix's changes.

So yes — the chaff fix directly addresses this failure path. Once that's merged, @dependabot recreate will work end-to-end.

@edburns edburns merged commit f2c79b4 into main Apr 30, 2026
11 checks passed
@edburns edburns deleted the dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.39 branch April 30, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants