refactor(tui): use default client export

This commit is contained in:
Dax Raad
2026-07-11 16:44:55 -04:00
parent 1956497f42
commit c073387723
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { OpenCode, type OpenCodeEvent } from "@opencode-ai/client/promise"
import { OpenCode, type OpenCodeEvent } from "@opencode-ai/client"
import { createOpencodeClient } from "@opencode-ai/sdk/v2"
export const worktree = "/tmp/opencode"