From bf400c08c3ef9d31b2f5e14bcd42dae8d2f6e23c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 11 May 2026 09:39:32 +0100 Subject: [PATCH] docs: mark code tool surfaces experimental --- docs/reference/code-mode.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/reference/code-mode.md b/docs/reference/code-mode.md index 04270001f4e..43254ca4a0b 100644 --- a/docs/reference/code-mode.md +++ b/docs/reference/code-mode.md @@ -15,9 +15,11 @@ instead of exposing every enabled tool schema directly, the model sees only This page documents OpenClaw code mode. It is not Codex Code mode. Codex Code mode is part of the Codex coding harness and has its own project workspace, -runtime, tools, and execution semantics. OpenClaw code mode is an OpenClaw-owned -tool-surface adapter for generic OpenClaw runs. It uses `quickjs-wasi`, a hidden -OpenClaw tool catalog, and the normal OpenClaw tool executor. +runtime, tools, and execution semantics. Codex Code mode and Codex-native +dynamic tool search are stable Codex harness surfaces. OpenClaw code mode is an +OpenClaw-owned experimental tool-surface adapter for generic OpenClaw runs. It +uses `quickjs-wasi`, a hidden OpenClaw tool catalog, and the normal OpenClaw +tool executor. ## What is this? @@ -131,6 +133,8 @@ operators validating high-risk deployments. - Runtime: [`quickjs-wasi`](https://github.com/vercel-labs/quickjs-wasi). - Default state: disabled. +- Stability: experimental OpenClaw surface; Codex Code mode is a separate stable + Codex harness surface. - Target surface: generic OpenClaw agent runs. - Security posture: model code is hostile. - User-facing promise: enabling code mode never silently falls back to broad