Files
openchamber/packages
vinciyan 0e39cfb79a fix: resend connectionStatus at staggered delays to prevent stuck loading screen on slow networks
The webview only leaves its initial loading screen once it receives a
connectionStatus=connected postMessage. VS Code drops postMessage calls made
before the webview's acquireVsCodeApi bridge is ready, so on slow/remote
networks the single send in _sendCachedState() can be lost forever, leaving
the sidebar stuck on #initial-loading.

Re-send connectionStatus at staggered delays (0.5s-20s) when connected, in
ChatViewProvider, AgentManagerPanelProvider and SessionEditorPanelProvider.
Stops automatically when the view/panel is disposed or replaced. Message is
idempotent.

Fixes #2996
2026-08-19 01:46:46 +00:00
..
2026-08-19 01:18:56 +03:00
2026-08-19 01:18:56 +03:00
2026-08-19 01:18:56 +03:00