Version Update: Codex CLI 0.77.0 → 0.78.0
Previous Version: 0.77.0 (released December 21, 2025)
New Version: 0.78.0 (released January 6, 2026)
Release Timeline: ~16 days between releases
Commits in this release: 20 commits
Change Summary
Breaking Changes
None detected
New Features
- Firewall Rules API Enhancement: Added justification argument to
prefix_rule() in *.rules files
- App Server API: Exposed
outputSchema to user_turn/turn_start app server API endpoints
- TUI2 Scrollbar: New transcript scrollbar with auto-hide and drag functionality
- MacOS MDM Support: Added ability to load config requirements from MDM on macOS
Bug Fixes
- Sandbox Security: Fixed sandbox to never allow writes to
.codex/ or .codex/.sandbox/ directories
- Firewall Setup: Improved idempotency for creating/updating firewall rules during setup
- Chat Tool Calls: Fixed handling of multiple tool calls in chat mode
- Review Command: Fixed
/review command to respect session current working directory (cwd)
- Codex API: Fixed Chat Completions DONE sentinel handling
- Device Auth: Updated device auth prompt to use issuer URL
Security Improvements
- Sandbox User Privacy: Best effort implementation to "hide" sandbox users from system
- Sandbox Write Protection: Hardened protection against writes to
.codex/ directories
Performance & Quality
- MCP Tool Names: Sanitized MCP tool names to ensure compatibility with Responses API
- GitHub Pager: Improved GitHub paging functionality
- Skills Rendering: Enhanced skills render section display
- TUI2 Selection: Copy selection now dismisses highlight for better UX
Dependency Updates
insta: 1.44.3 → 1.46.0
derive_more: 2.0.1 → 2.1.1
tokio-stream: 0.1.17 → 0.1.18
clap_complete: 4.5.57 → 4.5.64
CLI Changes Analysis
Result: No CLI interface changes detected between versions 0.77.0 and 0.78.0
The --help output for both the main command and all subcommands remains identical. All command-line flags, options, and arguments are unchanged.
Impact Assessment
Risk Level: Low
Affected Features:
- Sandbox security (improved protection)
- Firewall setup reliability
- TUI2 user experience enhancements
- MCP server compatibility
Migration Required: No
This is a maintenance release focused on bug fixes, security hardening, and incremental improvements. No breaking changes or significant behavioral changes that would affect gh-aw integration.
Merged Pull Requests
Key PRs included in this release:
-
Security & Sandbox:
-
Features:
-
Bug Fixes:
-
Quality Improvements:
-
Dependencies:
Package Links
Update Status
✅ Updated: pkg/constants/constants.go - Changed DefaultCodexVersion from "0.77.0" to "0.78.0"
✅ Recompiled: 53 workflow files updated via make recompile
✅ Verified: All changes applied successfully
Files Modified: 53 (1 source file + 52 workflow lock files)
Lines Changed: +99, -81
Testing Recommendations
- Test Codex agent execution in gh-aw workflows
- Verify sandbox security restrictions are working correctly
- Confirm MCP server integration remains functional
- Test firewall rule creation/updates in activation workflows
Notes
This update is part of the regular CLI version maintenance cycle. The changes are primarily internal improvements that should not impact gh-aw's use of Codex. The security hardening around sandbox write restrictions and improved firewall setup reliability are positive additions that enhance overall system security.
AI generated by CLI Version Checker
Version Update: Codex CLI 0.77.0 → 0.78.0
Previous Version: 0.77.0 (released December 21, 2025)
New Version: 0.78.0 (released January 6, 2026)
Release Timeline: ~16 days between releases
Commits in this release: 20 commits
Change Summary
Breaking Changes
None detected
New Features
prefix_rule()in*.rulesfilesoutputSchematouser_turn/turn_startapp server API endpointsBug Fixes
.codex/or.codex/.sandbox/directories/reviewcommand to respect session current working directory (cwd)Security Improvements
.codex/directoriesPerformance & Quality
Dependency Updates
insta: 1.44.3 → 1.46.0derive_more: 2.0.1 → 2.1.1tokio-stream: 0.1.17 → 0.1.18clap_complete: 4.5.57 → 4.5.64CLI Changes Analysis
Result: No CLI interface changes detected between versions 0.77.0 and 0.78.0
The
--helpoutput for both the main command and all subcommands remains identical. All command-line flags, options, and arguments are unchanged.Impact Assessment
Risk Level: Low
Affected Features:
Migration Required: No
This is a maintenance release focused on bug fixes, security hardening, and incremental improvements. No breaking changes or significant behavioral changes that would affect gh-aw integration.
Merged Pull Requests
Key PRs included in this release:
Security & Sandbox:
.codex/directoriesFeatures:
Bug Fixes:
Quality Improvements:
Dependencies:
Package Links
Update Status
✅ Updated:
pkg/constants/constants.go- ChangedDefaultCodexVersionfrom"0.77.0"to"0.78.0"✅ Recompiled: 53 workflow files updated via
make recompile✅ Verified: All changes applied successfully
Files Modified: 53 (1 source file + 52 workflow lock files)
Lines Changed: +99, -81
Testing Recommendations
Notes
This update is part of the regular CLI version maintenance cycle. The changes are primarily internal improvements that should not impact gh-aw's use of Codex. The security hardening around sandbox write restrictions and improved firewall setup reliability are positive additions that enhance overall system security.