Stop heartbeat tool turns from asking for HEARTBEAT_OK (#76338)

* fix heartbeat tool prompt sentinel

* fix: remove agent runtime fallback config
This commit is contained in:
pashpashpash
2026-05-02 21:46:26 -07:00
committed by GitHub
parent 775c27433f
commit 8f4eaa9c00
58 changed files with 603 additions and 595 deletions

View File

@@ -291,8 +291,8 @@ Docker notes:
- Optional image probe: `OPENCLAW_LIVE_CODEX_HARNESS_IMAGE_PROBE=1`
- Optional MCP/tool probe: `OPENCLAW_LIVE_CODEX_HARNESS_MCP_PROBE=1`
- Optional Guardian probe: `OPENCLAW_LIVE_CODEX_HARNESS_GUARDIAN_PROBE=1`
- The smoke sets `OPENCLAW_AGENT_HARNESS_FALLBACK=none` so a broken Codex
harness cannot pass by silently falling back to PI.
- The smoke uses `agentRuntime.id: "codex"` so a broken Codex harness cannot
pass by silently falling back to PI.
- Auth: Codex app-server auth from the local Codex subscription login. Docker
smokes can also provide `OPENAI_API_KEY` for non-Codex probes when applicable,
plus optional copied `~/.codex/auth.json` and `~/.codex/config.toml`.
@@ -327,9 +327,8 @@ Docker notes:
`OPENCLAW_LIVE_CODEX_HARNESS_MCP_PROBE=0` or
`OPENCLAW_LIVE_CODEX_HARNESS_GUARDIAN_PROBE=0` when you need a narrower debug
run.
- Docker also exports `OPENCLAW_AGENT_HARNESS_FALLBACK=none`, matching the live
test config so legacy aliases or PI fallback cannot hide a Codex harness
regression.
- Docker uses the same explicit Codex runtime config, so legacy aliases or PI
fallback cannot hide a Codex harness regression.
### Recommended live recipes