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
Multiple CLI and MCP server versions updated in pkg/constants/version_constants.go and workflows recompiled (191/191). Playwright MCP (0.0.70) and Playwright Browser (v1.59.1) remain up-to-date.
Tool name format example updated: Bash(git:*) → Bash(git *) in --allowedTools and --disallowedTools help text (colon separator removed)
View Full Help Diff
- --allowedTools, --allowed-tools <tools...> Comma or space-separated list of tool names to allow (e.g. "Bash(git:*) Edit")+ --allowedTools, --allowed-tools <tools...> Comma or space-separated list of tool names to allow (e.g. "Bash(git *) Edit")- --disallowedTools, --disallowed-tools <tools...> Comma or space-separated list of tool names to deny (e.g. "Bash(git:*) Edit")+ --disallowedTools, --disallowed-tools <tools...> Comma or space-separated list of tool names to deny (e.g. "Bash(git *) Edit")
Subcommand restructure: copilot config --help and copilot environment --help no longer show their documentation pages. Documentation is now only accessible via copilot help config and copilot help environment. The main help (commands list) no longer shows config and environment as subcommands — available commands are now: help, init, login, mcp, plugin.
The underlying config and environment help content appears unchanged; only the access path changed.
Summary
Multiple CLI and MCP server versions updated in
pkg/constants/version_constants.goand workflows recompiled (191/191). Playwright MCP (0.0.70) and Playwright Browser (v1.59.1) remain up-to-date.Update Claude Code → 2.1.110
CLI Changes (2.1.105 → 2.1.110)
Bash(git:*)→Bash(git *)in--allowedToolsand--disallowedToolshelp text (colon separator removed)View Full Help Diff
Impact Assessment
Update Copilot CLI → 1.0.28
CLI Changes (1.0.27 → 1.0.28)
Subcommand restructure:
copilot config --helpandcopilot environment --helpno longer show their documentation pages. Documentation is now only accessible viacopilot help configandcopilot help environment. The main help (commands list) no longer showsconfigandenvironmentas subcommands — available commands are now:help,init,login,mcp,plugin.The underlying config and environment help content appears unchanged; only the access path changed.
View Subcommand Changes
1.0.27 commands:
help,init,login,mcp,plugin,config(docs),environment(docs)1.0.28 commands:
help [topic],init,login,mcp,pluginAccess via:
copilot help config/copilot help environment(still works)Impact Assessment
copilot config --helporcopilot environment --help)Update Codex → 0.121.0
View Key Changes (0.121.0)
Features
codex marketplace addcommand for installing plugin marketplaces from GitHub, git URLs, local directories, and directmarketplace.jsonURLs (Add marketplace command openai/codex#17087, [codex] Refactor marketplace add into shared core flow openai/codex#17717, [codex] Support local marketplace sources openai/codex#17756)Ctrl+Rreverse history search in composer (feat(tui): add reverse history search to composer openai/codex#17550)supports_parallel_tool_callsflag to included mcps openai/codex#17667, Send sandbox state through MCP tool metadata openai/codex#17763)Bug Fixes
resume --lastandthread/listwith verbatim path prefixes (Fix thread/list cwd filtering for Windows verbatim paths openai/codex#17414)fs/readDirectory(Fix fs/readDirectory to skip broken symlinks openai/codex#17907)Impact Assessment
Update Gemini CLI → 0.38.1
Impact Assessment
Update GitHub MCP Server → v0.33.1
Impact Assessment
Update MCP Gateway → v0.2.20
ghcr.io/github/gh-aw-mcpg:v0.2.20View Release Highlights
Features
Bug Fixes
GITHUB_MCP_SERVER_TOKENtoken priority order documented correctly (docs: document GITHUB_MCP_SERVER_TOKEN and fix token priority order gh-aw-mcpg#3761)enable_toolsetDIFC rules now properly enforced (fix(guard): cover deprecated tool aliases, enable_toolset DIFC rule, and pre-emptive CLI entries gh-aw-mcpg#3762)Impact Assessment
References: