refactor(core): consolidate tool architecture

This commit is contained in:
Dax Raad 2026-07-26 20:08:55 -04:00
commit 8db7487c89
466 changed files with 9405 additions and 11071 deletions

View file

@ -1,2 +1,3 @@
export { Failure, RegistrationError, make } from "@opencode-ai/plugin/v2/effect/tool"
export type { Any, Content, Context, Tool } from "@opencode-ai/plugin/v2/effect/tool"
export { RegistrationError } from "@opencode-ai/core/tool"
export { Error } from "@opencode-ai/schema/tool"
export type { Context, Info } from "@opencode-ai/schema/tool"