v0.4.61
What's Changed
Bug Fixes
- Fixed silent "no response" when resuming an interrupted or background session. After an
ultra/background turn ended with work still running (e.g. the background hold limit was reached and its sub-agents were reclaimed), the next message could return an empty(no textual response)in ~0s — you had to re-send two or three times before it worked. The Claude agent now recognizes the CLI's synthetic "No response requested." repair no-op and automatically re-issues your prompt over the same session, so you get a real answer on the first send. Bounded and scoped to resumes, so normal turns are unaffected (tunable viaPIKILOOM_CLAUDE_RESUME_NOOP_RETRIES).
Full Changelog: v0.4.60...v0.4.61