We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9982a4d commit 07fcb7cCopy full SHA for 07fcb7c
extensions/cli/src/services/GitAiIntegrationService.ts
@@ -2,7 +2,9 @@ import { exec, spawn } from "child_process";
2
3
import { getCurrentSession, getSessionFilePath } from "../session.js";
4
import { logger } from "../util/logger.js";
5
+
6
import { BaseService } from "./BaseService.js";
7
8
import { services } from "./index.js";
9
10
interface GitAiHookInput {
0 commit comments