mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:30:43 +00:00
fix: auto-register bundled computer use marketplace
This commit is contained in:
@@ -571,8 +571,9 @@ Minimal config:
|
||||
agents: {
|
||||
defaults: {
|
||||
model: "openai/gpt-5.5",
|
||||
embeddedHarness: {
|
||||
runtime: "codex",
|
||||
agentRuntime: {
|
||||
id: "codex",
|
||||
fallback: "none",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -593,6 +594,13 @@ silently running without the native Computer Use tools. See
|
||||
[Codex Computer Use](/plugins/codex-computer-use) for marketplace choices,
|
||||
remote catalog limits, status reasons, and troubleshooting.
|
||||
|
||||
When `computerUse.autoInstall` is true, OpenClaw can register the standard
|
||||
bundled Codex Desktop marketplace from
|
||||
`/Applications/Codex.app/Contents/Resources/plugins/openai-bundled` if Codex
|
||||
has not discovered a local marketplace yet. Use `/new` or `/reset` after
|
||||
changing runtime or Computer Use config so existing sessions do not keep an old
|
||||
PI or Codex thread binding.
|
||||
|
||||
## Common recipes
|
||||
|
||||
Local Codex with default stdio transport:
|
||||
@@ -853,6 +861,12 @@ and that the remote app-server speaks the same Codex app-server protocol version
|
||||
provider path in `auto` mode. If you force `agentRuntime.id: "codex"`, every embedded
|
||||
turn for that agent must be a Codex-supported OpenAI model.
|
||||
|
||||
**Computer Use is installed but tools do not run:** check
|
||||
`/codex computer-use status` from a fresh session. If a tool reports
|
||||
`Native hook relay unavailable`, use `/new` or `/reset`; if it persists, restart
|
||||
the gateway to clear stale native hook registrations. If `computer-use.list_apps`
|
||||
times out, restart Codex Computer Use or Codex Desktop and retry.
|
||||
|
||||
## Related
|
||||
|
||||
- [Agent harness plugins](/plugins/sdk-agent-harness)
|
||||
|
||||
Reference in New Issue
Block a user