-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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/rollbackAPI allowing IDE clients to undo the last N turns without rewriting history - Cached Web Search:
web_search_cachedflag 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:
- [device-auth] Update login instruction for headless environments. openai/codex#8753 - Device-auth login instruction updates for headless environments
- Use ConfigLayerStack for skills discovery. openai/codex#8497 - Skills discovery refactored to use ConfigLayerStack
- Allow global exec flags after
resumeand fix CI codex build/timeout openai/codex#8440 - Global exec flags support after resume - feat: agent controller openai/codex#8783 - Agent controller implementation
- feat(app-server): thread/rollback API openai/codex#8454 - App-server thread rollback API
- add web_search_cached flag openai/codex#8795 - Web search cached flag addition
- feat: add analytics config setting openai/codex#8350 - Analytics configuration setting addition
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:
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Repository: Private (not publicly accessible)
Codex:
- 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.79.0
Changes Applied
- ✅ Updated
pkg/constants/constants.gowith new versions - ✅ Ran
make recompileto 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
Copilot
Metadata
Metadata
Labels
automationdependenciesPull requests that update a dependency filePull requests that update a dependency file