cloudaxe-opencode/packages/opencode/test/server
Dax Raad 87c33b3d85 fix(plugin): reuse active server for client requests
Temporarily route plugin SDK calls through the active listener so they reuse its instance store instead of initializing plugins again through the default app. Keep the in-process fallback for commands without a listener. This is intentionally a narrow bridge until v2 owns plugin clients in the correct shared server runtime.
2026-06-14 13:35:05 -04:00
..
httpapi-exercise refactor(core): canonicalize pty service (#32182) 2026-06-14 12:46:39 +02:00
AGENTS.md refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
auth.test.ts fix(auth): respect server username in clients (#25596) 2026-05-03 19:28:31 +05:30
global-bus.ts test(server): migrate global bus helper to Effect (#27214) 2026-05-13 02:04:46 +00:00
global-session-list.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-authorization.test.ts refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00
httpapi-compression.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-config.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-control-plane.test.ts feat(core): moving sessions (#30640) 2026-06-04 15:07:46 -04:00
httpapi-cors-vary.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-cors.test.ts refactor(server): simplify listener lifecycle (#27413) 2026-05-15 00:00:52 +00:00
httpapi-error-middleware.test.ts refactor(tui): centralize application exit (#31524) 2026-06-09 11:46:02 -04:00
httpapi-event.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-experimental.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-file.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-global.test.ts feat(core): moving sessions (#30640) 2026-06-04 15:07:46 -04:00
httpapi-instance-context.test.ts refactor(core): unify filesystem search service (#31566) 2026-06-09 20:38:02 -04:00
httpapi-instance-route-auth.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-instance.test.ts refactor(core): move v1 schemas into core (#30473) 2026-06-03 02:42:13 +00:00
httpapi-layer.ts refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00
httpapi-listen.test.ts fix(plugin): reuse active server for client requests 2026-06-14 13:35:05 -04:00
httpapi-mcp-oauth.test.ts fix(server): support desktop PTY websockets with HttpApi (#25598) 2026-05-03 18:23:29 +00:00
httpapi-mcp.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-mdns.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-promptasync-context.test.ts refactor(core): unify filesystem search service (#31566) 2026-06-09 20:38:02 -04:00
httpapi-provider.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-pty.test.ts refactor(core): canonicalize pty service (#32182) 2026-06-14 12:46:39 +02:00
httpapi-public-openapi.test.ts refactor(core): simplify integration credentials (#31968) 2026-06-12 06:15:25 +00:00
httpapi-query-schema-drift.test.ts refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00
httpapi-reference.test.ts feat(core): add project reference guidance (#31601) 2026-06-10 04:08:26 +00:00
httpapi-schema-error-body.test.ts feat(core): add command registry (#30624) 2026-06-04 02:57:43 -04:00
httpapi-sdk.test.ts refactor(server): serve raw filesystem content (#31911) 2026-06-11 11:20:11 -04:00
httpapi-session.test.ts refactor(core): unify filesystem search service (#31566) 2026-06-09 20:38:02 -04:00
httpapi-sync.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-ui.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-v2-location.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
httpapi-v2-pty.test.ts chore: generate 2026-06-14 11:19:10 +00:00
httpapi-workspace-routing.test.ts refactor(core): unify filesystem search service (#31566) 2026-06-09 20:38:02 -04:00
httpapi-workspace.test.ts refactor(core): unify filesystem search service (#31566) 2026-06-09 20:38:02 -04:00
negative-tokens-regression.test.ts feat(core): add command registry (#30624) 2026-06-04 02:57:43 -04:00
project-copy.test.ts chore: generate 2026-06-12 18:46:51 +00:00
project-init-git.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
proxy-util.test.ts Refactor HttpApi workspace routing and proxy boundaries (#25006) 2026-04-29 16:50:54 -04:00
sdk-error-shape.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
sdk-v1-smoke.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
session-actions.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
session-diff-missing-patch.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
session-list.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
session-messages.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
session-select.test.ts refactor(core): replace legacy logger with Effect logging (#31310) 2026-06-08 15:41:56 -04:00
workspace-proxy.test.ts fix(opencode): forward remote workspace request bodies (#29458) 2026-05-27 21:54:36 -04:00
workspace-routing.test.ts feat(tui): allow backgrounding synchronous subagents (#30488) 2026-06-04 23:40:52 -04:00
worktree-endpoint-repro.test.ts refactor(core): move database schema ownership (#29068) 2026-05-30 21:08:38 -04:00