diff options
| author | Dax <[email protected]> | 2025-10-31 15:07:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-31 15:07:36 -0400 |
| commit | 96bdeb3c7b04e95ecabaa0253deddd2a22e14afe (patch) | |
| tree | c37898ee62e8c4f84f5d9abd4c644b1ec7066963 /packages/desktop/src/context | |
| parent | 81c617770d8595978b497a9cf3c0a5316b108352 (diff) | |
| download | opencode-96bdeb3c7b04e95ecabaa0253deddd2a22e14afe.tar.gz opencode-96bdeb3c7b04e95ecabaa0253deddd2a22e14afe.zip | |
OpenTUI is here (#2685)
Diffstat (limited to 'packages/desktop/src/context')
| -rw-r--r-- | packages/desktop/src/context/sync.tsx | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages/desktop/src/context/sync.tsx b/packages/desktop/src/context/sync.tsx index c60206b0b..06fc05677 100644 --- a/packages/desktop/src/context/sync.tsx +++ b/packages/desktop/src/context/sync.tsx @@ -1,4 +1,16 @@ -import type { Message, Agent, Provider, Session, Part, Config, Path, File, FileNode, Project } from "@opencode-ai/sdk" +import type { + Message, + Agent, + Provider, + Session, + Part, + Config, + Path, + File, + FileNode, + Project, + Command, +} from "@opencode-ai/sdk" import { createStore, produce, reconcile } from "solid-js/store" import { createMemo } from "solid-js" import { Binary } from "@/utils/binary" |
