feat(v2): expose canonical schema contracts
This commit is contained in:
parent
203885d241
commit
ad295d58fa
15 changed files with 159 additions and 30 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"type": "module",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "bun test --timeout 5000",
|
||||
"typecheck": "tsgo --noEmit",
|
||||
"build": "tsc"
|
||||
},
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@ai-sdk/provider": "3.0.8",
|
||||
"@opencode-ai/schema": "workspace:*",
|
||||
"@opencode-ai/sdk": "workspace:*",
|
||||
"effect": "catalog:",
|
||||
"zod": "catalog:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue