CodePulse v2.3.82 — Defer Only Delegate-Spawned Sessions
Deferred approvals now only activate for delegate-spawned sessions. Interactive terminal sessions skip the defer pipeline entirely, preventing unexpected pauses.
Bug Fixes (TAB-573)
- Delegate session scoping — The deferred approval pipeline was incorrectly activating for interactive terminal sessions (started via
codepulsedirectly), causing the terminal to pause and wait for Telegram approval on every tool call. Added a session-type check so only delegate-spawned sessions (triggered via Telegram) enter the defer flow.