feat: unwrap tool namespaces to flat exports + barrel (#22762)
This commit is contained in:
@@ -34,7 +34,7 @@ import type {
|
||||
} from "@opencode-ai/sdk/v2"
|
||||
import { useLocal } from "@tui/context/local"
|
||||
import { Locale } from "@/util"
|
||||
import type { Tool } from "@/tool/tool"
|
||||
import type { Tool } from "@/tool"
|
||||
import type { ReadTool } from "@/tool/read"
|
||||
import type { WriteTool } from "@/tool/write"
|
||||
import { BashTool } from "@/tool/bash"
|
||||
|
||||
Reference in New Issue
Block a user