feat(headless): add openwrk router daemon (#343)

* feat(headless): add openwrk router daemon

* fix(headless): honor opencode auth in router
This commit is contained in:
ben
2026-01-30 21:32:36 -08:00
committed by GitHub
parent 441b457111
commit a844c9ac19
6 changed files with 1070 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
"test:session-switch": "pnpm --filter @different-ai/openwork-ui test:session-switch",
"test:fs-engine": "pnpm --filter @different-ai/openwork-ui test:fs-engine",
"test:e2e": "pnpm --filter @different-ai/openwork-ui test:e2e",
"test:openwrk": "pnpm --filter openwrk test:router",
"bump:patch": "pnpm --filter @different-ai/openwork-ui bump:patch",
"bump:minor": "pnpm --filter @different-ai/openwork-ui bump:minor",
"bump:major": "pnpm --filter @different-ai/openwork-ui bump:major",