Skip to content

Bump @github/copilot from 1.0.35 to 1.0.36 in /scripts/codegen#105

Merged
edburns merged 1 commit intomainfrom
dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.36
Apr 25, 2026
Merged

Bump @github/copilot from 1.0.35 to 1.0.36 in /scripts/codegen#105
edburns merged 1 commit intomainfrom
dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.36

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @github/copilot from 1.0.35 to 1.0.36.

Release notes

Sourced from @​github/copilot's releases.

1.0.36

2026-04-24

  • Subcommand picker shows a selection indicator (❯) next to the highlighted item
  • Clearer error message with a direct link when multiple Copilot licenses are detected
  • Fixed an issue where preToolUse.matcher was ignored. After upgrade, hooks with matcher run only for tool names that fully match the regex.
  • /keep-alive is available without experimental mode to prevent system sleep while Copilot CLI is active
  • /remote command shows current status and supports /remote on and /remote off to toggle remote control
  • Disabled skills no longer appear in the slash command list
  • Add a 'changes' statusline toggle to show added/removed line counts for the session
  • Custom instruction files in .gitignored directories (e.g., .github/instructions/) now load correctly
  • Require double Esc to cancel in-flight work, preventing accidental interruptions
  • Saving debug logs or feedback bundles no longer overwrites existing archive files
  • Custom agents, skills, and commands from ~/.claude/ are no longer loaded by the Copilot CLI
  • Claude Opus 4.6 now uses medium reasoning effort by default

1.0.36-1

Added

  • Add a 'changes' statusline toggle to show added/removed line counts for the session

Improved

  • Require double Esc to cancel in-flight work, preventing accidental interruptions

Fixed

  • Custom instruction files in .gitignored directories (e.g., .github/instructions/) now load correctly

1.0.36-0

Improved

  • Claude Opus 4.6 now uses medium reasoning effort by default

Fixed

  • Saving debug logs or feedback bundles no longer overwrites existing archive files
  • Custom agents, skills, and commands from ~/.claude/ are no longer loaded by the Copilot CLI
Changelog

Sourced from @​github/copilot's changelog.

1.0.36 - 2026-04-24

  • Subcommand picker shows a selection indicator (❯) next to the highlighted item
  • Clearer error message with a direct link when multiple Copilot licenses are detected
  • Fixed an issue where preToolUse.matcher was ignored. After upgrade, hooks with matcher run only for tool names that fully match the regex.
  • /keep-alive is available without experimental mode to prevent system sleep while Copilot CLI is active
  • /remote command shows current status and supports /remote on and /remote off to toggle remote control
  • Disabled skills no longer appear in the slash command list
  • Add a 'changes' statusline toggle to show added/removed line counts for the session
  • Custom instruction files in .gitignored directories (e.g., .github/instructions/) now load correctly
  • Require double Esc to cancel in-flight work, preventing accidental interruptions
  • Saving debug logs or feedback bundles no longer overwrites existing archive files
  • Custom agents, skills, and commands from ~/.claude/ are no longer loaded by the Copilot CLI
  • Claude Opus 4.6 now uses medium reasoning effort by default
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@github/copilot](https://github.com/github/copilot-cli) from 1.0.35 to 1.0.36.
- [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.35...v1.0.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 24, 2026
Copy link
Copy Markdown
Collaborator

@edburns edburns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR has only one commit — the Dependabot bump. Here's what happened:

  1. Codegen Check ran ("Verify generated files are up-to-date") — completed in 10 seconds with success. That's too fast to have run codegen + mvn verify. It means the generated files were already up-to-date — the 1.0.36 schemas didn't change from 1.0.35, so npm run generate produced identical output, check-changes was false, and it exited early.

  2. No regeneration commit was pushed — because nothing changed.

  3. No agentic fix triggered — because the codegen check passed.

  4. Build & Test ran separately ("Java SDK Tests") and passed — this is the build-test.yml workflow, which runs mvn verify on the existing code. Since generated files didn't change, everything passes.

All steps happen BEFORE merge, on the PR. Nothing happens after merge except the unconditional codegen-check push-to-main trigger (which will also pass trivially).

What to do with the PR: It's safe to merge. The 1.0.35 → 1.0.36 bump had no schema changes, so it's a no-op from a codegen perspective. All checks are green.

@edburns edburns merged commit 10dd197 into main Apr 25, 2026
6 checks passed
@edburns edburns deleted the dependabot/npm_and_yarn/scripts/codegen/github/copilot-1.0.36 branch April 25, 2026 13:59
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.

1 participant