This commit is contained in:
Dax Raad
2025-08-31 02:16:43 -04:00
parent 3977b9b8c9
commit 647671dbe6
89 changed files with 15329 additions and 44 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ console.log(process.cwd())
await $`rm -rf go`
await $`bun run --conditions=development ../../opencode/src/index.ts generate > openapi.json`
await $`stl builds create --branch dev --pull --allow-empty --+target go`
await $`stl builds create --branch main --pull --allow-empty --+target go`
await $`rm -rf ../go`
await $`mv opencode-go/ ../go`
+27
View File
@@ -45,6 +45,27 @@ resources:
# This method is always streaming.
param_discriminator: null
path:
models:
path: Path
methods:
get: get /path
app:
models:
app: App
provider: Provider
model: Model
methods:
log: post /log
providers: get /config/providers
agent:
models:
agent: Agent
methods:
list: get /agent
find:
models:
symbol: Symbol
@@ -79,6 +100,12 @@ resources:
methods:
list: get /command
project:
models:
project: Project
methods:
list: get /project
session:
models:
session: Session