@@ -77,7 +77,8 @@ driver's safety model.
|
77 | 77 | ## Quick setup |
78 | 78 | |
79 | 79 | Set `plugins.entries.codex.config.computerUse` when Codex-mode turns must have |
80 | | -Computer Use available before a thread starts: |
| 80 | +Computer Use available before a thread starts. `autoInstall: true` opts |
| 81 | +Computer Use in and lets OpenClaw install or re-enable it before the turn: |
81 | 82 | |
82 | 83 | ```json5 |
83 | 84 | { |
@@ -129,7 +130,8 @@ not `openclaw codex ...` CLI subcommands:
|
129 | 130 | ``` |
130 | 131 | |
131 | 132 | `status` is read-only. It does not add marketplace sources, install plugins, or |
132 | | -enable Codex plugin support. |
| 133 | +enable Codex plugin support. If no config opts Computer Use in, `status` can |
| 134 | +report disabled even after a one-off install command. |
133 | 135 | |
134 | 136 | `install` enables Codex app-server plugin support, optionally adds a configured |
135 | 137 | marketplace source, installs or re-enables the configured plugin through Codex |
@@ -177,9 +179,10 @@ You can also register it explicitly from a shell with Codex:
|
177 | 179 | codex plugin marketplace add /Applications/Codex.app/Contents/Resources/plugins/openai-bundled |
178 | 180 | ``` |
179 | 181 | |
180 | | -If you use a nonstandard Codex app path, set `computerUse.marketplacePath` to a |
181 | | -local marketplace file path or run `/codex computer-use install --source |
182 | | -<marketplace-source>` once. |
| 182 | +If you use a nonstandard Codex app path, run `/codex computer-use install |
| 183 | +--source <marketplace-root>` once or set `computerUse.marketplacePath` to a |
| 184 | +local marketplace file path. Use `--marketplace-path` only when you have the |
| 185 | +marketplace JSON file path, not the bundled marketplace root. |
183 | 186 | |
184 | 187 | ## Remote catalog limit |
185 | 188 | |
|