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

推荐订阅源

IT之家
IT之家
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
小众软件
小众软件
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
J
Java Code Geeks
WordPress大学
WordPress大学
The Cloudflare 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
fix(codex): accept first-party OpenAI plugin marketplaces...
yaanfpv · 2026-05-31 · via Recent Commits to openclaw:main

@@ -3,7 +3,7 @@ summary: "Configure migrated native Codex plugins for Codex-mode OpenClaw agents

33

title: "Native Codex plugins"

44

read_when:

55

- You want Codex-mode OpenClaw agents to use native Codex plugins

6-

- You are migrating source-installed openai-curated Codex plugins

6+

- You are configuring first-party Codex plugin marketplaces

77

- You are troubleshooting codexPlugins, app inventory, destructive actions, or plugin app diagnostics

88

---

99

@@ -22,7 +22,9 @@ Use this page after the base [Codex harness](/plugins/codex-harness) is working.

2222

- The selected OpenClaw agent runtime must be the native Codex harness.

2323

- `plugins.entries.codex.enabled` must be true.

2424

- `plugins.entries.codex.config.codexPlugins.enabled` must be true.

25-

- V1 supports only `openai-curated` plugins that migration observed as

25+

- V1 supports first-party Codex plugin marketplaces: `openai-curated`,

26+

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

27+

- Migration only auto-discovers `openai-curated` plugins that it observed as

2628

source-installed in the source Codex home.

2729

- The target Codex app-server must be able to see the expected marketplace,

2830

plugin, and app inventory.

@@ -52,9 +54,11 @@ Apply the migration when the plan looks right:

5254

openclaw migrate apply codex --yes

5355

```

545655-

Migration writes explicit `codexPlugins` entries for eligible plugins and calls

56-

Codex app-server `plugin/install` for selected plugins. A typical migrated

57-

config looks like this:

57+

Migration writes explicit `codexPlugins` entries for eligible curated plugins

58+

and calls Codex app-server `plugin/install` for selected plugins. Explicit

59+

config may also reference Codex's bundled and primary-runtime first-party

60+

marketplaces when the target app-server inventory exposes those plugin apps. A

61+

typical migrated config looks like this:

58625963

```json5

6064

{

@@ -146,8 +150,10 @@ up the updated app set.

146150147151

V1 is intentionally narrow:

148152153+

- Runtime config accepts `openai-curated`, `openai-bundled`, and

154+

`openai-primary-runtime` plugin identities.

149155

- Only `openai-curated` plugins that were already installed in the source Codex

150-

app-server inventory are migration-eligible.

156+

app-server inventory are migration-eligible for automatic migration.

151157

- App-backed source plugins must pass the migration-time subscription gate.

152158

`--verify-plugin-apps` adds the source app-inventory gate. Subscription-gated

153159

accounts plus, in verification mode, inaccessible, disabled, missing source

@@ -160,7 +166,9 @@ V1 is intentionally narrow:

160166

- There is no `plugins["*"]` wildcard and no config key that grants arbitrary

161167

install authority.

162168

- Unsupported marketplaces, cached plugin bundles, hooks, and Codex config files

163-

are preserved in the migration report for manual review.

169+

are preserved in the migration report for manual review. Bundled and

170+

primary-runtime first-party plugins can still be added manually through

171+

explicit `codexPlugins` config.

164172165173

## App inventory and ownership

166174

@@ -248,8 +256,10 @@ app-server auth or rerun with `--verify-plugin-apps` if you want source app

248256

inventory to decide eligibility when account lookup fails.

249257250258

**`marketplace_missing` or `plugin_missing`:** the target Codex app-server

251-

cannot see the expected `openai-curated` marketplace or plugin. Rerun migration

252-

against the target runtime or inspect Codex app-server plugin status.

259+

cannot see the expected first-party marketplace or plugin. Rerun migration

260+

against the target runtime, inspect Codex app-server plugin status, or confirm

261+

the explicit `marketplaceName` is one of `openai-curated`, `openai-bundled`, or

262+

`openai-primary-runtime`.

253263254264

**`app_inventory_missing` or `app_inventory_stale`:** app readiness came from an

255265

empty or stale cache. OpenClaw schedules an async refresh and excludes plugin