Skip to content

chore(deps): bump @github/copilot from 1.0.52 to 1.0.55#44

Merged
kanywst merged 2 commits into
mainfrom
dependabot/npm_and_yarn/github/copilot-1.0.54
May 29, 2026
Merged

chore(deps): bump @github/copilot from 1.0.52 to 1.0.55#44
kanywst merged 2 commits into
mainfrom
dependabot/npm_and_yarn/github/copilot-1.0.54

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps @github/copilot from 1.0.52 to 1.0.55.

Release notes

Sourced from @​github/copilot's releases.

1.0.55

2026-05-28

  • Free and Student plan users on token-based billing are restricted to Auto model selection, with an explanation shown in the model picker
  • Report Claude thinking (reasoning) tokens in session usage summaries
  • Add support for Claude Opus 4.8
  • Loading spinner no longer hangs forever when launching in an untrusted folder
  • MCP server configuration form saves the latest typed value when pressing Ctrl+S
  • Show per-MCP-server token usage in /mcp and break out MCP tool tokens in /context
  • Custom agents and skills are now discovered recursively in subdirectories
  • Add permissions.disableBypassPermissionsMode setting to prevent enabling allow-all/yolo mode
  • Update model selection behavior for select subscription plans
  • The exit_plan_mode tool is only offered to the model while the session is in plan mode
  • Native binary crash (e.g. SIGSEGV) now falls through to the JavaScript fallback instead of silently exiting
  • Add /autopilot to keep autopilot focused, with /goal as an alias
  • Detect PowerShell 7 correctly when pwsh.exe is installed as a Microsoft Store App Execution Alias
  • Sessions with zero-sized CAPI billing batches resume correctly
  • Cell-based terminal renderer is now enabled for all users by default
  • Show a warning when remote controlled sessions are disabled by organization policy
  • Extension log files are now captured per extension and surfaced in the extensions_manage tool to help diagnose failures
  • Project extensions in .github/extensions are now discovered in non-git (folder-backed) workspaces
  • Allow /statusline and /theme commands to run while the agent is executing
  • MCP configuration now opens in its own dedicated screen, with scrollable server and tool lists when content exceeds the visible area
  • Hook progress streaming shows real-time status messages from long-running hooks in the timeline
  • pluginDirectories on session.create and session.resume RPC: SDK clients can mount Open Plugins-format directories per session.
  • Delete remote sessions directly from the session picker
  • Schedule manager hint bar text no longer wraps over dialog borders when entries are added
  • copilot update and copilot version authenticate release API requests to avoid rate limit errors in shared-NAT environments
  • Diff view keyboard shortcut hints display correctly when toggling between unstaged and branch diff modes
  • Clipboard paste works correctly on Wayland compositors that do not support wlr-data-control (e.g. GNOME/Mutter)
  • Interactive shell tool preserves parent terminal color settings so diff tools and other programs render with full color
  • Canvas tools with optional object input schemas open correctly without validation errors
  • Extension subprocesses no longer fail with "Invalid command format" when forked from an older CLI version
  • Settings migration preserves user data when legacy snake_case keys exist from older CLI versions
  • Support owner/repo#ref syntax when adding plugins from the marketplace
  • Feedback dialog and /skills help text use Copilot-consistent log paths and terminology
  • Progress indicators integrate natively with tmux 3.6b pane progress state
  • --plugin-dir skills now take precedence over personal-home (~/.copilot, ~/.agents) skills with the same name. Order is now project > plugin-dir > personal > custom.
  • Show a helpful message when remote controlled sessions are disabled by organization policy
  • Reasoning token count now shown in session token summary for all users
  • Terminal bell no longer sounds on turn completion unless explicitly enabled via config
  • /resume picker no longer shows blank rows for sessions closed before sending a message
  • Aborting a session no longer leaves the UI stuck in a Cancelling state when Task tool agents are running
  • vote_memory tool calls are throttled per response and per interaction to prevent runaway voting bursts
  • Upward auto-scroll now engages when dragging mouse selection past the top of the timeline
  • Clipboard correctly copies CJK and supplementary-plane Unicode characters on Windows
  • Increase selection background contrast across all color themes for better visibility
  • /env now shows loaded extensions with their status and source
  • Extensions launch correctly when the CLI runs as a single-executable application (SEA)

... (truncated)

Changelog

Sourced from @​github/copilot's changelog.

1.0.55 - 2026-05-28

  • Free and Student plan users on token-based billing are restricted to Auto model selection, with an explanation shown in the model picker
  • Report Claude thinking (reasoning) tokens in session usage summaries
  • Add support for Claude Opus 4.8
  • Loading spinner no longer hangs forever when launching in an untrusted folder
  • MCP server configuration form saves the latest typed value when pressing Ctrl+S
  • Show per-MCP-server token usage in /mcp and break out MCP tool tokens in /context
  • Custom agents and skills are now discovered recursively in subdirectories
  • Add permissions.disableBypassPermissionsMode setting to prevent enabling allow-all/yolo mode
  • Update model selection behavior for select subscription plans
  • The exit_plan_mode tool is only offered to the model while the session is in plan mode
  • Native binary crash (e.g. SIGSEGV) now falls through to the JavaScript fallback instead of silently exiting
  • Add /autopilot to keep autopilot focused, with /goal as an alias
  • Detect PowerShell 7 correctly when pwsh.exe is installed as a Microsoft Store App Execution Alias
  • Sessions with zero-sized CAPI billing batches resume correctly
  • Cell-based terminal renderer is now enabled for all users by default
  • Show a warning when remote controlled sessions are disabled by organization policy
  • Extension log files are now captured per extension and surfaced in the extensions_manage tool to help diagnose failures
  • Project extensions in .github/extensions are now discovered in non-git (folder-backed) workspaces
  • Allow /statusline and /theme commands to run while the agent is executing
  • MCP configuration now opens in its own dedicated screen, with scrollable server and tool lists when content exceeds the visible area
  • Hook progress streaming shows real-time status messages from long-running hooks in the timeline
  • pluginDirectories on session.create and session.resume RPC: SDK clients can mount Open Plugins-format directories per session.
  • Delete remote sessions directly from the session picker
  • Schedule manager hint bar text no longer wraps over dialog borders when entries are added
  • copilot update and copilot version authenticate release API requests to avoid rate limit errors in shared-NAT environments
  • Diff view keyboard shortcut hints display correctly when toggling between unstaged and branch diff modes
  • Clipboard paste works correctly on Wayland compositors that do not support wlr-data-control (e.g. GNOME/Mutter)
  • Interactive shell tool preserves parent terminal color settings so diff tools and other programs render with full color
  • Canvas tools with optional object input schemas open correctly without validation errors
  • Extension subprocesses no longer fail with "Invalid command format" when forked from an older CLI version
  • Settings migration preserves user data when legacy snake_case keys exist from older CLI versions
  • Support owner/repo#ref syntax when adding plugins from the marketplace
  • Feedback dialog and /skills help text use Copilot-consistent log paths and terminology
  • Progress indicators integrate natively with tmux 3.6b pane progress state
  • --plugin-dir skills now take precedence over personal-home (~/.copilot, ~/.agents) skills with the same name. Order is now project > plugin-dir > personal > custom.
  • Show a helpful message when remote controlled sessions are disabled by organization policy
  • Reasoning token count now shown in session token summary for all users
  • Terminal bell no longer sounds on turn completion unless explicitly enabled via config
  • /resume picker no longer shows blank rows for sessions closed before sending a message
  • Aborting a session no longer leaves the UI stuck in a Cancelling state when Task tool agents are running
  • vote_memory tool calls are throttled per response and per interaction to prevent runaway voting bursts
  • Upward auto-scroll now engages when dragging mouse selection past the top of the timeline
  • Clipboard correctly copies CJK and supplementary-plane Unicode characters on Windows
  • Increase selection background contrast across all color themes for better visibility
  • /env now shows loaded extensions with their status and source
  • Extensions launch correctly when the CLI runs as a single-executable application (SEA)

1.0.54 - 2026-05-24

... (truncated)

Commits
  • d88b67d Update changelog.md for version 1.0.54
  • 58e05a5 Update changelog.md for version 1.0.53
  • fad7701 Update changelog.md for version 1.0.52
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 28, 2026
@kanywst
Copy link
Copy Markdown
Member

kanywst commented May 29, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 29, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@kanywst
Copy link
Copy Markdown
Member

kanywst commented May 29, 2026

@dependabot recreate

Bumps [@github/copilot](https://github.com/github/copilot-cli) from 1.0.52 to 1.0.55.
- [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.52...v1.0.55)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @github/copilot from 1.0.52 to 1.0.54 chore(deps): bump @github/copilot from 1.0.52 to 1.0.55 May 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/github/copilot-1.0.54 branch from bec1531 to 6b435a7 Compare May 29, 2026 13:15
@kanywst kanywst merged commit a0511fe into main May 29, 2026
3 checks passed
@kanywst kanywst deleted the dependabot/npm_and_yarn/github/copilot-1.0.54 branch May 29, 2026 14:34
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