feat: unwrap tool namespaces to flat exports + barrel (#22762)
This commit is contained in:
@@ -2,7 +2,7 @@ import path from "path"
|
||||
import { Effect } from "effect"
|
||||
import { EffectLogger } from "@/effect"
|
||||
import { InstanceState } from "@/effect"
|
||||
import type { Tool } from "./tool"
|
||||
import type * as Tool from "./tool"
|
||||
import { Instance } from "../project/instance"
|
||||
import { AppFileSystem } from "@opencode-ai/shared/filesystem"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user