-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Summary
Three CLI tool updates are available and have been applied to pkg/constants/constants.go:
- Claude Code: 2.1.14 → 2.1.15 (released 2026-01-21)
- Copilot CLI: 0.0.388 → 0.0.389 (released 2026-01-21)
- Codex: 0.87.0 → 0.88.0 (released 2026-01-21)
Changes by Tool
Claude Code (2.1.14 → 2.1.15)
Version: 2.1.15
Release Date: January 21, 2026 (21:25 UTC)
Timeline: 1 day since 2.1.14
NPM Package: https://www.npmjs.com/package/@anthropic-ai/claude-code
Specific Release: Version 2.1.15
Changes: Minor patch release (no public changelog available)
- Published as part of regular Claude Code update cycle
- No breaking changes expected
- Likely contains bug fixes and minor improvements
Impact Assessment:
- Risk: Low
- Breaking Changes: None detected
- Migration Required: No
- Affected Features: None identified
Copilot CLI (0.0.388 → 0.0.389)
Version: 0.0.389
Release Date: January 21, 2026
Timeline: 1 day since 0.0.388
NPM Package: https://www.npmjs.com/package/@github/copilot
Repository: https://github.com/github/copilot-cli (may be private)
Changes: Minor version increment (no public changelog available)
- Part of regular Copilot CLI update cycle
- No breaking changes expected
- Repository may be private, limiting detailed change analysis
CLI Discovery: Unable to install and test CLI due to environment limitations
Impact Assessment:
- Risk: Low
- Breaking Changes: None detected
- Migration Required: No
- Affected Features: None identified
- Note: Full integration testing recommended per WARNING in constants.go
Codex (0.87.0 → 0.88.0)
Version: 0.88.0
Release Date: January 21, 2026 (19:20 UTC)
Timeline: 5 days since 0.87.0 (released January 16, 2026)
NPM Package: https://www.npmjs.com/package/@openai/codex
Repository: https://github.com/openai/codex
Release Notes: https://github.com/openai/codex/releases/tag/rust-v0.88.0
Release Highlights (from GitHub)
New Features:
- Added device-code authentication as standalone fallback in headless environments ([device-auth] Add device code auth as a standalone option when headless environment is detected. openai/codex#9333)
Bug Fixes:
- Load configs from trusted folders only and fix symlinked config.toml resolution (Only load config from trusted folders openai/codex#9533, Fixed symlink support for config.toml openai/codex#9445)
- Fixed Azure endpoint invalid input errors (Fix invalid input error on Azure endpoint openai/codex#9387)
- Resolved memory leak in core runtime (fix: memory leak issue openai/codex#9543)
- Prevented interrupted turns from repeating (fix: prevent repeating interrupted turns openai/codex#9043)
- Fixed WSL TUI image paste regression (Fixed TUI regression related to image paste in WSL openai/codex#9473)
Documentation & Maintenance:
- Updated MCP documentation links (Fixed stale link to MCP documentation openai/codex#9490)
- Corrected naming typo: "Multi-agents" (Fix typo in feature name from 'Mult-agents' to 'Multi-agents' openai/codex#9542)
- Added developer collaboration mode instructions (Add collaboration developer instructions openai/codex#9424)
- Upgraded to Rust 1.92 with refreshed dependencies (chore: upgrade to Rust 1.92.0 openai/codex#8860, chore(deps): bump chrono from 0.4.42 to 0.4.43 in /codex-rs openai/codex#9465, chore(deps): bump log from 0.4.28 to 0.4.29 in /codex-rs openai/codex#9466, chore(deps): bump tokio from 1.48.0 to 1.49.0 in /codex-rs openai/codex#9467, chore(deps): bump arc-swap from 1.7.1 to 1.8.0 in /codex-rs openai/codex#9468, chore(deps): bump ctor from 0.5.0 to 0.6.3 in /codex-rs openai/codex#9469)
Impact Assessment:
- Risk: Low
- Breaking Changes: None
- New Features: Device-code auth fallback for headless environments
- Bug Fixes: Memory leak fix, config security improvements, Azure endpoint fixes
- Security: Config loading now restricted to trusted folders only
- Performance: Memory leak resolution improves long-running stability
- Migration Required: No
Files Modified
pkg/constants/constants.go: Updated version constants for all three tools
Next Steps
- Recompile workflows: Run
make recompileto regenerate workflow lock files with new versions - Testing: Verify all three CLIs work correctly in agentic workflows
- Integration Tests: Run full integration test suite, especially for Copilot CLI per WARNING comment
- Monitoring: Watch for any runtime issues after deployment
Technical Details
Cache Updated: Version check results saved to /tmp/gh-aw/cache-memory/version-check-2026-01-22.json
Build Status: Recompilation skipped in CI environment (no build tools available). Will occur automatically on merge.
References
- Claude Code NPM: https://www.npmjs.com/package/@anthropic-ai/claude-code
- Copilot CLI NPM: https://www.npmjs.com/package/@github/copilot
- Codex NPM: https://www.npmjs.com/package/@openai/codex
- Codex GitHub: https://github.com/openai/codex
- Codex Release: https://github.com/openai/codex/releases/tag/rust-v0.88.0
AI generated by CLI Version Checker