You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three CLI/MCP tools have new stable releases. Constants in pkg/constants/version_constants.go updated and make recompile ran twice — 235 lock files regenerated.
Tool
Previous
New
Risk
Copilot CLI
1.0.51
1.0.52
Low
OpenAI Codex
0.130.0
0.133.0 (3 intermediate)
Low–Medium
GitHub MCP Server
v1.0.4
v1.0.5
Low
No changes needed for: Claude Code (2.1.150), MCP Gateway (v0.3.18), Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).
Scrollbar with mouse drag support in the main conversation view.
/compact accepts optional focus instructions to shape the compaction summary.
/usage shows quota progress bars for session and weekly limits.
New deferred-tool-loading agent frontmatter for tool-search discovery on large toolsets.
Status line command accepts plain shell commands alongside executable script paths.
Old process log files in ~/.copilot/logs/ are auto-pruned at startup.
General-purpose subagents use GPT-5.4 or GPT-5.5 when available.
Reasoning tokens shown alongside output token count in usage summary.
View Full Changelog (Copilot CLI 1.0.52)
Bug Fixes
Non-interactive subcommands (plugin list, mcp list, help, version) no longer read from stdin.
Switching to Autopilot mode no longer raises unexpected permission prompts for tools, paths, or URLs.
copilot --continue from a saved session refreshes the saved branch and git context.
Kill command safety filter no longer rejects valid commands with shell redirection (e.g., kill -0 <PID> 2>/dev/null).
Sessions resume in their saved working directory; pass -C to override. Relative-path flag values resolve from saved cwd.
Context window tier selection (~200K vs 1M tokens) enforced across compaction, truncation, and token display.
AI Credits usage now correctly displays after Responses API sessions.
Rendering stutter fixed on tmux + Cygwin/mintty.
Slash command picker keeps (experimental) and (staff) labels orange when row is selected.
Sessions with non-URL strings in URL/URI fields resume without 'Session file is corrupted' error.
HTTP/2 upload stall timeouts auto-retry over HTTP/1.1.
Windows: sessions no longer fail to load when a process exits with a high-bit exit code.
Timeline entry connector color matches surrounding elements when expanded.
Gray background bar removed from user messages on non-truecolor terminals.
Exit summary AI Credits label has correct spacing.
/restart and /update preserve current session ID.
PowerShell's division operator no longer falsely triggers 'Allow directory access' prompt on Windows.
MCP / OAuth
Legacy nested oauth.clientId and oauth.callbackPort keys in MCP server configs are migrated to oauthClientId and auth.redirectPort (previously dropped silently).
Risk: Low–Medium — three sequential releases with broad changes, but no breaking changes identified for gh-aw workflow usage (Codex is invoked non-interactively via CLI).
Affects: Codex engine workflows. The auto-enabled Goals feature and richer permission profiles may shift behavior, but defaults remain compatible.
Migration: None required. Codex CLI invocation surface used by gh-aw is unchanged.
Risk: Low — additive changes (new tools, new optional params, new pagination). No breaking changes.
Affects: Workflows using the GitHub MCP server. New tools become available; get_reviews pagination may require updates in scripts that assumed all reviews returned in one call (existing behavior preserved for default page size).
Ran make recompile twice — 235 lock files modified, 0 errors
Saved version-check cache to /tmp/gh-aw/cache-memory/version-check-2026-05-24.txt
Recommendations
Update priority: Routine. None of these are security releases.
Testing: Existing workflow tests should cover all three CLIs. For Copilot, verify the existing checklist from version_constants.go (MCP loading, /models with PAT).
Summary
Three CLI/MCP tools have new stable releases. Constants in
pkg/constants/version_constants.goupdated andmake recompileran twice — 235 lock files regenerated.No changes needed for: Claude Code (2.1.150), MCP Gateway (v0.3.18), Playwright MCP (0.0.75), Playwright CLI (0.1.13), Playwright Browser (v1.60.0).
Update Copilot CLI
Key Features
/compactaccepts optional focus instructions to shape the compaction summary./usageshows quota progress bars for session and weekly limits.deferred-tool-loadingagent frontmatter for tool-search discovery on large toolsets.~/.copilot/logs/are auto-pruned at startup.View Full Changelog (Copilot CLI 1.0.52)
Bug Fixes
plugin list,mcp list,help,version) no longer read from stdin.copilot --continuefrom a saved session refreshes the saved branch and git context.kill -0 <PID> 2>/dev/null).-Cto override. Relative-path flag values resolve from saved cwd.(experimental)and(staff)labels orange when row is selected.AI Creditslabel has correct spacing./restartand/updatepreserve current session ID.MCP / OAuth
oauth.clientIdandoauth.callbackPortkeys in MCP server configs are migrated tooauthClientIdandauth.redirectPort(previously dropped silently).redirectPort.Polish & UI
/statuslinepicker has cleaner item descriptions and improved spacing.Impact Assessment
/modelsworks with PAT auth (per existing checklist in version_constants.go comment).Update OpenAI Codex
Key Features (across 0.131–0.133)
codex remote-controlruns like a foreground command with readiness waits, machine status, and explicitstart/stopdaemon commands (0.133).requirements.tomlsupport, runtime refresh, stronger Windows sandbox integration (0.133).TurnResultwith collected items, timing, and usage (0.132).codex exec resumeaccepts--output-schema(0.132).@picker for files, directories, plugins, skills via app-server plugin metadata (0.131).codex remote-control, runtime enable/disable APIs (0.131).openai-codex/openai_codexpackage name (0.131).codex doctorfor support-ready diagnostics across runtime, auth, terminal, network, config, local state (0.131).View Full Changelog (Codex 0.131 – 0.133)
Codex 0.133.0 — Bug Fixes
Codex 0.133.0 — Documentation
Codex 0.133.0 — Chores
Codex 0.132.0 — Bug Fixes
name (thread-id)in resume hints; pasted text works in picker search box (Clarify resume hints for renamed threads openai/codex#23234, feat(tui): handle paste in session picker openai/codex#23338).codex doctordetects npm-managed installs correctly; MSVC release binaries no longer depend on separately installed VC++ runtime DLLs (Fix Windows doctor npm root probe openai/codex#22967, windows: link MSVC release binaries with static CRT openai/codex#22905).Codex 0.132.0 — Chores
Codex 0.131.0 — Bug Fixes
/reviewMCP startup status,/sideEsc handling, network approval history text (fix(tui): preserve wrapped prose beside URLs openai/codex#21760, fix(tui): improve light-mode selection contrast openai/codex#21950, fix(tui): preserve Shift+Enter in tmux csi-u panes openai/codex#21943, Fix /review mode MCP startup render issue openai/codex#21624, Prevent Esc from dismissing or rewinding/sideopenai/codex#22710, fix(tui): render network approval history by target openai/codex#22229).taskkillcleanup; non-queued plugin reads (Increase exec-server environment transport timeouts openai/codex#21825, fix(tui): suppress taskkill output for MCP teardown on Windows openai/codex#21759, fix(exec-server): suppress Windows taskkill output openai/codex#22058, Unqueue plugin list and read requests openai/codex#22703).Codex 0.131.0 — Documentation
Impact Assessment
Update GitHub MCP Server
ghcr.io/github/github-mcp-server:v1.0.5Key Features
rationaleparameter onupdate_issue_type(Add optionalrationaleparameter toupdate_issue_typetool github-mcp-server#2458).get_reviews(fix: add missing pagination on get_reviews github-mcp-server#2367).View Full Changelog (GitHub MCP Server v1.0.5)
IFC Labeling (Information Flow Control)
ifclabel forlist_issuestool (Add ifc label for list_issues tool github-mcp-server#2453).ifclabel forget_file_contentstool (Add ifc label for get_file_contents tool github-mcp-server#2454).ifclabel forsearch_issuestool (Add ifc label for search_issues tool github-mcp-server#2456).ifclabel forissue_readtool (Add ifc label for issue_read tool github-mcp-server#2457).ifclabel forsearch_repositoriestool (Add ifc label for search_repositories tool github-mcp-server#2459).Documentation
Chores
Impact Assessment
get_reviewspagination may require updates in scripts that assumed all reviews returned in one call (existing behavior preserved for default page size).Update Process
Applied:
pkg/constants/version_constants.go(3 lines changed)make recompiletwice — 235 lock files modified, 0 errors/tmp/gh-aw/cache-memory/version-check-2026-05-24.txtRecommendations
version_constants.go(MCP loading,/modelswith PAT).References