惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
Vercel News
Vercel News
F
Fortinet All Blogs
B
Blog
Recent Announcements
Recent Announcements
A
About on SuperTechFans
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
Visual Studio Blog
月光博客
月光博客

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
Add Codex Computer Use setup for Codex mode (#71842) · op...
pash-openai · 2026-04-27 · via Recent Commits to openclaw:main

@@ -542,6 +542,72 @@ Environment overrides remain available for local testing:

542542

preferred for repeatable deployments because it keeps the plugin behavior in the

543543

same reviewed file as the rest of the Codex harness setup.

544544545+

## Computer Use

546+547+

Computer Use is a Codex-native MCP plugin. OpenClaw does not vendor the desktop

548+

control app or execute desktop actions itself; it enables Codex app-server

549+

plugins, installs the configured Codex marketplace plugin when requested, checks

550+

that the `computer-use` MCP server is available, and then lets Codex handle the

551+

native MCP tool calls during Codex-mode turns.

552+553+

Set `plugins.entries.codex.config.computerUse` when you want Codex-mode turns to

554+

require Computer Use:

555+556+

```json5

557+

{

558+

plugins: {

559+

entries: {

560+

codex: {

561+

enabled: true,

562+

config: {

563+

computerUse: {

564+

autoInstall: true,

565+

},

566+

},

567+

},

568+

},

569+

},

570+

agents: {

571+

defaults: {

572+

model: "openai/gpt-5.5",

573+

embeddedHarness: {

574+

runtime: "codex",

575+

},

576+

},

577+

},

578+

}

579+

```

580+581+

With no marketplace fields, OpenClaw asks Codex app-server to use its discovered

582+

marketplaces. On a fresh Codex home, app-server seeds the official curated

583+

marketplace and OpenClaw follows the same loading shape as Codex: it polls

584+

`plugin/list` during install before treating Computer Use as unavailable. The

585+

default discovery wait is 60 seconds and can be tuned with

586+

`marketplaceDiscoveryTimeoutMs`. If multiple known Codex marketplaces contain

587+

Computer Use, OpenClaw uses the Codex marketplace preference order before

588+

failing closed for unknown ambiguous matches.

589+590+

Use `marketplaceSource` for a non-default Codex marketplace source that

591+

app-server can add, or `marketplacePath` for a local marketplace file that

592+

already exists on the machine. If the marketplace is already registered with

593+

Codex app-server, use `marketplaceName` instead. The defaults are

594+

`pluginName: "computer-use"` and `mcpServerName: "computer-use"`.

595+

For safety, turn-start auto-install only uses marketplaces app-server has

596+

already discovered. Use `/codex computer-use install` for explicit installs from

597+

a configured `marketplaceSource` or `marketplacePath`.

598+599+

The same setup can be checked or installed from the command surface:

600+601+

- `/codex computer-use status`

602+

- `/codex computer-use install`

603+

- `/codex computer-use install --source <marketplace-source>`

604+

- `/codex computer-use install --marketplace-path <path>`

605+606+

Computer Use is macOS-specific and may require local OS permissions before the

607+

Codex MCP server can control apps. If `computerUse.enabled` is true and the MCP

608+

server is unavailable, Codex-mode turns fail before the thread starts instead of

609+

silently running without the native Computer Use tools.

610+545611

## Common recipes

546612547613

Local Codex with default stdio transport:

@@ -644,6 +710,8 @@ Common forms:

644710

- `/codex resume <thread-id>` attaches the current OpenClaw session to an existing Codex thread.

645711

- `/codex compact` asks Codex app-server to compact the attached thread.

646712

- `/codex review` starts Codex native review for the attached thread.

713+

- `/codex computer-use status` checks the configured Computer Use plugin and MCP server.

714+

- `/codex computer-use install` installs the configured Computer Use plugin and reloads MCP servers.

647715

- `/codex account` shows account and rate-limit status.

648716

- `/codex mcp` lists Codex app-server MCP server status.

649717

- `/codex skills` lists Codex app-server skills.