feat(worker): OpenCodeAdapter runs opencode in the per-user box (no side container)

This commit is contained in:
Gabriel Brown
2026-07-11 10:07:58 -04:00
parent 949a036d13
commit ff0425cf4b
5 changed files with 334 additions and 0 deletions
@@ -1,4 +1,6 @@
import { registerAdapter } from './agent-runtime';
import { createCodexAdapter } from './codex-adapter';
import { createOpenCodeAdapter } from './opencode-adapter';
registerAdapter('codex', createCodexAdapter);
registerAdapter('opencode', createOpenCodeAdapter);