refactor(tui): simplify config and tool display
This commit is contained in:
parent
8f904c8e9a
commit
ac1ddc3f83
44 changed files with 264 additions and 315 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { afterEach, describe, expect, mock, spyOn, test } from "bun:test"
|
||||
import { OpenCode } from "@opencode-ai/client/promise"
|
||||
import type { Resolved } from "@opencode-ai/tui/config"
|
||||
import type { Resolved } from "@opencode-ai/tui/config/v1"
|
||||
import { resolveDiffStyle, resolveModelInfo, resolveRunTuiConfig } from "@opencode-ai/cli/mini/runtime.boot"
|
||||
import { createTuiResolvedConfig } from "../../fixture/tui-runtime"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue