sync
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user