Update Summary
Two CLI tools have new versions available and have been updated in pkg/constants/constants.go:
1. GitHub Copilot CLI: 0.0.374 → 0.0.375
- Previous: 0.0.374 (released 2026-01-02)
- New: 0.0.375 (released 2026-01-07)
- Timeline: 5-day interval
- Breaking Changes: None detected
- CLI Discovery: No new commands or flags detected in help output
- Impact: Risk Low - Minor version increment, no CLI interface changes
2. OpenAI Codex: 0.78.0 → 0.79.0
- Previous: 0.78.0 (released ~December 2025)
- New: 0.79.0 (released 2026-01-07)
- Timeline: ~1 month interval
- Breaking Changes: None
- CLI Discovery: No new commands or flags detected in help output
Codex 0.79.0 Release Highlights
Key Features:
- Agent Control: Multi-conversation "agent control" enabling sessions to spawn or message other conversations programmatically
- Thread Rollback: App-server
thread/rollback API allowing IDE clients to undo the last N turns without rewriting history
- Cached Web Search:
web_search_cached flag for safer cached-only Web Search results
- Resume Enhancements: Global exec flags (model/json/sandbox toggles) now passable after
codex exec resume
- Announcement Tips: Time/version-targeted announcement tips in the TUI driven by TOML configuration
- Analytics Control: New
[analytics] enabled=... config section for managing analytics behavior
Merged PRs (Codex 0.79.0)
Notable changes from the release:
Copilot CLI 0.0.375 Analysis
Package Information:
- Published: 2026-01-07T15:01:12Z (5 days after 0.0.374)
- No public GitHub repository or release notes available
- Help output comparison shows no changes between 0.0.374 and 0.0.375
- NPM package size: ~140MB
Assessment: This appears to be a maintenance release with internal improvements or bug fixes. No user-facing CLI changes detected.
Package Links
Copilot CLI:
Codex:
Changes Applied
- ✅ Updated
pkg/constants/constants.go with new versions
- ✅ Ran
make recompile to regenerate workflow lock files
- ✅ All workflow files regenerated successfully (pre-existing campaign validation warnings are unrelated)
- ✅ Help outputs cached for future reference
Migration Notes
No migration required - Both updates are backward compatible with no breaking changes or CLI interface modifications.
Testing Recommendations
- Copilot CLI: Run integration tests to verify no behavioral changes
- Codex: Test new agent control and thread rollback features if applicable to gh-aw workflows
- General: Verify all smoke tests pass with updated versions
AI generated by CLI Version Checker
Update Summary
Two CLI tools have new versions available and have been updated in
pkg/constants/constants.go:1. GitHub Copilot CLI: 0.0.374 → 0.0.375
2. OpenAI Codex: 0.78.0 → 0.79.0
Codex 0.79.0 Release Highlights
Key Features:
thread/rollbackAPI allowing IDE clients to undo the last N turns without rewriting historyweb_search_cachedflag for safer cached-only Web Search resultscodex exec resume[analytics] enabled=...config section for managing analytics behaviorMerged PRs (Codex 0.79.0)
Notable changes from the release:
resumeand fix CI codex build/timeout openai/codex#8440 - Global exec flags support after resumeCopilot CLI 0.0.375 Analysis
Package Information:
Assessment: This appears to be a maintenance release with internal improvements or bug fixes. No user-facing CLI changes detected.
Package Links
Copilot CLI:
Codex:
Changes Applied
pkg/constants/constants.gowith new versionsmake recompileto regenerate workflow lock filesMigration Notes
No migration required - Both updates are backward compatible with no breaking changes or CLI interface modifications.
Testing Recommendations