refactor(plugin): move tool implementation to plugin (#34665)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export { Failure, RegistrationError, make } from "@opencode-ai/core/tool/tool"
|
||||
export type { AnyTool, Content, Context, Definition } from "@opencode-ai/core/tool/tool"
|
||||
export { Failure, RegistrationError, make } from "@opencode-ai/plugin/v2/effect/tool"
|
||||
export type { AnyTool, Content, Context, Definition } from "@opencode-ai/plugin/v2/effect/tool"
|
||||
|
||||
Reference in New Issue
Block a user