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 7dd138f commit 7237f72Copy full SHA for 7237f72
src/main/services/agent.ts
@@ -5,7 +5,6 @@ import { homedir } from "node:os";
5
import { join } from "node:path";
6
import { Agent, PermissionMode } from "@posthog/agent";
7
import { type BrowserWindow, type IpcMainInvokeEvent, ipcMain } from "electron";
8
-import isDev from "electron-is-dev";
9
10
interface AgentStartParams {
11
taskId: string;
0 commit comments