mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
support custom tools (#2668)
This commit is contained in:
parent
e9d902d844
commit
3b6c0ec0b3
12 changed files with 140 additions and 488 deletions
|
|
@ -10,13 +10,18 @@
|
|||
".": {
|
||||
"development": "./src/index.ts",
|
||||
"import": "./dist/index.js"
|
||||
},
|
||||
"./tool": {
|
||||
"development": "./src/tool.ts",
|
||||
"import": "./dist/tool.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@opencode-ai/sdk": "workspace:*"
|
||||
"@opencode-ai/sdk": "workspace:*",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "catalog:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue