cloudaxe-opencode/packages/opencode/test/server
Filip 72d008bd5c
fix(core): allow colons inside passwords (#29576)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-05-28 13:17:35 -04:00
..
httpapi-exercise fix(httpapi): return project not found errors (#28856) 2026-05-22 22:06:20 +05:30
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 chore: generate 2026-05-21 03:37:50 +00:00
httpapi-authorization.test.ts fix(httpapi): expose v2 request errors (#28495) 2026-05-20 23:23:23 +05:30
httpapi-compression.test.ts research: delete Hono backend (do not merge) (#25667) 2026-05-09 13:10:42 +00:00
httpapi-config.test.ts test(server): migrate global bus helper to Effect (#27214) 2026-05-13 02:04:46 +00:00
httpapi-cors-vary.test.ts research: delete Hono backend (do not merge) (#25667) 2026-05-09 13:10:42 +00:00
httpapi-cors.test.ts refactor(server): simplify listener lifecycle (#27413) 2026-05-15 00:00:52 +00:00
httpapi-error-middleware.test.ts fix(httpapi): remove config error middleware special case (#28631) 2026-05-21 15:57:25 +05:30
httpapi-event-diagnostics.test.ts test(server): port event SSE tests to it.instance + testEffectShared (#28569) 2026-05-21 02:55:54 +00:00
httpapi-event.test.ts test(server): port event SSE tests to it.instance + testEffectShared (#28569) 2026-05-21 02:55:54 +00:00
httpapi-experimental.test.ts refactor(opencode): roll out serviceUse proxy across 14 services + tests (#28576) 2026-05-21 03:36:27 +00:00
httpapi-file.test.ts refactor(instance): remove legacy runtime fallback (#27757) 2026-05-15 23:05:44 +05:30
httpapi-global.test.ts refactor(httpapi): describe bodyless global upgrade payload 2026-05-25 16:18:31 -04:00
httpapi-instance-context.test.ts refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
httpapi-instance-route-auth.test.ts refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
httpapi-instance.test.ts fix(httpapi): return project not found errors (#28856) 2026-05-22 22:06:20 +05:30
httpapi-listen.test.ts Speed up targeted opencode tests 2026-05-18 16:18:29 +00: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 fix(opencode): disconnect dynamically added mcp servers (#29452) 2026-05-26 18:28:03 -05:00
httpapi-mdns.test.ts refactor(server): simplify listener lifecycle (#27413) 2026-05-15 00:00:52 +00:00
httpapi-promptasync-context.test.ts refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
httpapi-provider.test.ts fix(httpapi): expose v2 catalog errors (#28498) 2026-05-21 00:53:35 +05:30
httpapi-pty-websocket.test.ts test(server): migrate pty websocket input test (#27348) 2026-05-13 15:43:09 +00:00
httpapi-pty.test.ts refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
httpapi-public-openapi.test.ts refactor(server): unify instance httpapi middleware routing 2026-05-27 08:45:11 -04:00
httpapi-query-schema-drift.test.ts Scope boolean query overrides 2026-05-10 11:57:52 -04:00
httpapi-schema-error-body.test.ts fix(httpapi): expose v2 request errors (#28495) 2026-05-20 23:23:23 +05:30
httpapi-sdk.test.ts test(cli): subprocess integration test harness + regression suite for opencode run (#28230) 2026-05-18 18:32:20 -04:00
httpapi-session.test.ts chore: generate 2026-05-28 02:59:53 +00:00
httpapi-sync.test.ts refactor(opencode): roll out serviceUse proxy across 14 services + tests (#28576) 2026-05-21 03:36:27 +00:00
httpapi-ui.test.ts fix(core): allow colons inside passwords (#29576) 2026-05-28 13:17:35 -04:00
httpapi-workspace-routing.test.ts fix(opencode): forward remote workspace request bodies (#29458) 2026-05-27 21:54:36 -04:00
httpapi-workspace.test.ts fix(opencode): forward remote workspace request bodies (#29458) 2026-05-27 21:54:36 -04:00
negative-tokens-regression.test.ts test: migrate negative tokens regression to Effect runner (#27141) 2026-05-12 20:32:23 +00:00
project-init-git.test.ts refactor(opencode): roll out serviceUse proxy across 14 services + tests (#28576) 2026-05-21 03:36:27 +00: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 fix(server): return diagnosable body for schema rejections (#26631) 2026-05-10 16:21:32 +00:00
sdk-v1-smoke.test.ts fix(server): return diagnosable body for schema rejections (#26631) 2026-05-10 16:21:32 +00:00
session-actions.test.ts chore: generate 2026-05-21 03:37:50 +00:00
session-diff-missing-patch.test.ts chore: generate 2026-05-21 03:37:50 +00:00
session-list.test.ts chore: generate 2026-05-21 03:37:50 +00:00
session-messages.test.ts chore: generate 2026-05-21 03:37:50 +00:00
session-select.test.ts refactor(opencode): roll out serviceUse proxy across 14 services + tests (#28576) 2026-05-21 03:36:27 +00: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 refactor(server): extract Hono-coupled utilities to backend-neutral modules (#25542) 2026-05-03 12:58:34 +00:00
worktree-endpoint-repro.test.ts fix(httpapi): model optional worktree payload as no content (#29246) 2026-05-25 15:57:12 -04:00