mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 21:44:47 +00:00
fix(codex): observe native tool completions
This commit is contained in:
committed by
Peter Steinberger
parent
5b6f4d6bb6
commit
a28bf10ce2
@@ -80,6 +80,11 @@ OpenClaw can mirror selected events, but it cannot rewrite the native Codex
|
||||
thread unless Codex exposes that operation through app-server or native hook
|
||||
callbacks.
|
||||
|
||||
Codex app-server item notifications also provide async `after_tool_call`
|
||||
observations for native tool completions that are not already covered by the
|
||||
native `PostToolUse` relay. These observations are for telemetry and plugin
|
||||
compatibility only; they cannot block, delay, or mutate the native tool call.
|
||||
|
||||
Compaction and LLM lifecycle projections come from Codex app-server
|
||||
notifications and OpenClaw adapter state, not native Codex hook commands.
|
||||
OpenClaw's `before_compaction`, `after_compaction`, `llm_input`, and
|
||||
|
||||
Reference in New Issue
Block a user