mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(codex): restore shell for restricted turns (#92294)
* fix(codex): keep OpenClaw exec when native surface has no environment (#92238) * chore: keep release note in PR * fix(codex): keep shell tool type internal Co-authored-by: yetval <yetvald@gmail.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -467,9 +467,9 @@ and `HOME` stays inherited so subprocesses can use normal user-home state.
|
||||
## Dynamic tools
|
||||
|
||||
Codex dynamic tools default to `searchable` loading, exposed under the
|
||||
`openclaw` namespace with `deferLoading: true`. OpenClaw does not expose
|
||||
dynamic tools that duplicate Codex-native workspace operations or Codex's own
|
||||
tool-search surface:
|
||||
`openclaw` namespace with `deferLoading: true`. OpenClaw normally does not
|
||||
expose dynamic tools that duplicate Codex-native workspace operations or
|
||||
Codex's own tool-search surface:
|
||||
|
||||
- `read`
|
||||
- `write`
|
||||
@@ -483,6 +483,11 @@ tool-search surface:
|
||||
- `tool_search`
|
||||
- `tool_search_code`
|
||||
|
||||
When a finite runtime allowlist disables native Code Mode, OpenClaw sends an
|
||||
empty execution-environment selection. In that direct, unsandboxed case,
|
||||
OpenClaw keeps its policy-filtered `exec` and `process` tools as the shell
|
||||
fallback. Runtime allowlists and `codexDynamicToolsExclude` still apply.
|
||||
|
||||
Most remaining OpenClaw integration tools, such as messaging, media, cron,
|
||||
browser, nodes, gateway, `heartbeat_respond`, and `web_search`, are available
|
||||
through Codex tool search under that namespace. This keeps the initial model
|
||||
|
||||
Reference in New Issue
Block a user