diff options
| author | Adam <[email protected]> | 2025-12-09 14:49:00 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-09 15:21:47 -0600 |
| commit | b9fa7d91630fdaddf1744ba73b6dfcc8821e0b28 (patch) | |
| tree | 10eaa287374cb90dd5541f50ab5df72051060aef /packages/ui/src/context | |
| parent | f736751ab275f52701d40ca0488b75081ed851ec (diff) | |
| download | opencode-b9fa7d91630fdaddf1744ba73b6dfcc8821e0b28.tar.gz opencode-b9fa7d91630fdaddf1744ba73b6dfcc8821e0b28.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/context')
| -rw-r--r-- | packages/ui/src/context/data.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/context/data.tsx b/packages/ui/src/context/data.tsx index 728202a09..265178e10 100644 --- a/packages/ui/src/context/data.tsx +++ b/packages/ui/src/context/data.tsx @@ -1,4 +1,4 @@ -import type { Message, Session, Part, FileDiff, SessionStatus } from "@opencode-ai/sdk" +import type { Message, Session, Part, FileDiff, SessionStatus } from "@opencode-ai/sdk/v2" import { createSimpleContext } from "./helper" import { PreloadMultiFileDiffResult } from "@pierre/precision-diffs/ssr" |
