docs: mark code tool surfaces experimental · openclaw/openclaw@bf400c0
steipete
·
2026-05-15
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,9 +15,11 @@ instead of exposing every enabled tool schema directly, the model sees only
|
15 | 15 | |
16 | 16 | This page documents OpenClaw code mode. It is not Codex Code mode. Codex Code |
17 | 17 | mode is part of the Codex coding harness and has its own project workspace, |
18 | | -runtime, tools, and execution semantics. OpenClaw code mode is an OpenClaw-owned |
19 | | -tool-surface adapter for generic OpenClaw runs. It uses `quickjs-wasi`, a hidden |
20 | | -OpenClaw tool catalog, and the normal OpenClaw tool executor. |
| 18 | +runtime, tools, and execution semantics. Codex Code mode and Codex-native |
| 19 | +dynamic tool search are stable Codex harness surfaces. OpenClaw code mode is an |
| 20 | +OpenClaw-owned experimental tool-surface adapter for generic OpenClaw runs. It |
| 21 | +uses `quickjs-wasi`, a hidden OpenClaw tool catalog, and the normal OpenClaw |
| 22 | +tool executor. |
21 | 23 | |
22 | 24 | ## What is this? |
23 | 25 | |
@@ -131,6 +133,8 @@ operators validating high-risk deployments.
|
131 | 133 | |
132 | 134 | - Runtime: [`quickjs-wasi`](https://github.com/vercel-labs/quickjs-wasi). |
133 | 135 | - Default state: disabled. |
| 136 | +- Stability: experimental OpenClaw surface; Codex Code mode is a separate stable |
| 137 | + Codex harness surface. |
134 | 138 | - Target surface: generic OpenClaw agent runs. |
135 | 139 | - Security posture: model code is hostile. |
136 | 140 | - User-facing promise: enabling code mode never silently falls back to broad |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。