-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Repository: https://github.com/github/copilot-cli (may be private)
- Current Version: https://www.npmjs.com/package/`@github/copilot`/v/0.0.357
🔧 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_commandtool 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:
- app-server description: Changed from "Run the app server" to "Run the app server or related tooling"
- Config override parsing: Changed from JSON to TOML parsing
- Before: "The
valueportion is parsed as JSON. If it fails to parse as JSON, the raw string is used as a literal." - After: "The
valueportion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal."
- Before: "The
- Full-auto mode: Changed from
-a on-failureto-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:
- Add gpt-5.1 model definitions openai/codex#6551 — Add gpt-5.1 model definitions
- [app-server] add item started/completed events for turn items openai/codex#6517 — Add item started/completed events for turn items
- feat: shell_command tool openai/codex#6510 — feat: shell_command tool
- feat: warning switch model on resume openai/codex#6507 — feat: warning switch model on resume
- [app-server] feat: thread/resume supports history, path, and overrides openai/codex#6483 — Thread/resume supports history, path, and overrides
- [app-server] update macro to make renaming methods less boilerplate-y openai/codex#6470 — Update macro to make renaming methods less boilerplate-y
- Enable ghost_commit feature by default openai/codex#6041 — Enable ghost_commit feature by default
- feat(tui): Display keyboard shortcuts inline for approval options openai/codex#5889 — Display keyboard shortcuts inline for approval options
- Fix wayland image paste error openai/codex#4824 — Fix wayland image paste error
Full list of 59 merged PRs available in release notes.
Package Links
- NPM Package: https://www.npmjs.com/package/`@openai/codex`
- Repository: https://github.com/openai/codex
- Release Notes: https://github.com/openai/codex/releases
- Specific Release: https://github.com/openai/codex/releases/tag/rust-v0.58.0
✅ Actions Taken
-
✅ Updated
pkg/constants/constants.go:DefaultCopilotVersion = "0.0.357"DefaultCodexVersion = "0.58.0"
-
⚠️ Action Required: Runmake recompileto update workflows- Could not run in current environment (Go not available)
- Team should run in development environment
-
✅ Saved help outputs to cache-memory:
copilot-0.0.356-help.txtcopilot-0.0.357-help.txtcodex-0.58.0-help.txt
📋 Next Steps
- Review this issue and approve changes
- Run
make recompilein a Go-enabled environment - Validate workflow changes
- Test with updated CLI versions
- 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
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency file