mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
docs: document embedded harness status indicator
This commit is contained in:
@@ -60,7 +60,8 @@ have transcript history. Use `/new` or `/reset` to opt that conversation into
|
||||
Codex after changing config.
|
||||
|
||||
`/status` shows the effective non-PI harness next to `Fast`, for example
|
||||
`Fast · codex`. The default PI harness is omitted.
|
||||
`Fast · codex`. The default PI harness remains `Runner: pi (embedded)` and does
|
||||
not add a separate harness badge.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -140,6 +140,16 @@ Choose your preferred auth method and follow the setup steps.
|
||||
Onboarding no longer imports OAuth material from `~/.codex`. Sign in with browser OAuth (default) or the device-code flow above — OpenClaw manages the resulting credentials in its own agent auth store.
|
||||
</Note>
|
||||
|
||||
### Status indicator
|
||||
|
||||
Chat `/status` shows which embedded harness is active for the current
|
||||
session. The default PI harness appears as `Runner: pi (embedded)` and does
|
||||
not add a separate badge. When the bundled Codex app-server harness is
|
||||
selected, `/status` appends the non-PI harness id next to `Fast`, for example
|
||||
`Fast · codex`. Existing sessions keep their recorded harness id, so use
|
||||
`/new` or `/reset` after changing `embeddedHarness` if you want `/status` to
|
||||
reflect a new PI/Codex choice.
|
||||
|
||||
### Context window cap
|
||||
|
||||
OpenClaw treats model metadata and the runtime context cap as separate values.
|
||||
|
||||
Reference in New Issue
Block a user