Skip to content

Update Copilot CLI to 0.0.409 and Codex to 0.101.0#15277

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

Update Copilot CLI to 0.0.409 and Codex to 0.101.0#15277
pelikhan merged 4 commits intomainfrom
copilot/update-cli-tools-versions-another-one

Conversation

Copy link
Contributor

Copilot AI commented Feb 13, 2026

Updates CLI tool versions to incorporate recent bug fixes and feature additions.

Changes

  • Version constants (pkg/constants/constants.go):

    • DefaultCopilotVersion: 0.0.407 → 0.0.409
    • DefaultCodexVersion: 0.99.0 → 0.101.0
  • Workflow recompilation (111 files):

    • Regenerated all .lock.yml files to propagate version changes
    • Version constants are embedded in workflow compilation, requiring regeneration when constants change

Notable improvements in new versions

Copilot CLI 0.0.409:

  • MCP cwd property fix improves file path handling
  • Crash fixes for extensive output improve long-running task stability
  • New list_copilot_spaces tool in GitHub MCP configuration

Codex 0.101.0:

  • Model slug stability prevents unexpected model switching during execution
  • Memory management improvements reduce noise in phase-1 processing
  • Better concurrency handling for stability under load

No breaking changes identified in either update.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login ithub-script/git/ref/tags/v8 rev-parse iginal --show-toplevel f74 /usr/bin/git f74/init.pid -C runtime-runc/moby rev-parse (http block)
    • Triggering command: /usr/bin/gh gh api user --jq .login /home/REDACTED/work/gh-aw/gh-aw/.github/workflows runtime-runc/moby r: $owner, name: $name) { hasDiscussionsEnabled } } io.containerd.rudocker 64/pkg/tool/linuimage /usr/bin/git (http block)
    • Triggering command: /usr/bin/gh gh api user --jq .login --show-toplevel runtime-runc/moby /usr/bin/grep io.containerd.ru/bin/sh ache/go/1.25.0/x-c /usr/bin/git (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] CLI Version Updates Available: Copilot CLI 0.0.409 and Codex 0.101.0</issue_title>
<issue_description>### Summary

Two CLI tools have new versions available with bug fixes, new features, and improvements:

  • Copilot CLI: 0.0.407 → 0.0.409 (2 versions)
  • Codex: 0.99.0 → 0.101.0 (2 versions)

Status: ✅ constants.go has been updated with new versions
Next Step: Run integration tests to verify compatibility before merging


GitHub Copilot CLI

Version Timeline

  • Previous: 0.0.407
  • Intermediate: 0.0.408 (February 12, 2026)
  • Latest: 0.0.409 (February 12, 2026)
  • Release Frequency: Both versions released same day

Breaking Changes

None identified

Key Features (0.0.409)

  • VS Code Integration: New /ide command enables VS Code integration
  • Quick Help Overlay: Press ? key for grouped keyboard shortcuts
  • Scrollable Permission Prompts: Permission prompts with extensive diffs now scrollable in alt-screen mode
  • Plugin Discovery: Default plugin marketplaces (copilot-plugins, awesome-copilot) added
  • GitHub MCP Enhancement: Added list_copilot_spaces tool to default GitHub MCP config

Key Features (0.0.408)

  • Streamer Mode: New /streamer-mode command hides preview model names and quota details during streaming
  • Mouse Support: Text selection with mouse in --alt-screen mode
  • Slash Command Improvements: Substring matching in slash command autocomplete
  • Keyboard Shortcut Change: Run command shortcut changed from ctrl+p to ctrl+s
View Full Changelog

Version 0.0.409 (February 12, 2026)

Features

  • /diff uses full screen in alt-screen mode
  • Quick help overlay accessible via ? key with grouped shortcuts
  • Theme preview positioning improved for screen reader accessibility
  • Added list_copilot_spaces tool to default GitHub MCP config
  • Subagents now deliver comprehensive responses
  • VS Code integration enabled via /ide command
  • Permission prompts with extensive diffs became scrollable in alt-screen
  • Default plugin marketplaces (copilot-plugins, awesome-copilot) added

Impact on gh-aw

  • New GitHub MCP tool list_copilot_spaces may be useful for workspace management features
  • VS Code integration provides new interaction model for developer workflows
  • Enhanced plugin marketplace improves extensibility

Version 0.0.408 (February 12, 2026)

Features

  • /streamer-mode to hide preview model names and quota details for streaming
  • Enhanced shellId flexibility to prevent errors when numeric values passed
  • Background task hints refresh when detached shells are terminated
  • Mouse text selection functionality added to --alt-screen mode
  • Substring matching integrated into slash command autocomplete

Bug Fixes

  • Commands with extensive output no longer cause crashes
  • Fixed duplicate/ghost lines appearing when resizing terminal in alt-screen
  • MCP servers now respect the cwd working directory property

Keyboard Shortcut Changes

  • Run command shortcut changed from ctrl+p to ctrl+s

Impact on gh-aw

  • MCP cwd property fix may improve file path resolution in workflows
  • Crash fixes for extensive output improve stability for long-running agent tasks
  • Terminal rendering improvements benefit alt-screen usage patterns
View Migration Guide

Migration Steps

  1. Update constants.go (✅ Completed)

    • Updated DefaultCopilotVersion from 0.0.407 to 0.0.409
  2. Run Integration Tests (⚠️ Required)

    • Execute full integration test suite per the warning in constants.go
    • Verify agent execution works with new version
    • Test MCP server interactions with cwd property fix
    • Validate no regressions in workflow execution
  3. Test New Features (Optional)

    • Test /ide command for VS Code integration compatibility
    • Verify list_copilot_spaces tool works if GitHub MCP config is affected
    • Check if alt-screen mode improvements affect terminal-based workflows
  4. Recompile Workflows (Required)

    • Run make recompile to update workflow lock files
    • Commit updated pkg/constants/constants.go and generated workflow files

Breaking Changes

None expected. All changes are additive or fixes.

Rollback Plan

If issues arise, revert DefaultCopilotVersion to 0.0.407 and run make recompile.

Package Links


OpenAI Codex CLI

Version Timeline

  • Previous: 0.99.0
  • Intermediate: 0.100.0 (February 12, 2026)
  • Latest: 0.101.0 (February 12, 2026)
  • Release Frequency: Both versions released same day

Breaking Changes

None identified

Key Features (0.101.0)

  • Model Stability: M...

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.


Changeset

  • Type: patch
  • Description: Bump the default Copilot CLI to 0.0.409 and Codex to 0.101.0

Generated by Changeset Generator

Copilot AI changed the title [WIP] Update CLI tools to latest versions 0.0.409 and 0.101.0 Update Copilot CLI to 0.0.409 and Codex to 0.101.0 Feb 13, 2026
Copilot AI requested a review from pelikhan February 13, 2026 03:03
@pelikhan pelikhan marked this pull request as ready for review February 13, 2026 03:58
Copilot AI review requested due to automatic review settings February 13, 2026 03:58
@pelikhan pelikhan added the smoke label Feb 13, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

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

@github-actions
Copy link
Contributor

🧪 Smoke Project is now testing project operations...

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 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 13, 2026

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

@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.13
java 21.0.10
dotnet 10.0.102

Result: 12/12 tools available ✅

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

✅ GitHub MCP
✅ Safe Inputs GH CLI
✅ Playwright
✅ File Writing
✅ Bash Tool
✅ Discussion Interaction
✅ Build gh-aw
✅ Workflow Dispatch

Status: PASS

cc @pelikhan @Copilot

AI generated by Smoke Copilot

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

This PR updates the repo’s default pinned versions of the GitHub Copilot CLI and OpenAI Codex CLI, then regenerates workflow lock files so the compiled workflows install and report the new agent versions consistently.

Changes:

  • Bump DefaultCopilotVersion to 0.0.409 and DefaultCodexVersion to 0.101.0.
  • Regenerate workflow .lock.yml files to propagate the new pinned versions into agent_version metadata and install steps.
  • Regenerate specs/artifacts.md to reflect current workflow artifact upload/download paths and workflow set.

Reviewed changes

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

Show a summary per file
File Description
pkg/constants/constants.go Updates default pinned Copilot/Codex CLI versions used by workflow compilation.
specs/artifacts.md Regenerated artifact location reference to match current compiled workflows/artifacts.
.github/workflows/agent-performance-analyzer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/agent-persona-explorer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/ai-moderator.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/archie.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/artifacts-summary.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/auto-triage-issues.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/brave.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/breaking-change-checker.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/chroma-issue-indexer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/ci-coach.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/ci-doctor.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/cli-consistency-checker.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/code-scanning-fixer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/code-simplifier.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/copilot-cli-deep-research.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/copilot-pr-merged-report.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/copilot-pr-nlp-analysis.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/copilot-pr-prompt-analysis.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/craft.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-assign-issue-to-user.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-cli-performance.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-cli-tools-tester.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-compiler-quality.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-copilot-token-report.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-file-diet.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-firewall-report.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-malicious-code-scan.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-mcp-concurrency-analysis.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-news.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-regulatory.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-repo-chronicle.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-secrets-analysis.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-semgrep-scan.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-syntax-error-quality.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-team-status.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-testify-uber-super-expert.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/daily-workflow-updater.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/delight.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/dependabot-burner.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/dependabot-go-checker.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/dev-hawk.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/dev.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/dictation-prompt.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/discussion-task-miner.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/docs-noob-tester.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/draft-pr-cleanup.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/example-custom-error-patterns.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/example-permissions-warning.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/firewall-escape.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/firewall.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/functional-pragmatist.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/glossary-maintainer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/gpclean.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/grumpy-reviewer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/hourly-ci-cleaner.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/issue-monster.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/issue-triage-agent.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/jsweep.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/layout-spec-maintainer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/mcp-inspector.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/mergefest.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/metrics-collector.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/notion-issue-summary.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/org-health-report.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/pdf-summary.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/plan.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/poem-bot.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/portfolio-analyst.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/pr-nitpick-reviewer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/pr-triage-agent.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/python-data-charts.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/q.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/release.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/repo-audit-analyzer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/repo-tree-map.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/repository-quality-improver.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/research.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/security-compliance.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/security-review.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/slide-deck-maintainer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/smoke-copilot.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/smoke-project.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/smoke-test-tools.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/stale-repo-identifier.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/sub-issue-closer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/super-linter.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/technical-doc-writer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/terminal-stylist.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/test-dispatcher.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/test-project-url-default.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/test-workflow.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/tidy.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/ubuntu-image-analyzer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/video-analyzer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/weekly-issue-summary.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/workflow-generator.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/workflow-health-manager.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/workflow-normalizer.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/workflow-skill-extractor.lock.yml Regenerated lock to embed Copilot CLI 0.0.409.
.github/workflows/changeset.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/daily-fact.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/daily-issues-report.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/daily-observability-report.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/daily-performance-summary.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/deep-report.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/duplicate-code-detector.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/issue-arborist.lock.yml Regenerated lock to embed Codex CLI 0.101.0.
.github/workflows/smoke-codex.lock.yml Regenerated lock to embed Codex CLI 0.101.0.

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

@github-actions
Copy link
Contributor

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

@pelikhan pelikhan merged commit 28bf0c5 into main Feb 13, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/update-cli-tools-versions-another-one branch February 13, 2026 04:04
@github-actions
Copy link
Contributor

Smoke test results (Codex): PASS
Merged PRs: #15195 Add configurable file type restrictions to cache-memory and repo-memory with validation failure reporting; #15279 🔧 Fix repository checkout logic in workflow compiler
GitHub MCP: ✅
Serena MCP (activate + find_symbol): ✅
Playwright (github.com title): ✅
File write + cat: ✅
Build (make build): ✅

AI generated by Smoke Codex

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 Available: Copilot CLI 0.0.409 and Codex 0.101.0

3 participants