Skip to content

Commit 4bcc150

Browse files
committed
docs(codex): clarify computer use setup
Signed-off-by: sallyom <somalley@redhat.com>
1 parent 09db4ff commit 4bcc150

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/plugins/codex-computer-use.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ driver's safety model.
7676

7777
## Quick setup
7878

79-
Set `plugins.entries.codex.config.computerUse.enabled` to `true` when
80-
Codex-mode turns must have Computer Use available before a thread starts. Pair
81-
it with `autoInstall` when OpenClaw should install or re-enable the Codex
82-
Computer Use plugin from discovered local marketplaces:
79+
Set `plugins.entries.codex.config.computerUse` when Codex-mode turns must have
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:
8382

8483
```json5
8584
{
@@ -89,7 +88,6 @@ Computer Use plugin from discovered local marketplaces:
8988
enabled: true,
9089
config: {
9190
computerUse: {
92-
enabled: true,
9391
autoInstall: true,
9492
},
9593
},
@@ -132,7 +130,8 @@ not `openclaw codex ...` CLI subcommands:
132130
```
133131

134132
`status` is read-only. It does not add marketplace sources, install plugins, or
135-
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.
136135

137136
`install` enables Codex app-server plugin support, optionally adds a configured
138137
marketplace source, installs or re-enables the configured plugin through Codex
@@ -180,9 +179,10 @@ You can also register it explicitly from a shell with Codex:
180179
codex plugin marketplace add /Applications/Codex.app/Contents/Resources/plugins/openai-bundled
181180
```
182181

183-
If you use a nonstandard Codex app path, set `computerUse.marketplacePath` to a
184-
local marketplace file path or run `/codex computer-use install --source
185-
<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.
186186

187187
## Remote catalog limit
188188

0 commit comments

Comments
 (0)