Upgrade bundled Codex harness to version 0.132.0
TL;DR
Bumped the bundled Codex harness to @openai/codex 0.132.0 and refreshed the app-server model-list documentation to support the new catalog.
Openclaw has updated its bundled Codex component to version 0.132.0. The app server documentation for model lists has also been refreshed to cover the new options.
This change allows users to work with an expanded set of AI models. Small business owners can now explore more choices for their daily tasks. Vibe builders gain access to the latest catalog features without extra effort.
The update maintains compatibility and improves overall functionality. Visit the tool page to learn more about these enhancements.
Who this matters for
- Vibe Builders: Update your Openclaw instance to access the latest model catalog for your custom workflows.
- Developers: Bump your local Codex harness to 0.132.0 to sync with the refreshed app-server model-list docs.
Harsh’s take
This is a standard dependency bump that signals Openclaw is keeping pace with the OpenAI Codex ecosystem. For operators, the value is not in the version number but in the refreshed documentation. Having an accurate model-list on the app-server prevents configuration errors when testing newer, smaller models that often get added to these catalogs without fanfare.
Stop ignoring minor version updates for your local harnesses. These refreshes often include the specific model identifiers needed to reduce latency or cost. If you are running Openclaw, verify your model-list documentation immediately to ensure you are not pointing at deprecated endpoints.
It is a simple maintenance task that keeps your stack predictable.
by Harsh Desai
About OpenClaw
View the full OpenClaw page →All OpenClaw updatesMore from OpenClaw
- App UpdateAdd doctor warnings for hidden MCP server tools
The doctor utility now warns users when sandbox tool policies hide configured Model Context Protocol (MCP) server tools before provider requests are made.
- App UpdateExpose stale-running task maintenance details in CLI
The tasks maintenance CLI command now outputs detailed JSON explanations for retained and reconcile candidates, detailing backing-session, cron, CLI, and wedged-subagent states.
- FeatureSupport per-agent lean local-model configuration
Added support for the experimental localModelLean configuration option on individual agents. This allows lean local-model mode to be enabled selectively rather than globally.