kimi-code/apps/vscode/test
Grapedge f34b2ecfb0
fix(vscode): serialize per-view session opens to stop duplicated streaming (#3276)
Concurrent openSession/attachResumedSession calls for the same webview
both missed the sessions map before either wrapped the SDK session, so
one Session facade got two SessionRuntimes. The overwritten runtime
leaked and kept broadcasting, doubling every streamed delta and tool
call in the view. Queue opens, attaches, and detaches per webviewId so
the second caller sees the first one's runtime.
2026-08-27 15:19:24 +08:00
..
extension-host chore(vscode): release 0.6.1 (#1783) 2026-07-16 18:53:16 +08:00
app-init.test.ts fix(vscode): keep sign-in reachable from the no-models screen (#2393) 2026-07-30 14:47:37 +08:00
baseline.manager.test.ts feat(vscode): migrate extension to Node SDK (#1769) 2026-07-16 17:27:21 +08:00
bridge-handler.test.ts fix(kimi-code): persist picked thinking effort up to the model's default effort (#3205) 2026-08-25 12:18:26 +08:00
event-adapter.test.ts fix(vscode): restore live context usage on v2 (#3098) 2026-08-26 19:57:50 +08:00
extension-host-smoke.test.ts feat(vscode): migrate extension to Node SDK (#1769) 2026-07-16 17:27:21 +08:00
fork-turn-index.test.ts feat(vscode): migrate extension to Node SDK (#1769) 2026-07-16 17:27:21 +08:00
kimi-harness.integration.test.ts fix: drain in-flight persistence and log writes on session close and shutdown (#3122) 2026-08-20 17:19:20 +08:00
kimi-runtime.test.ts fix(vscode): serialize per-view session opens to stop duplicated streaming (#3276) 2026-08-27 15:19:24 +08:00
legacy-migration.manager.test.ts feat(vscode): migrate extension to Node SDK (#1769) 2026-07-16 17:27:21 +08:00
replay-adapter.test.ts feat(vscode): migrate extension to Node SDK (#1769) 2026-07-16 17:27:21 +08:00
replay-resume.integration.test.ts feat: unify the host identity across OAuth, telemetry, and kap-server (#2382) 2026-07-30 13:45:41 +08:00
session-runtime.test.ts fix(vscode): restore live context usage on v2 (#3098) 2026-08-26 19:57:50 +08:00
settings-store.test.ts fix(kimi-code): persist picked thinking effort up to the model's default effort (#3205) 2026-08-25 12:18:26 +08:00
vscode-settings.test.ts feat(vscode): switch the extension to the v2 engine with a rollback switch (#2916) 2026-08-14 17:22:10 +08:00
vsix-package.test.ts fix(vscode): keep sign-in reachable from the no-models screen (#2393) 2026-07-30 14:47:37 +08:00
workspace-paths.test.ts fix(vscode): allow editor mentions for files outside the working directory (#1836) 2026-07-17 18:02:50 +08:00