-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Version Check Summary
Version check completed on 2026-02-03. Two CLI tools have updates available.
Status Overview:
- ✅ Claude Code: 2.1.29 (up to date)
- ✅ Copilot CLI: 0.0.400 (up to date)
⚠️ Codex: 0.93.0 → 0.94.0 (update available)- ✅ GitHub MCP Server: v0.30.2 (up to date)
- ✅ Playwright MCP: 0.0.62 (up to date)
- ✅ Playwright Browser: v1.58.1 (up to date)
⚠️ Sandbox Runtime: 0.0.32 → 0.0.34 (update available)- ✅ MCP Gateway: v0.0.94 (up to date)
Update: Codex (OpenAI Codex CLI)
Version Change: 0.93.0 → 0.94.0
Release Date: February 2, 2026
Timeline: 2 days after previous version (0.93.0 released January 31, 2026)
Release Information
Version 0.94.0 was published on February 2, 2026 at 18:28 UTC. This is a minor version bump with no breaking changes indicated.
Package Information
- NPM Package: https://www.npmjs.com/package/`@openai/codex`
- Repository: https://github.com/openai/codex
- Installation:
npm install -g@openai/codex@0.94.0
View Version History
Versions between 0.93.0 and 0.94.0:
- 0.93.0 (stable) - January 31, 2026
- 0.93.0-alpha.13 through 0.93.0-alpha.25 (pre-releases)
- 0.94.0 (stable) - February 2, 2026
Impact Assessment
- Risk Level: Low
- Breaking Changes: None detected
- Type: Minor version update
- Affected Features: General Codex CLI functionality
Recommendations
- Update Priority: Medium
- Testing Strategy: Run standard integration tests after update
- Rollout Plan: Safe to deploy immediately
Update: Sandbox Runtime (Anthropic Sandbox Runtime)
Version Change: 0.0.32 → 0.0.34 (skipping 0.0.33)
Release Dates:
- 0.0.33: February 2, 2026 at 10:22 UTC
- 0.0.34: February 2, 2026 at 10:40 UTC (18 minutes later)
Timeline: 10 days after previous version (0.0.32 released January 23, 2026)
Release Information
Two consecutive releases were published on the same day, 18 minutes apart. This pattern suggests a quick hotfix or critical patch in version 0.0.34.
Project Description: Anthropic Sandbox Runtime (ASRT) is "a lightweight sandboxing tool for enforcing filesystem and network restrictions on arbitrary processes at the OS level, without requiring a container."
Key Features
- Network restrictions: Control HTTP/HTTPS domain access
- Filesystem restrictions: Manage read/write access
- Unix socket restrictions: Regulate local IPC socket access
- Violation monitoring: Real-time alerts on macOS
Platform Support
- macOS: Uses
sandbox-execwith dynamic profiles - Linux: Uses
bubblewrapfor containerization - Windows: Not yet supported
Package Information
- NPM Package: https://www.npmjs.com/package/`@anthropic-ai/sandbox-runtime`
- Repository: https://github.com/anthropic-experimental/sandbox-runtime
- Installation:
npm install -g@anthropic-ai/sandbox-runtime@0.0.34 - Status: Beta Research Preview (APIs subject to change)
View Version History
Versions between 0.0.32 and 0.0.34:
- 0.0.32 - January 23, 2026
- 0.0.33 - February 2, 2026 at 10:22 UTC
- 0.0.34 - February 2, 2026 at 10:40 UTC
The rapid succession of 0.0.33 and 0.0.34 (18 minutes apart) suggests a critical fix was needed immediately after 0.0.33 release.
Impact Assessment
- Risk Level: Medium (rapid release pattern suggests important fixes)
- Breaking Changes: None detected (beta preview, APIs may evolve)
- Type: Patch version updates
- Affected Features: Claude Code sandboxing, filesystem/network restrictions
- Note: This is a Beta Research Preview with evolving APIs
Recommendations
- Update Priority: Medium-High (rapid releases suggest important fixes)
- Testing Strategy:
- Test sandbox functionality on both macOS and Linux
- Verify filesystem and network restrictions work as expected
- Monitor for any sandbox violation alerts
- Rollout Plan: Update to 0.0.34 (skip 0.0.33 due to rapid hotfix pattern)
Changes Applied
Updated pkg/constants/constants.go:
- const DefaultCodexVersion Version = "0.93.0"
+ const DefaultCodexVersion Version = "0.94.0"
- const DefaultSandboxRuntimeVersion Version = "0.0.32"
+ const DefaultSandboxRuntimeVersion Version = "0.0.34"Next Steps
- ✅ Constants updated in
pkg/constants/constants.go ⚠️ make recompileattempted (failed due to Go proxy network restrictions in sandbox)- ⏭️ Manual recompile needed: Run
make recompilein a local environment or wait for next workflow run - 🧪 Integration testing recommended after deployment
References
- Version check cache:
/tmp/gh-aw/cache-memory/version-check-2026-02-03.txt - Workflow run: §21630014186
Note: Both tools had no GitHub releases published for these versions. Analysis based on NPM package metadata and repository information.
AI generated by CLI Version Checker
- expires on Feb 5, 2026, 12:27 PM UTC