Skip to content

[ca] Update CLI Versions: Copilot 0.0.355 → 0.0.357, Codex 0.57.0 → 0.58.0 #3970

@github-actions

Description

@github-actions

Update GitHub Copilot CLI and OpenAI Codex

Two CLI tools have new versions available as of 2025-11-14.


🚀 GitHub Copilot CLI

Version Update: 0.0.355 → 0.0.357 (2 intermediate versions)

Release Timeline

  • 0.0.355: 2025-11-12 21:53 UTC
  • 0.0.356: 2025-11-13 19:07 UTC (~21 hours later)
  • 0.0.357: 2025-11-14 02:14 UTC (~7 hours later)

Changes Analysis

  • Breaking Changes: None detected
  • New Features: None detected in help output
  • Bug Fixes: Unknown (no public release notes available)
  • CLI Discovery: No new commands, flags, or option changes detected
  • Security: No CVEs reported

Impact Assessment

  • Risk Level: Low
  • Affected Features: None identified
  • Migration Required: No

Notes

GitHub Copilot CLI repository may be private. NPM package metadata shows rapid successive releases within 24 hours, suggesting internal bug fixes or minor improvements.

Package Links


🔧 OpenAI Codex

Version Update: 0.57.0 → 0.58.0

Release Timeline

  • 0.57.0: 2025-11-09 22:31 UTC
  • 0.58.0: 2025-11-13 18:05 UTC (~4 days later)

Changes Analysis

Breaking Changes

None

New Features

  • GPT-5.1 Model Support: Added support for gpt-5.1 models family with explicit medium reasoning level by default
  • App Server Enhancements:
    • New JSON schema generator command
    • Item started/completed events for turn items
    • Thread/resume supports history, path, and overrides
    • Reduced boilerplate with macro cleanup
  • Shell Command Tool: New shell_command tool feature
  • Ghost Commit Feature: Enabled by default (only waits for mutating tools)
  • Unified Exec: Added workdir support and escalation handling
  • Model Migration: Warning on resume if switching models, rate limit nudge, and explicit model picker updates

Bug Fixes

  • Fixed Wayland image paste error
  • Fixed brew auto update version check
  • Updated config documentation for TOML parsing
  • Fixed seatbelt to allow reading hw.physicalcpu
  • Fixed world-writable scan warnings
  • Fixed otel tests stability
  • Fixed status output to use auth information from AuthManager
  • Avoided hang when tool's process spawns grandchild sharing stderr/stdout

Performance & Quality of Life

  • TUI: Display keyboard shortcuts inline for approval options
  • Job-control for Ctrl-Z handling
  • Proxy context left after compaction
  • Fixed model picker wrapping issues

CLI Discovery

Changes detected in --help output:

  1. app-server description: Changed from "Run the app server" to "Run the app server or related tooling"
  2. Config override parsing: Changed from JSON to TOML parsing
    • Before: "The value portion is parsed as JSON. If it fails to parse as JSON, the raw string is used as a literal."
    • After: "The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal."
  3. Full-auto mode: Changed from -a on-failure to -a on-request
    • Before: "Convenience alias for low-friction sandboxed automatic execution (-a on-failure, --sandbox workspace-write)"
    • After: "Convenience alias for low-friction sandboxed automatic execution (-a on-request, --sandbox workspace-write)"

Impact Assessment

  • Risk Level: Medium
  • Affected Features:
    • Config override parsing now uses TOML instead of JSON (breaking if config overrides use JSON-specific syntax)
    • Full-auto mode behavior changed from "on-failure" to "on-request"
  • Migration Required: Yes, if using config overrides or full-auto mode
    • Review any config overrides to ensure TOML compatibility
    • Test full-auto workflows with new "on-request" behavior

Release Highlights (from GitHub)

Major Updates

  • Support for gpt-5.1 models family with configurable reasoning levels
  • App server protocol improvements with better event tracking
  • Enhanced quality of life with inline TUI shortcuts and better warnings
  • Stabilization of OTEL tests and cloud task authentication

Merged PRs

Over 50 PRs merged, including:

Full list of 59 merged PRs available in release notes.

Package Links


✅ Actions Taken

  1. ✅ Updated pkg/constants/constants.go:

    • DefaultCopilotVersion = "0.0.357"
    • DefaultCodexVersion = "0.58.0"
  2. ⚠️ Action Required: Run make recompile to update workflows

    • Could not run in current environment (Go not available)
    • Team should run in development environment
  3. ✅ Saved help outputs to cache-memory:

    • copilot-0.0.356-help.txt
    • copilot-0.0.357-help.txt
    • codex-0.58.0-help.txt

📋 Next Steps

  1. Review this issue and approve changes
  2. Run make recompile in a Go-enabled environment
  3. Validate workflow changes
  4. Test with updated CLI versions
  5. Create PR with updated constants and workflows

Auto-generated by CLI Version Checker
Workflow Run: 19368539567
Check Date: 2025-11-14 15:03 UTC

AI generated by CLI Version Checker

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions