5e0c7dfed5a8a8b05e825faea40b20f47164ed1d
Stage approvals were WS-only (ClientMessage.ApprovalResponse), so a headless run had no way to clear an approval gate — and apps/cli ApproveCommand already POSTs to this path (it 404'd). The route is keyed by session: a session suspends on at most one approval at a time, so ApprovalCoordinator resolves the pending requestId server-side (new pendingRequestFor reverse lookup). Decision maps approve/steer->APPROVE, reject->REJECT; routes through the same ApprovalCoordinator.handleResponse the WS path uses.
fix: workflow inference chain — surface llama-server errors, user-turn-last, bundle-relative prompts
Description
No description provided
Languages
Kotlin
88.4%
Go
11.4%
Python
0.2%