From a9e9570b6f085d9cdc839be574945f81e26347fd Mon Sep 17 00:00:00 2001 From: marius-kilocode Date: Thu, 20 Aug 2026 13:21:38 +0200 Subject: [PATCH] test(vscode): add PR comment context story data --- .../kilo-vscode/webview-ui/src/stories/agent-manager.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/kilo-vscode/webview-ui/src/stories/agent-manager.stories.tsx b/packages/kilo-vscode/webview-ui/src/stories/agent-manager.stories.tsx index 90b79c3ec1..82c3ea2782 100644 --- a/packages/kilo-vscode/webview-ui/src/stories/agent-manager.stories.tsx +++ b/packages/kilo-vscode/webview-ui/src/stories/agent-manager.stories.tsx @@ -1507,6 +1507,7 @@ const prComments: NonNullable = { outdated: false, diffHunk: '@@ -39,7 +39,7 @@ export function execGhRead(args: string[]) {\n- return execWithShellEnv("gh", args, options)\n+ return execWithShellEnv("gh", args, { ...options, env: env(options) })', + after: [" return result", "}", ""], replies: [{ author: "hubot", body: "Agreed. A guard plus a log line is enough here." }], }, {