refactor(app): support only v2 servers

This commit is contained in:
Brendan Allan 2026-07-29 16:43:39 +08:00
commit 689fb214e0
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
136 changed files with 964 additions and 2802 deletions

View file

@ -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"