opencode-agent[bot] 2 hónapja
szülő
commit
b12bc87548
2 módosított fájl, 1 hozzáadás és 8 törlés
  1. 1 7
      packages/desktop/src/main/ipc.ts
  2. 0 1
      packages/opencode/src/index.ts

+ 1 - 7
packages/desktop/src/main/ipc.ts

@@ -3,13 +3,7 @@ import { BrowserWindow, Notification, app, clipboard, dialog, ipcMain, shell } f
 import type { IpcMainEvent, IpcMainInvokeEvent } from "electron"
 import type { DesktopMenuAction } from "@opencode-ai/app/desktop-menu"
 
-import type {
-  FatalRendererError,
-  ServerReadyData,
-  TitlebarTheme,
-  WindowConfig,
-  WslConfig,
-} from "../preload/types"
+import type { FatalRendererError, ServerReadyData, TitlebarTheme, WindowConfig, WslConfig } from "../preload/types"
 import { runDesktopMenuAction } from "./desktop-menu-actions"
 import { getStore } from "./store"
 import { getPinchZoomEnabled, setPinchZoomEnabled, setTitlebar, updateTitlebar } from "./windows"

+ 0 - 1
packages/opencode/src/index.ts

@@ -109,7 +109,6 @@ const cli = yargs(args)
       process_role: processMetadata.processRole,
       run_id: processMetadata.runID,
     })
-
   })
   .usage("")
   .completion("completion", "generate shell completion script")