CodePulse v2.3.47 — Hang Timer Fix
Fixed CLI hang timer killing Claude during legitimate long operations like approval waits and MCP calls.
Bug Fixes
- Fixed: CLI hang timer kills Claude during legitimate operations —
HANG_TIMEOUT_MSwas set to 180 seconds butAPPROVAL_BRIDGE_TIMEOUTis 360 seconds. The hang timer killed the CLI process during long approval waits or MCP calls that exceeded three minutes. Increased the timeout to 420 seconds with smart approval-aware detection — when the timeout fires, it checks if an approval request is pending and extends the deadline instead of killing the process.