Skip to content

Update CLI tool versions: Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2#15069

Merged
pelikhan merged 4 commits intomainfrom
copilot/update-cli-tools-versions-another-one
Feb 12, 2026
Merged

Update CLI tool versions: Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2#15069
pelikhan merged 4 commits intomainfrom
copilot/update-cli-tools-versions-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Three CLI tools have new versions with bug fixes and improvements. Updated version constants and regenerated all workflow lock files with Go 1.25.0 toolchain.

Version Updates

  • GitHub Copilot CLI: 0.0.4060.0.407
  • OpenAI Codex: 0.98.00.99.0 (includes RUSTSEC-2026-0009 security fix, MCP server lifecycle improvements)
  • MCP Gateway: v0.1.0v0.1.2 (adds tool discovery catalog, GPL dependency detection)

Changes

  • Updated constants in pkg/constants/constants.go:
    • DefaultCopilotVersion: "0.0.407"
    • DefaultCodexVersion: "0.99.0"
    • DefaultMCPGatewayVersion: "v0.1.2"
  • Regenerated 148 workflow lock files via make recompile

All compiled workflows now reference updated versions in installation steps and Docker image pulls.

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates: Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2</issue_title>
<issue_description>Three CLI tools have new versions available with various improvements, bug fixes, and new features.

Summary

  • GitHub Copilot CLI: 0.0.406 → 0.0.407 (Minor update)
  • OpenAI Codex: 0.98.0 → 0.99.0 (Major feature release)
  • MCP Gateway: v0.1.0 → v0.1.2 (Maintenance release)

Status: Constants updated in pkg/constants/constants.go:312, pkg/constants/constants.go:337, pkg/constants/constants.go:346. Full recompile pending due to Go 1.25.0 toolchain availability.


GitHub Copilot CLI: 0.0.406 → 0.0.407

Update Timeline

  • 0.0.406: Released 2026-02-07
  • 0.0.407: Released 2026-02-11 (4 day interval)

Package Information

Impact Assessment

  • Risk: Low
  • Update Priority: Medium
  • Breaking Changes: None expected

Recommendations

Since the Copilot CLI repository may be private, detailed changelog analysis was not possible. The version increment suggests a patch release with likely bug fixes or minor improvements. NPM metadata shows publication on 2026-02-11.

Next Steps:

  1. Install and test 0.0.407 in a development environment
  2. Compare CLI help output between versions
  3. Run integration tests before production deployment
  4. Complete the recompile process once Go 1.25.0 toolchain is available

OpenAI Codex: 0.98.0 → 0.99.0

Update Timeline

  • 0.98.0: Released 2026-02-05
  • 0.99.0: Released 2026-02-11 (6 day interval)

Package Information

Release Highlights (from GitHub)

View Key Features

New Features

View Bug Fixes

Bug Fixes


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Changeset

  • Type: patch
  • Description: Bump the default Copilot, Codex, and MCP Gateway CLI versions and regenerate workflow locks so installs use the new releases.

Generated by Changeset Generator

Copilot AI and others added 2 commits February 12, 2026 02:24
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI tools versions for Copilot, Codex, and MCP Gateway Update CLI tool versions: Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2 Feb 12, 2026
Copilot AI requested a review from pelikhan February 12, 2026 02:31
@pelikhan pelikhan added the smoke label Feb 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation...

@github-actions
Copy link
Contributor

🧪 Smoke Project is now testing project operations...

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

Changeset Generator completed successfully!

@github-actions
Copy link
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Contributor

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.52.0
jq 1.7
yq 4.52.2
curl 8.5.0
gh 2.86.0
node 20.20.0
python3 3.12.3
go 1.24.12
java 21.0.10
dotnet 10.0.102

Result: 12/12 tools available ✅

All common development tools are accessible in the agent container environment.

AI generated by Agent Container Smoke Test

@github-actions
Copy link
Contributor

Smoke Project completed successfully. All project operations validated.

@github-actions
Copy link
Contributor

Smoke Test Results for PR #15069

✅ GitHub MCP | ✅ Safe Inputs GH | ✅ Playwright | ✅ File I/O | ✅ Bash
✅ Discussion Query | ✅ Discussion Comment | ✅ Build | ✅ Workflow Dispatch

Status: PASS (9/9 tests) | §21931331566

cc: @pelikhan @Copilot

AI generated by Smoke Copilot

@github-actions
Copy link
Contributor

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Contributor

PRs: #15066 Fix template-injection in MCP config heredocs; #15055 Update developer-docs-consolidator to write to scratchpad/dev.md
GitHub MCP: ✅
Serena MCP: ✅
Playwright: ✅
File write + bash cat: ✅
Build (make build): ✅
Overall: PASS

AI generated by Smoke Codex

@pelikhan pelikhan marked this pull request as ready for review February 12, 2026 02:42
Copilot AI review requested due to automatic review settings February 12, 2026 02:42
@pelikhan pelikhan merged commit 2ac315e into main Feb 12, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/update-cli-tools-versions-another-one branch February 12, 2026 02:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s pinned CLI tool versions (Copilot CLI, Codex CLI, MCP Gateway image) and refreshes the compiled workflow lock files so GitHub Actions runs use the new defaults.

Changes:

  • Bump default tool version constants in pkg/constants/constants.go (Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2).
  • Regenerate compiled workflow .lock.yml files to apply the updated pins across install steps and image pulls.
  • Remove the deprecated “Security Guard Agent” entry from the agent factory status page and add a changeset for the patch release.

Reviewed changes

Copilot reviewed 151 out of 151 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pkg/constants/constants.go Updates default version constants for Copilot, Codex, and MCP Gateway.
docs/src/content/docs/agent-factory-status.mdx Removes the Security Guard Agent entry from the workflow status table.
.github/workflows/workflow-generator.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/weekly-issue-summary.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/video-analyzer.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/unbloat-docs.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/typist.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/test-workflow.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/test-dispatcher.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/test-create-pr-error-handling.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/step-name-alignment.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/static-analysis-report.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/stale-repo-identifier.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/smoke-opencode.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/smoke-claude.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/sergo.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/semantic-function-refactor.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/scout.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/schema-consistency-checker.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/safe-output-health.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/prompt-clustering-analysis.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/pr-triage-agent.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/plan.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/org-health-report.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/metrics-collector.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/lockfile-stats.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/issue-triage-agent.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/issue-monster.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/issue-classifier.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/issue-arborist.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/instructions-janitor.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/grumpy-reviewer.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/gpclean.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/go-pattern-detector.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/go-logger.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/go-fan.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/github-mcp-tools-report.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/github-mcp-structural-analysis.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/firewall.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/example-workflow-analyzer.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/example-permissions-warning.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/example-custom-error-patterns.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/duplicate-code-detector.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/discussion-task-miner.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/developer-docs-consolidator.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/dev.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/deep-report.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/daily-team-status.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/daily-team-evolution-insights.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/daily-safe-output-optimizer.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/daily-multi-device-docs-tester.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/daily-malicious-code-scan.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/daily-issues-report.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/daily-fact.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/daily-doc-updater.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/daily-code-metrics.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/daily-choice-test.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/copilot-session-insights.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/copilot-pr-merged-report.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/copilot-agent-analysis.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/commit-changes-analyzer.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/codex-github-remote-mcp-test.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/code-simplifier.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/cloclo.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/cli-version-checker.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/claude-code-user-docs-review.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/chroma-issue-indexer.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/changeset.lock.yml Updates pinned Codex CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/blog-auditor.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/audit-workflows.lock.yml Updates pinned MCP Gateway image version in compiled workflow.
.github/workflows/artifacts-summary.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.github/workflows/ai-moderator.lock.yml Updates pinned Copilot CLI and MCP Gateway image versions in compiled workflow.
.changeset/patch-bump-cli-tool-versions-defaults.md Adds a patch changeset describing the CLI version bumps and lock regeneration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] CLI Version Updates: Copilot 0.0.407, Codex 0.99.0, MCP Gateway v0.1.2

3 participants