mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
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 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||