cloudaxe-opencode/packages/opencode/test/server/httpapi-exercise
Kit Langton b4836589f4 Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup
This reverts:
- 28b03595b research: delete Hono backend (do not merge) (#25667)
- b24a4e897 chore(server): clean up post-Hono-deletion scar tissue (#26542)

v1.14.42 broke startup for users with plugins that depend on the
Hono wire format (most visibly opencode-gemini-auth, see #26546).
Restoring Hono as the default backend on stable channels while we
investigate the actual plugin compatibility story.

OPENCODE_EXPERIMENTAL_HTTPAPI flag and dual-backend selection come
back. Stable installs default to Hono; dev/beta default to HTTP API.

Conflict resolution: took the pre-deletion side for control-plane
schemas and the seven test files where post-deletion follow-up PRs
had also touched the conflicting lines. The HTTP API code added
since the deletion (compression, cors-vary, fence, lifecycle log,
account error mapping, etc.) is preserved as-is — those still apply
on the HTTP API path for users on dev/beta channels.
2026-05-09 13:37:36 -04:00
..
assertions.ts refactor(server): split HttpApi exercise harness (#26385) 2026-05-08 17:58:14 +00:00
backend.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
dsl.ts test(server): harden HttpApi exercise coverage (#26425) 2026-05-08 20:50:01 -04:00
environment.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
index.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
report.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
routing.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
runner.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
runtime.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00
types.ts Revert "research: delete Hono backend (do not merge) (#25667)" and cleanup 2026-05-09 13:37:36 -04:00