Your answers to cloud-session prompts are retried with backoff, and you are told if one is lost.
What's wrong with this entry?
When you answer a permission prompt, dialog or hook for a session running in the cloud, the answer is now kept if it cannot be delivered, re-posted with a 1s, 5s, 15s and 45s backoff, and re-sent on reconnect. If it is finally lost you get a message naming which kind of answer went missing and suggesting you interrupt and retry.
- Retention is behind the manager setting
keepUndeliveredResponses; without it an answer is posted once and forgotten. - Hook answers have a separate "overtaken" path for when the cloud worker cancelled the request before the answer arrived.
- Also here: hook callbacks forwarded from the cloud and answered on this machine, send gates that can hold or withdraw a queued message, and a withheld first prompt that is retried and reported through
tengu_home_seed_prompt_resequenced.
A permission answer you gave could not be delivered to the cloud session, which may still be waiting for it. If the session looks stuck, interrupt it and retry.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.