summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-25 18:01:35 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-25 18:01:35 +0000
commit3bc0c36acec47aa7ff1278bb222e1224e56641e8 (patch)
treeda7065013b9301af3d513be87f46f20071b5984f /packages
parenteb0219988b3696edd67a1b1e076268c7d50f1b47 (diff)
downloadopencode-3bc0c36acec47aa7ff1278bb222e1224e56641e8.tar.gz
opencode-3bc0c36acec47aa7ff1278bb222e1224e56641e8.zip
chore: generate
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/specs/effect/http-api.md34
-rw-r--r--packages/opencode/src/skill/index.ts3
-rw-r--r--packages/sdk/openapi.json4
3 files changed, 19 insertions, 22 deletions
diff --git a/packages/opencode/specs/effect/http-api.md b/packages/opencode/specs/effect/http-api.md
index 20f740e3d..33568e65e 100644
--- a/packages/opencode/specs/effect/http-api.md
+++ b/packages/opencode/specs/effect/http-api.md
@@ -130,23 +130,23 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
## Current Route Status
-| Area | Status | Notes |
-| ------------------------ | ----------------- | -------------------------------------------------------------- |
-| `question` | `bridged` | `GET /question`, reply, reject |
-| `permission` | `bridged` | list and reply |
-| `provider` | `bridged` | list, auth, OAuth authorize/callback |
-| `config` | `bridged` partial | reads only; mutation remains Hono |
-| `project` | `bridged` partial | reads only; git-init remains Hono |
-| `file` | `bridged` partial | list/content/status only |
-| `mcp` | `bridged` partial | status only |
-| `workspace` | `bridged` | list, get, enter |
-| top-level instance reads | `bridged` | path, vcs, command, agent, skill, lsp, formatter |
-| experimental JSON routes | `next/later` | console, tool, worktree, resource, global session list |
-| `session` | `later/special` | large stateful surface plus streaming |
-| `sync` | `later` | process/control side effects |
-| `event` | `special` | SSE |
-| `pty` | `special` | websocket |
-| `tui` | `special` | UI bridge |
+| Area | Status | Notes |
+| ------------------------ | ----------------- | ------------------------------------------------------ |
+| `question` | `bridged` | `GET /question`, reply, reject |
+| `permission` | `bridged` | list and reply |
+| `provider` | `bridged` | list, auth, OAuth authorize/callback |
+| `config` | `bridged` partial | reads only; mutation remains Hono |
+| `project` | `bridged` partial | reads only; git-init remains Hono |
+| `file` | `bridged` partial | list/content/status only |
+| `mcp` | `bridged` partial | status only |
+| `workspace` | `bridged` | list, get, enter |
+| top-level instance reads | `bridged` | path, vcs, command, agent, skill, lsp, formatter |
+| experimental JSON routes | `next/later` | console, tool, worktree, resource, global session list |
+| `session` | `later/special` | large stateful surface plus streaming |
+| `sync` | `later` | process/control side effects |
+| `event` | `special` | SSE |
+| `pty` | `special` | websocket |
+| `tui` | `special` | UI bridge |
## Next PRs
diff --git a/packages/opencode/src/skill/index.ts b/packages/opencode/src/skill/index.ts
index acbb8d3fa..ebb433971 100644
--- a/packages/opencode/src/skill/index.ts
+++ b/packages/opencode/src/skill/index.ts
@@ -30,8 +30,7 @@ export const Info = Schema.Struct({
description: Schema.String,
location: Schema.String,
content: Schema.String,
-})
- .pipe(withStatics((s) => ({ zod: zod(s) })))
+}).pipe(withStatics((s) => ({ zod: zod(s) })))
export type Info = Schema.Schema.Type<typeof Info>
export const InvalidError = NamedError.create(
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json
index cb0949130..9fb2a3e6d 100644
--- a/packages/sdk/openapi.json
+++ b/packages/sdk/openapi.json
@@ -13344,9 +13344,7 @@
"additionalProperties": {}
},
"steps": {
- "type": "integer",
- "exclusiveMinimum": 0,
- "maximum": 9007199254740991
+ "type": "number"
}
},
"required": ["name", "mode", "permission", "options"]