cloudaxe-opencode/packages/opencode/test/server
Kit Langton 727f9f46a0 chore: merge origin/dev into v2
Brings the latest dev (45 commits) into v2. Conflict resolutions:

- core/src/session.ts: keep v2's Service (BusyError active-checks in
  revert.stage/clear/commit, rename method + Renamed event) and add
  dev's history method. v2's Renamed event flows through the merged
  SessionEvent.Definitions into the OpenCodeEvent union, so it encodes
  correctly on the SSE stream.
- server/src/handlers/event.ts: take dev's OpenCodeEvent encoder, which
  supersedes v2's PublicEventManifest handler wiring. This also brings
  dev's live event stream (allBounded + heartbeat + keepalive headers)
  onto v2.
- Removed the now-orphaned public-event-manifest.ts (only self-referenced
  after taking dev's handler).
- Generated client + sdk types regenerated via codegen (not hand-merged);
  they pick up dev's effect SSE OpenAPI-naming patch (V2EventStream).
2026-06-27 22:43:38 -04:00
..
httpapi-exercise feat(api): add finite durable session history pages (#34097) 2026-06-26 14:49:47 -04:00
AGENTS.md
auth.test.ts
global-bus.ts
global-session-list.test.ts
httpapi-authorization.test.ts
httpapi-compression.test.ts
httpapi-config.test.ts
httpapi-control-plane.test.ts
httpapi-cors-vary.test.ts
httpapi-cors.test.ts
httpapi-error-middleware.test.ts
httpapi-event.test.ts
httpapi-experimental.test.ts
httpapi-file.test.ts test(opencode): stabilize Windows async readiness 2026-06-23 00:41:02 -04:00
httpapi-global.test.ts
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
httpapi-instance.test.ts
httpapi-layer.ts
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
httpapi-mcp.test.ts
httpapi-mdns.test.ts
httpapi-promptasync-context.test.ts refactor(core): unify filesystem search service (#31566) 2026-06-09 20:38:02 -04:00
httpapi-provider.test.ts
httpapi-pty.test.ts refactor(core): canonicalize pty service (#32182) 2026-06-14 12:46:39 +02:00
httpapi-public-openapi.test.ts chore: merge origin/dev into v2 2026-06-27 22:43:38 -04:00
httpapi-query-schema-drift.test.ts refactor(protocol): extract server contracts (#33708) 2026-06-24 22:15:31 -04:00
httpapi-reference.test.ts refactor(schema): tighten public contracts (#33771) 2026-06-25 17:10:23 +00:00
httpapi-schema-error-body.test.ts
httpapi-sdk.test.ts test(opencode): retry Windows CLI cleanup 2026-06-23 00:56:14 -04:00
httpapi-session.test.ts fix(sdk): wake embedded session execution (#33992) 2026-06-25 23:04:14 -04:00
httpapi-sync.test.ts
httpapi-ui.test.ts
httpapi-v2-location.test.ts feat(sdk): expose live event stream (#34098) 2026-06-26 21:16:33 +02: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
project-copy.test.ts chore: generate 2026-06-12 18:46:51 +00:00
project-init-git.test.ts
proxy-util.test.ts
sdk-error-shape.test.ts
sdk-v1-smoke.test.ts
session-actions.test.ts
session-diff-missing-patch.test.ts
session-list.test.ts
session-messages.test.ts
session-select.test.ts
workspace-proxy.test.ts
workspace-routing.test.ts
worktree-endpoint-repro.test.ts