CodePulse v2.3.77 — Tool Deferred Handling + Auto-Resume
The CLI framework now handles the tool_deferred state natively. When a deferred approval is resolved via Telegram, the CLI auto-resumes execution seamlessly.
New Features (TAB-571)
tool_deferredhandling in CLI framework — Added a newtool_deferredstate to the CLI's hook response protocol. When the bridge returns a defer signal, the CLI parks the tool call and enters a polling loop waiting for the resolution signal. On approval, execution resumes exactly where it left off with no re-planning or context loss.- Auto-resume signal path — The bridge posts a resume notification to the CLI's local HTTP endpoint when the user responds to a deferred approval card. The CLI picks up the signal within 1–2 seconds and continues execution.