mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 19:52:44 +00:00
feat: unwrap 11 util namespaces to flat exports + barrel (#22739)
This commit is contained in:
parent
b0eae5e12f
commit
343a564183
188 changed files with 1182 additions and 1193 deletions
|
|
@ -6,7 +6,7 @@ import { cmd } from "./cmd"
|
|||
import { Flag } from "../../flag/flag"
|
||||
import { bootstrap } from "../bootstrap"
|
||||
import { EOL } from "os"
|
||||
import { Filesystem } from "../../util/filesystem"
|
||||
import { Filesystem } from "../../util"
|
||||
import { createOpencodeClient, type OpencodeClient, type ToolPart } from "@opencode-ai/sdk/v2"
|
||||
import { Server } from "../../server/server"
|
||||
import { Provider } from "../../provider"
|
||||
|
|
@ -25,7 +25,7 @@ import { TaskTool } from "../../tool/task"
|
|||
import { SkillTool } from "../../tool/skill"
|
||||
import { BashTool } from "../../tool/bash"
|
||||
import { TodoWriteTool } from "../../tool/todo"
|
||||
import { Locale } from "../../util/locale"
|
||||
import { Locale } from "../../util"
|
||||
import { AppRuntime } from "@/effect/app-runtime"
|
||||
|
||||
type ToolProps<T> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue