chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-30 11:07:49 +00:00
commit bd83177c48
2 changed files with 17 additions and 2 deletions

View file

@ -1,4 +1,11 @@
import type { Config, McpResource, OpencodeClient, Path, Project, ProviderAuthResponse } from "@opencode-ai/sdk/v2/client"
import type {
Config,
McpResource,
OpencodeClient,
Path,
Project,
ProviderAuthResponse,
} from "@opencode-ai/sdk/v2/client"
import { showToast } from "@/utils/toast"
import { getFilename } from "@opencode-ai/core/util/path"
import { type Accessor, batch, createMemo, getOwner, onCleanup, onMount, untrack } from "solid-js"