mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
wip: desktop work
This commit is contained in:
parent
2a0b67d84f
commit
dc6e54503c
20 changed files with 581 additions and 373 deletions
|
|
@ -12,6 +12,7 @@ import {
|
|||
Part,
|
||||
DiffChanges,
|
||||
ProgressCircle,
|
||||
Message,
|
||||
} from "@opencode-ai/ui"
|
||||
import { FileIcon } from "@/ui"
|
||||
import FileTree from "@/components/file-tree"
|
||||
|
|
@ -35,9 +36,8 @@ import type { JSX } from "solid-js"
|
|||
import { Code } from "@/components/code"
|
||||
import { useSync } from "@/context/sync"
|
||||
import { useSDK } from "@/context/sdk"
|
||||
import { Message } from "@/components/message"
|
||||
import { type AssistantMessage as AssistantMessageType } from "@opencode-ai/sdk"
|
||||
import { Markdown } from "@/components/markdown"
|
||||
import { Markdown } from "@opencode-ai/ui"
|
||||
|
||||
export default function Page() {
|
||||
const local = useLocal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue