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." }], }, {