refactor(plugin): move tool implementation to plugin (#34665)

This commit is contained in:
Kit Langton 2026-06-30 23:30:56 -04:00 committed by GitHub
commit 1ce607c230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 230 additions and 221 deletions

View file

@ -15,6 +15,7 @@
"./v2/effect": "./src/v2/effect/index.ts",
"./v2/effect/integration": "./src/v2/effect/integration.ts",
"./v2/effect/plugin": "./src/v2/effect/plugin.ts",
"./v2/effect/tool": "./src/v2/effect/tool.ts",
"./v2/promise": "./src/v2/promise/index.ts"
},
"files": [
@ -22,7 +23,9 @@
],
"dependencies": {
"@ai-sdk/provider": "3.0.8",
"@opencode-ai/llm": "workspace:*",
"@opencode-ai/protocol": "workspace:*",
"@opencode-ai/schema": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
"effect": "catalog:",
"zod": "catalog:"