Skip to content

[ca] CLI Version Updates: Copilot 1.0.54 + GitHub MCP Server v1.0.5 #34600

@github-actions

Description

@github-actions

Summary

Automated CLI version check detected two updates available since 2026-05-24. Constants have been updated in pkg/constants/version_constants.go. make recompile failed due to a pre-existing import cycle in pkg/logger (unrelated to these version bumps) — see Critical Issues below.

Tool Previous New Risk
GitHub Copilot CLI 1.0.52 1.0.54 Low
GitHub MCP Server v1.0.4 v1.0.5 Low

No changes needed for: Claude Code (2.1.150), Codex (0.133.0), MCP Gateway (v0.3.18), Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).

Critical Issues

make recompile failed — pre-existing import cycle:

package github.com/github/gh-aw/cmd/gh-aw
	imports github.com/github/gh-aw/pkg/cli from main.go
	imports github.com/github/gh-aw/pkg/agentdrain from drain3_integration.go
	imports github.com/github/gh-aw/pkg/logger from anomaly.go
	imports github.com/github/gh-aw/pkg/timeutil from logger.go
	imports github.com/github/gh-aw/pkg/logger from format.go: import cycle not allowed
make: *** [Makefile:23: build] Error 1

This was introduced by recent commit 80265a5 ("Add debug logging to utility packages"). The lock files were not regenerated in this run — a follow-up is required after the cycle between pkg/logger and pkg/timeutil is resolved.

Update: GitHub Copilot CLI 1.0.52 → 1.0.54

  • Previous: 1.0.52 → New: 1.0.54 (intermediate: 1.0.53)
  • Timeline: 1.0.53 published 2026-05-24, 1.0.54 published 2026-05-24 (same day)
  • Risk: Low — bug-fix-only release

Release Highlights

v1.0.53 (2026-05-24)

  • Multiline prompts display fully without content clipping or selection offset
  • /skills picker now correctly honors --config-dir when saving skill preferences
  • Bash shell sessions no longer hang when PS0 or PROMPT_COMMAND is set in the environment

v1.0.54 (2026-05-24)

  • "Fixes and changes" (no detailed changelog provided in release notes)

Breaking Changes

None.

View CLI Discovery (main `--help` output)

Main help unchanged versus 1.0.52 surface. Subcommands still: completion, help, init, login, mcp, plugin, update, version. Help topics: commands, config, environment, logging, monitoring, permissions, providers.

No new top-level flags detected.

Full help output cached at /tmp/gh-aw/cache-memory/copilot-1.0.54-help.txt.

View Subcommand Help — `config`

No structural changes to documented settings. Notable settings still present:

  • allowedUrls, autoUpdate, banner, bashEnv, beep, powershellFlags, compactPaste, copyOnSelect, customAgents.defaultLocalOnly, deniedUrls, experimental, memory, includeCoAuthoredBy, keepAlive, companyAnnouncements, continueOnAutoMode, logLevel, model

Model catalog still includes Claude Sonnet 4.6/4.5, Haiku 4.5, Opus 4.7/4.6/4.6-fast/4.5, and GPT-5.x lineup including gpt-5.3-codex and gpt-5.2-codex.

Full output cached at /tmp/gh-aw/cache-memory/copilot-1.0.54-config-help.txt.

View Subcommand Help — `environment`

No new environment variables detected versus 1.0.52. Full BYOK provider env vars still documented (COPILOT_PROVIDER_*), OTel env vars still documented (COPILOT_OTEL_*, OTEL_*).

Full output cached at /tmp/gh-aw/cache-memory/copilot-1.0.54-environment-help.txt.

Package Links

Update: GitHub MCP Server v1.0.4 → v1.0.5

  • Previous: v1.0.4 → New: v1.0.5
  • Timeline: v1.0.5 published 2026-05-18
  • Risk: Low — additive tool changes plus internal go-github upgrade

Release Highlights (v1.0.5)

New tools / capabilities

Internal hardening / labeling

Documentation

Breaking Changes

None.

Impact Assessment

  • Affects: workflows using github MCP tools — particularly those calling update_issue_type, get_reviews, code search, or discussion comments.
  • Risk: Low. New tools are additive; update_issue_type adds an optional parameter; pagination on get_reviews was a missing-feature fix.
  • Migration: None required. New collaborator-listing and discussion-comment write tools become available automatically.

Package Links

Recommendations

  1. Block on import cycle: resolve the pkg/loggerpkg/timeutil import cycle introduced in commit 80265a5 before merging this update — otherwise lock files cannot be regenerated.
  2. After the cycle is resolved, run make recompile (twice if container SHA pins need to settle) so all *.lock.yml files pick up the new version constants.
  3. Both updates are low-risk patches; no workflow code changes required.

References

  • Workflow run: §26387536477
  • Previous version check: cache-memory version-check-2026-05-24.txt
  • Constants updated: pkg/constants/version_constants.go (DefaultCopilotVersion, DefaultGitHubMCPServerVersion)

Generated by 🔢 CLI Version Checker · opus47 12M ·

  • expires on May 27, 2026, 6:57 AM UTC

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions