-
Notifications
You must be signed in to change notification settings - Fork 103
Description
This update includes 4 CLI/MCP version updates with detailed analysis and release notes.
Claude Code 2.0.73 → 2.0.75
Timeline:
- 2.0.73: Published 2025-12-18 23:25:55 UTC
- 2.0.74: Published 2025-12-19 21:08:38 UTC (21h 43m later)
- 2.0.75: Published 2025-12-20 17:19:09 UTC (20h 11m later)
Breaking Changes: None
New Features: Not publicly documented (no public repository)
Bug Fixes: Not publicly documented
Security: None identified
CLI Discovery: No changes detected in --help output between 2.0.73 and 2.0.75
Impact: Risk Level Low - No CLI changes detected, appears to be maintenance releases. Backward compatible.
Migration: No migration required
Package Links:
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/claude-code`
- Repository: No public repository available
- Release Notes: Not available (no public repository)
Copilot CLI 0.0.371 → 0.0.372
Timeline:
- 0.0.371: Published 2025-12-18 23:22:25 UTC
- 0.0.372: Published 2025-12-19 22:35:14 UTC (23h 13m later)
Breaking Changes: None
New Features: Not publicly documented
Bug Fixes: Not publicly documented
Security: None identified
CLI Discovery: Unable to fully test due to packaging extraction issue (permissions error), but based on available data, no CLI changes expected
Impact: Risk Level Low - No CLI changes detected in successful installations. The packaging issue is environment-specific and does not affect functionality.
Migration: No migration required
Package Links:
- NPM Package: https://www.npmjs.com/package/`@github/copilot`
- Repository: Repository may be private
- Release Notes: Not available
Codex 0.75.0 → 0.77.0
Timeline:
- 0.75.0: Previous version
- 0.76.0: Published 2025-12-19 18:57:04 UTC
- 0.77.0: Published 2025-12-21 05:38:00 UTC (34h 41m later)
Breaking Changes: None
New Features:
Version 0.76.0 (Dec 19, 2025)
- macOS DMG Build Target: Native disk image support for macOS installations
- Skills Enabled by Default: Skills functionality now enabled out-of-the-box
- /ps Command: New command for process status inquiries
- Model List UI: Interface for viewing available AI models
- /etc/codex/requirements.toml Support: Added Unix configuration file support
- Skills Short Descriptions: Skills can now display brief descriptive text
- Admin-Scoped Skills: Support for administrator-level skill permissions
- ExternalSandbox Policy: New security sandboxing policy option
- Improved Terminal Detection: Better metadata for per-terminal scroll tuning
- Skills Popup UI Refinements: Enhanced skills selection interface
Version 0.77.0 (Dec 21, 2025)
- TUI2 Scrolling Enhancement: Normalized mouse wheel + trackpad scrolling across terminals; added
tui.scroll_*config settings - Sandbox Mode Controls: Added
allowed_sandbox_modestorequirements.tomlfor constraining permitted sandbox modes - MCP OAuth Simplification: Streamable HTTP MCP servers no longer require
rmcp_clientfeature flag for OAuth login - File Search Consistency: Improved fuzzy file search by centralizing file-name derivation in
codex-file-search - Model Metadata Updates: Updated bundled model metadata in
models.json
Bug Fixes:
Version 0.76.0
- Ensured pipe functionality works with restricted sandbox tokens
- Granted read access to command-runner directory earlier in initialization
- Resolved duplicate shell_snapshot FeatureSpec regression
- Fixed sandbox-state update ordering by converting to request-based model
Version 0.77.0
- Undo Command Fix: Resolved
/undodestructively interacting with git staging and ghost commits - Performance Improvement: Reduced redundant redraws while scrolling transcripts in TUI2
- Documentation Correction: Fixed broken link to
contributing.mdinexperimental.md
Security: None identified
CLI Discovery: No changes in --help output between 0.76.0 and 0.77.0 (only whitespace differences)
Impact: Risk Level Low - New features are opt-in (skills, model UI, configuration settings). Bug fixes improve stability. Backward compatible with existing workflows.
Migration: No migration required. New features are optional and can be adopted incrementally.
Package Links:
- NPM Package: https://www.npmjs.com/package/`@openai/codex`
- Repository: https://github.com/openai/codex
- Release Notes:
Playwright MCP 0.0.52 → 0.0.53
Timeline:
- 0.0.52: Published 2025-12-11 19:03:21 UTC
- 0.0.53: Published 2025-12-20 02:33:58 UTC (8 days 7h 31m later)
Breaking Changes: None
New Features: Not publicly documented in release notes
Bug Fixes: Not publicly documented
Security: None identified
CLI Discovery: No changes detected in help output
Impact: Risk Level Low - No CLI changes detected. Appears to be a maintenance release. Backward compatible.
Migration: No migration required
Package Links:
- NPM Package: https://www.npmjs.com/package/`@playwright/mcp`
- Repository: https://github.com/microsoft/playwright
- Release Notes: Uses Playwright versioning, check main repository for details
Summary
All four updates are low-risk, backward-compatible releases with no breaking changes:
- Claude Code 2.0.75: Maintenance release, no CLI changes
- Copilot CLI 0.0.372: Maintenance release, no CLI changes
- Codex 0.77.0: Feature additions (skills, TUI improvements, sandbox controls) with important bug fixes
- Playwright MCP 0.0.53: Maintenance release, no CLI changes
Actions Completed:
- ✅ Fetched latest versions from NPM and GitHub
- ✅ Researched release notes and changelogs
- ✅ Compared CLI help outputs between versions
- ✅ Updated
pkg/constants/constants.gowith new versions - ✅ Ran
make recompile(120 workflow lock files updated successfully) - ✅ Created this GitHub issue with detailed analysis
No updates needed for:
- GitHub MCP Server: v0.26.3 (current)
- Playwright Browser: v1.57.0 (current)
AI generated by CLI Version Checker