summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-25 18:47:06 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-04-25 18:47:06 +0000
commit3b74077437f15d6ea3130ad2255295157a934f2f (patch)
tree18f5d32a4b1ba16955cb9f0f43a6923fde34f628
parent95d4bb213018f9c184cc97c34000b3f5a99fae5a (diff)
downloadopencode-3b74077437f15d6ea3130ad2255295157a934f2f.tar.gz
opencode-3b74077437f15d6ea3130ad2255295157a934f2f.zip
chore: generate
-rw-r--r--packages/opencode/specs/effect/http-api.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/packages/opencode/specs/effect/http-api.md b/packages/opencode/specs/effect/http-api.md
index 6d0381d2d..e32a1dd7e 100644
--- a/packages/opencode/specs/effect/http-api.md
+++ b/packages/opencode/specs/effect/http-api.md
@@ -153,23 +153,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 | find text/file/symbol, list/content/status |
-| `mcp` | `bridged` partial | status only |
-| `workspace` | `bridged` | list, get, enter |
-| top-level instance reads | `bridged` | path, vcs, command, agent, skill, lsp, formatter |
+| 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 | find text/file/symbol, list/content/status |
+| `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 | `bridged` partial | console reads, tool ids, resource list; worktree and global session list remain later |
-| `session` | `later/special` | large stateful surface plus streaming |
-| `sync` | `later` | process/control side effects |
-| `event` | `special` | SSE |
-| `pty` | `special` | websocket |
-| `tui` | `special` | UI bridge |
+| `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