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
parent 60747a70d8
commit c4ed481ceb
9 changed files with 230 additions and 221 deletions
+3
View File
@@ -680,7 +680,9 @@
"version": "1.17.11",
"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:",
@@ -744,6 +746,7 @@
"dependencies": {
"@opencode-ai/client": "workspace:*",
"@opencode-ai/core": "workspace:*",
"@opencode-ai/plugin": "workspace:*",
"@opencode-ai/server": "workspace:*",
"effect": "catalog:",
},