1426544a8d
- Detect token stalls via message.part.updated heartbeat monitoring - Support thinking/reasoning block detection with extended timeout - Auto-recover: abort + 'continue' prompt on 5min stall - Pause monitoring during tool execution
8 lines
473 B
TypeScript
8 lines
473 B
TypeScript
export { createTodoContinuationEnforcer } from "./todo-continuation-enforcer"
|
|
export { createContextWindowMonitorHook } from "./context-window-monitor"
|
|
export { createSessionNotification } from "./session-notification"
|
|
export { createSessionRecoveryHook } from "./session-recovery"
|
|
export { createCommentCheckerHooks } from "./comment-checker"
|
|
export { createGrepOutputTruncatorHook } from "./grep-output-truncator"
|
|
export { createPulseMonitorHook } from "./pulse-monitor"
|