Roo-Code/packages/types
Roo Code 122d28f2e0 feat: add webview heartbeat monitoring for gray screen detection and recovery
Implements a ping-pong heartbeat system to detect when the webview becomes
unresponsive (gray screen issue) and provide auto-recovery options.

Changes:
- Add ping/pong message types to ExtensionMessage and WebviewMessage
- Implement heartbeat sender and monitoring in ClineProvider
- Add automatic detection of unresponsive webviews after 3 missed heartbeats
- Show notification with option to reload webview on detection
- Handle pong messages in webviewMessageHandler
- Respond to ping messages in webview ExtensionStateContext

Fixes #10737
2026-01-15 01:22:12 +00:00
..
npm Release: v1.105.0 (#10722) 2026-01-14 10:01:05 -05:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add webview heartbeat monitoring for gray screen detection and recovery 2026-01-15 01:22:12 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Move more types to @roo-code/types (for the cli) (#10583) 2026-01-09 11:59:06 -08:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00