refactor(app): support only v2 servers
This commit is contained in:
parent
b47cfbee7c
commit
689fb214e0
136 changed files with 964 additions and 2802 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { describe, expect, test } from "bun:test"
|
||||
import type { Project } from "@opencode-ai/sdk/v2/client"
|
||||
import type { Project } from "@/types"
|
||||
import type { SessionInfo } from "@opencode-ai/client/promise"
|
||||
import { createRoot } from "solid-js"
|
||||
import { createServerSessionEntries } from "@/components/command-palette"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue