From a610b93acb6c3f8f07a4fea9d0cd298fa3159589 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 28 Jun 2026 14:28:06 +0900 Subject: merge: bring dev crash fixes into feature/workspace-star MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge dev to restore production-critical crash fixes that were committed after the branch was cut: SSH pool permanent error listener, uncaughtException/ unhandledRejection guards in host-bin, MemoryMax=24G circuit breaker, memory telemetry logging, LSP disable precaution, and crash investigation notes. The provider-wrapper.test.ts:102 test passes — it was already fixed by the acquire() signature change (adding workspaceId parameter) that realigned the test arguments. No additional test fix needed. Verification: typecheck 0 errors, 1965 tests pass, biome clean. --- packages/transport-http/src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/transport-http/src/extension.ts b/packages/transport-http/src/extension.ts index cfb7166..f424e42 100644 --- a/packages/transport-http/src/extension.ts +++ b/packages/transport-http/src/extension.ts @@ -10,8 +10,8 @@ import { conversationStoreHandle, credentialStoreHandle, heartbeatServiceHandle, - lspServiceHandle, type LspService, + lspServiceHandle, mcpServiceHandle, sessionOrchestratorHandle, systemPromptHandle, -- cgit v1.2.3