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
- Block on import cycle: resolve the
pkg/logger ↔ pkg/timeutil import cycle introduced in commit 80265a5 before merging this update — otherwise lock files cannot be regenerated.
- 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.
- 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 · ◷
Summary
Automated CLI version check detected two updates available since 2026-05-24. Constants have been updated in
pkg/constants/version_constants.go.make recompilefailed due to a pre-existing import cycle inpkg/logger(unrelated to these version bumps) — see Critical Issues below.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 recompilefailed — pre-existing import cycle: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 betweenpkg/loggerandpkg/timeutilis resolved.Update: GitHub Copilot CLI 1.0.52 → 1.0.54
Release Highlights
v1.0.53 (2026-05-24)
/skillspicker now correctly honors--config-dirwhen saving skill preferencesPS0orPROMPT_COMMANDis set in the environmentv1.0.54 (2026-05-24)
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,modelModel 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-codexandgpt-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
Release Highlights (v1.0.5)
New tools / capabilities
rationaleparameter toupdate_issue_typetool — Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458get_reviews— fix: add missing pagination on get_reviews github-mcp-server#2367Internal hardening / labeling
ifclabel forlist_issues,get_file_contents,search_issues,issue_read,search_repositoriestools — PRs Add ifc label for list_issues tool github-mcp-server#2453, Add ifc label for get_file_contents tool github-mcp-server#2454, Add ifc label for search_issues tool github-mcp-server#2456, Add ifc label for issue_read tool github-mcp-server#2457, Add ifc label for search_repositories tool github-mcp-server#2459Documentation
Breaking Changes
None.
Impact Assessment
githubMCP tools — particularly those callingupdate_issue_type,get_reviews, code search, or discussion comments.update_issue_typeadds an optional parameter; pagination onget_reviewswas a missing-feature fix.Package Links
Recommendations
pkg/logger↔pkg/timeutilimport cycle introduced in commit80265a5before merging this update — otherwise lock files cannot be regenerated.make recompile(twice if container SHA pins need to settle) so all*.lock.ymlfiles pick up the new version constants.References
version-check-2026-05-24.txtpkg/constants/version_constants.go(DefaultCopilotVersion, DefaultGitHubMCPServerVersion)