Skip to content

[ca] CLI Version Updates: MCP Gateway v0.2.7, Copilot CLI 1.0.12, Codex 0.117.0, Claude Code 2.1.85 #23207

Description

@github-actions

Summary

Version check run §23630943347 detected the following changes since last check (2026-03-26):

Tool Previous Latest Status
MCP Gateway v0.2.6 v0.2.7 ✅ Updated in constants.go
Copilot CLI 1.0.11 1.0.12 ℹ️ Uses latest
Claude Code 2.1.84 2.1.85 ℹ️ Uses latest
Codex 0.116.0 0.117.0 ℹ️ Uses latest
GitHub MCP Server v0.32.0 v0.32.0 — No change
Playwright MCP 0.0.68 0.0.68 — No change
Playwright Browser v1.58.2 v1.58.2 — No change
APM v0.8.5 v0.8.5 — No change

DefaultMCPGatewayVersion has been updated from v0.2.6v0.2.7 in pkg/constants/constants.go and make recompile was run (178/178 workflows recompiled).


MCP Gateway v0.2.6 → v0.2.7

Released: 2026-03-27 (today)

Key Features

Bug Fixes & Improvements

View Full Changelog

Full release notes: https://github.com/github/gh-aw-mcpg/releases/tag/v0.2.7

Key merged PRs:

Impact Assessment

  • Risk: Low — primarily bug fixes and GHEC support
  • Docker Image: ghcr.io/github/gh-aw-mcpg:v0.2.7
  • Affects: Sandbox agent container, DIFC guard policies, GHEC deployments

Copilot CLI 1.0.11 → 1.0.12 (uses latest)

CLI Changes (from help diff)

Removed flags:

  • --alt-screen[=value] — Use the terminal alternate screen buffer (on|off)
  • --no-alt-screen — Disable the terminal alternate screen buffer

Added flags:

  • --enable-reasoning-summaries — Request reasoning summaries for OpenAI models

New subcommand:

  • providers — Custom Model Providers (BYOK)

Subcommand: providers (BYOK — Bring Your Own Key)

Allows using a custom model provider instead of GitHub Copilot's model routing. Key environment variables:

Variable Purpose
COPILOT_PROVIDER_BASE_URL API endpoint URL (required to activate BYOK)
COPILOT_PROVIDER_TYPE openai (default), azure, or anthropic
COPILOT_PROVIDER_API_KEY API key (optional for local providers like Ollama)
COPILOT_PROVIDER_BEARER_TOKEN Bearer token (takes precedence over API key)
COPILOT_PROVIDER_WIRE_API completions (default) or responses
COPILOT_MODEL Model name (required for BYOK; no default)

Supports: Ollama, vLLM, Foundry Local, Azure OpenAI, Anthropic, and any OpenAI-compatible endpoint.

View providers Help Output
Custom Model Providers (BYOK):

  Use your own model provider instead of GitHub Copilot's model routing.
  Set the COPILOT_PROVIDER_BASE_URL environment variable to activate BYOK mode.
  GitHub authentication is not required when using a custom provider.

  # Ollama (local, no API key required)
  $ COPILOT_PROVIDER_BASE_URL=(localhost/redacted) \
    COPILOT_MODEL=deepseek-coder-v2:16b \
    copilot

  # Anthropic
  $ COPILOT_PROVIDER_TYPE=anthropic \
    COPILOT_PROVIDER_BASE_URL=https://api.anthropic.com \
    COPILOT_PROVIDER_API_KEY=sk-ant-... \
    COPILOT_MODEL=claude-sonnet-4-20250514 \
    copilot

Impact Assessment

  • Risk: Low — additive features, uses latest tag
  • Notable: BYOK providers feature enables running Copilot CLI against any OpenAI-compatible or Anthropic endpoint — may be useful for gh-aw local/offline testing scenarios

Codex 0.116.0 → 0.117.0 (uses latest)

View Highlights

Impact Assessment


Claude Code 2.1.84 → 2.1.85 (uses latest)

Minor patch release. No public repository; changelog not available.

Impact Assessment

  • Risk: Low — uses latest tag, patch-level bump

Package Links

References:

Generated by CLI Version Checker ·

  • expires on Mar 29, 2026, 4:25 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