feat(server): extract question httpapi contract into packages/server (#22502)

This commit is contained in:
Shoubhit Dash 2026-04-15 04:54:40 +05:30 committed by GitHub
commit 678d8f6ab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 131 additions and 81 deletions

View file

@ -356,6 +356,7 @@
"@opencode-ai/plugin": "workspace:*",
"@opencode-ai/script": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
"@opencode-ai/server": "workspace:*",
"@opencode-ai/util": "workspace:*",
"@openrouter/ai-sdk-provider": "2.5.1",
"@opentui/core": "0.1.99",
@ -501,6 +502,9 @@
"packages/server": {
"name": "@opencode-ai/server",
"version": "1.4.3",
"dependencies": {
"effect": "catalog:",
},
"devDependencies": {
"typescript": "catalog:",
},