-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
What
close_workers hangs indefinitely when trying to close Codex workers that have already completed or whose sessions are gone. The call never returns, requiring manual kill.
Reproduction
- Spawn Codex workers via
spawn_workers - Wait for them to complete (idle state)
- Call
close_workerswith their session IDs - Command hangs — never returns
Expected
close_workers should return promptly, reporting which sessions were successfully closed and which were already gone/idle.
Observed
The MCP call blocks indefinitely. This has been consistently reproducible across multiple sessions. Workaround is to kill the mcporter process and let maniple's own cleanup handle worktree removal.
Context
This was noted in TOOLS.md for the OpenClaw main agent workspace as a known issue. Affects coordinator workflows where cleanup is the final step after cherry-picking worker commits.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels