Wizard: bound hatch TUI timeout#76241
Merged
Merged
Conversation
Contributor
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: Wizard: bound hatch TUI timeout This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
This was referenced May 2, 2026
vincentkoc
added a commit
that referenced
this pull request
May 2, 2026
* 'main' of https://github.com/openclaw/openclaw: Wizard: bound hatch TUI timeout (#76241) fix(cli): reject codex simple-completion probes fix: memoize plugin descriptor config keys (#76240) fix(heartbeat): make phase scheduling active-hours-aware (#75487) (#75597)
This was referenced May 3, 2026
Closed
lxe
pushed a commit
to lxe/openclaw
that referenced
this pull request
May 6, 2026
* Wizard: bound hatch TUI timeout * Scripts: avoid control regex in hatch stall repro * Scripts: remove hatch stall repro harness * Changelog: note hatch timeout fix * Changelog: use PR reference for hatch timeout
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 9, 2026
* Wizard: bound hatch TUI timeout * Scripts: avoid control regex in hatch stall repro * Scripts: remove hatch stall repro harness * Changelog: note hatch timeout fix * Changelog: use PR reference for hatch timeout
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 9, 2026
* 'main' of https://github.com/openclaw/openclaw: Wizard: bound hatch TUI timeout (openclaw#76241) fix(cli): reject codex simple-completion probes fix: memoize plugin descriptor config keys (openclaw#76240) fix(heartbeat): make phase scheduling active-hours-aware (openclaw#75487) (openclaw#75597)
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 24, 2026
* Wizard: bound hatch TUI timeout * Scripts: avoid control regex in hatch stall repro * Scripts: remove hatch stall repro harness * Changelog: note hatch timeout fix * Changelog: use PR reference for hatch timeout
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 24, 2026
* 'main' of https://github.com/openclaw/openclaw: Wizard: bound hatch TUI timeout (openclaw#76241) fix(cli): reject codex simple-completion probes fix: memoize plugin descriptor config keys (openclaw#76240) fix(heartbeat): make phase scheduling active-hours-aware (openclaw#75487) (openclaw#75597)
jameslcowan
pushed a commit
to jameslcowan/openclaw
that referenced
this pull request
Jun 2, 2026
* Wizard: bound hatch TUI timeout * Scripts: avoid control regex in hatch stall repro * Scripts: remove hatch stall repro harness * Changelog: note hatch timeout fix * Changelog: use PR reference for hatch timeout
jameslcowan
pushed a commit
to jameslcowan/openclaw
that referenced
this pull request
Jun 2, 2026
* 'main' of https://github.com/openclaw/openclaw: Wizard: bound hatch TUI timeout (openclaw#76241) fix(cli): reject codex simple-completion probes fix: memoize plugin descriptor config keys (openclaw#76240) fix(heartbeat): make phase scheduling active-hours-aware (openclaw#75487) (openclaw#75597)
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
* Wizard: bound hatch TUI timeout * Scripts: avoid control regex in hatch stall repro * Scripts: remove hatch stall repro harness * Changelog: note hatch timeout fix * Changelog: use PR reference for hatch timeout
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
* 'main' of https://github.com/openclaw/openclaw: Wizard: bound hatch TUI timeout (openclaw#76241) fix(cli): reject codex simple-completion probes fix: memoize plugin descriptor config keys (openclaw#76240) fix(heartbeat): make phase scheduling active-hours-aware (openclaw#75487) (openclaw#75597)
This was referenced Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
local ready | idleafter the 30s watchdog while the original embedded run is still hanging, making hatch look broken.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
Root Cause (if applicable)
Wake up, my friend!throughlaunchTuiCliwithout a timeout, so the embedded TUI run fell back to the agent default timeout instead of a bounded first-run hatch timeout.Regression Test Plan (if applicable)
src/wizard/setup.finalize.test.ts,src/tui/tui-launch.test.ts,src/tui/embedded-backend.test.tstimeoutMs: 300_000; TUI relaunch converts that to--timeout-ms 300000; embedded local chat converts it to agent timeout seconds.User-visible / Behavior Changes
Terminal hatch from setup now has a stock/default 5 minute timeout for the bootstrap wake run. Users do not need to pass a new switch.
Diagram (if applicable)
Security Impact (required)
Yes, explain risk + mitigation: N/ARepro + Verification
Environment
openai/gpt-5.5; controlled repro pointsmodels.providers.openai.baseUrlat a loopback OpenAI-compatible stall server.OPENCLAW_HOME,OPENCLAW_STATE_DIR, andOPENCLAW_CONFIG_PATH; fake localOPENAI_API_KEYfor controlled stall.Steps
timeoutMs, and PR fix(onboarding): prevent TUI hatch hang by adding timeouts, abort logic, and improved watchdog (#76132) #76192's timeout approach still allowed the 48h default to win in the deterministic check./v1/responsesendpoint that intentionally stalls; the harness was not kept in the final branch.Expected
Actual
timeoutMs: 300_000from setup hatch and propagates it through the TUI relaunch and embedded agent command.--timeout-ms 5000closed the stalled provider socket at about 5s.Evidence
Key local validation:
Commands run after the final rebase:
Human Verification (required)
Review Conversations
Compatibility / Migration
Risks and Mitigations