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

推荐订阅源

Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
V
Visual Studio Blog
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
IT之家
IT之家
Vercel News
Vercel News
C
Check Point Blog
Google DeepMind News
Google DeepMind News
月光博客
月光博客
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - 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
docs(codex): clarify first-party plugin marketplaces · op...
steipete · 2026-05-31 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -222,6 +222,13 @@ The native Codex plugin config also accepts first-party `openai-bundled` and

222222

`openai-primary-runtime` marketplace identities, but migration does not

223223

auto-discover or install them from source state.

224224
225+

OpenAI-side app/plugin availability still comes from the signed-in Codex

226+

account and workspace app controls. See

227+

[Using Codex with your ChatGPT plan](https://help.openai.com/en/articles/11369540-using-codex-with-your-chatgpt-plan)

228+

for OpenAI's account and workspace-control overview, then use

229+

[Native Codex plugins](/plugins/codex-native-plugins#manual-first-party-marketplace-entries)

230+

for manual first-party marketplace entries.

231+
225232

If Codex app-server plugin inventory is unavailable during planning, migration

226233

falls back to cached bundle advisory items instead of failing the whole

227234

migration.

Original file line numberDiff line numberDiff line change

@@ -317,7 +317,9 @@ conversation bindings, or any non-Codex harness.

317317

Default: `true` for explicit entries.

318318

- `plugins.entries.codex.config.codexPlugins.plugins.<key>.marketplaceName`:

319319

stable marketplace identity. V1 supports `"openai-curated"`,

320-

`"openai-bundled"`, and `"openai-primary-runtime"`.

320+

`"openai-bundled"`, and `"openai-primary-runtime"`. See

321+

[Native Codex plugins](/plugins/codex-native-plugins#manual-first-party-marketplace-entries)

322+

for manual bundled and primary-runtime examples.

321323

- `plugins.entries.codex.config.codexPlugins.plugins.<key>.pluginName`: stable

322324

Codex plugin identity from migration, for example `"google-calendar"`.

323325

- `plugins.entries.codex.config.codexPlugins.plugins.<key>.allow_destructive_actions`:

Original file line numberDiff line numberDiff line change

@@ -658,6 +658,11 @@ For migration eligibility, app inventory, destructive action policy,

658658

elicitations, and native plugin diagnostics, see

659659

[Native Codex plugins](/plugins/codex-native-plugins).

660660
661+

OpenAI-side app and plugin access is controlled by the signed-in Codex account

662+

and, for Business and Enterprise/Edu workspaces, workspace app controls. See

663+

[Using Codex with your ChatGPT plan](https://help.openai.com/en/articles/11369540-using-codex-with-your-chatgpt-plan)

664+

for OpenAI's account and workspace-control overview.

665+
661666

## Computer Use

662667
663668

Computer Use is covered in its own setup guide:

@@ -782,6 +787,7 @@ provider refs stay on their normal provider path in `auto` mode.

782787

- [Agent runtimes](/concepts/agent-runtimes)

783788

- [Model providers](/concepts/model-providers)

784789

- [OpenAI provider](/providers/openai)

790+

- [OpenAI Codex help](https://help.openai.com/en/collections/14937394-codex)

785791

- [Agent harness plugins](/plugins/sdk-agent-harness)

786792

- [Plugin hooks](/plugins/hooks)

787793

- [Diagnostics export](/gateway/diagnostics)

Original file line numberDiff line numberDiff line change

@@ -33,6 +33,10 @@ Use this page after the base [Codex harness](/plugins/codex-harness) is working.

3333

conversation bindings, or other harnesses because those paths do not create

3434

Codex app-server threads with native `apps` config.

3535
36+

OpenAI-side Codex access, app availability, and workspace app/plugin controls

37+

come from the signed-in Codex account. For the OpenAI account and admin model,

38+

see [Using Codex with your ChatGPT plan](https://help.openai.com/en/articles/11369540-using-codex-with-your-chatgpt-plan).

39+
3640

## Quickstart

3741
3842

Preview migration from the source Codex home:

@@ -89,6 +93,49 @@ After changing `codexPlugins`, new Codex conversations pick up the updated app

8993

set automatically. Use `/new` or `/reset` to refresh the current conversation.

9094

A gateway restart is not required for plugin enable or disable changes.

9195
96+

## Manual first-party marketplace entries

97+
98+

Migration writes `openai-curated` entries for eligible source-installed plugins.

99+

For first-party plugins that live in Codex's bundled or primary-runtime

100+

marketplaces, add explicit entries after confirming the target Codex app-server

101+

inventory exposes that marketplace and plugin.

102+
103+

Use the same config shape for every first-party marketplace:

104+
105+

```json5

106+

{

107+

plugins: {

108+

entries: {

109+

codex: {

110+

enabled: true,

111+

config: {

112+

codexPlugins: {

113+

enabled: true,

114+

plugins: {

115+

chrome: {

116+

enabled: true,

117+

marketplaceName: "openai-bundled",

118+

pluginName: "chrome",

119+

},

120+

documents: {

121+

enabled: true,

122+

marketplaceName: "openai-primary-runtime",

123+

pluginName: "documents",

124+

},

125+

},

126+

},

127+

},

128+

},

129+

},

130+

},

131+

}

132+

```

133+
134+

The key under `plugins` is OpenClaw's local config key. `pluginName` and

135+

`marketplaceName` must match the Codex app-server inventory exactly. If the

136+

plugin is not listed in `/codex plugins list` or Codex app diagnostics, OpenClaw

137+

keeps the entry configured but cannot expose its apps to Codex turns.

138+
92139

## Manage plugins from chat

93140
94141

Use `/codex plugins` when you want to inspect or change configured native Codex