refactor(router): rename owpenbot to opencode-router (#567)

This commit is contained in:
ben
2026-02-14 20:53:06 -08:00
committed by GitHub
parent 23cea6c1a1
commit 32cc853d10
74 changed files with 1218 additions and 1233 deletions

View File

@@ -21,10 +21,10 @@ OpenWork is designed around the idea that you can easily ship your agentic workf
## Alternate UIs
- **Owpenbot (WhatsApp bot)**: a lightweight WhatsApp bridge for a running OpenCode server. Install with:
- `curl -fsSL https://raw.githubusercontent.com/different-ai/owpenbot/dev/install.sh | bash`
- run `owpenbot setup`, then `owpenbot whatsapp login`, then `owpenbot start`
- full setup: https://github.com/different-ai/owpenbot/blob/dev/README.md
- **OpenCode Router (WhatsApp bot)**: a lightweight WhatsApp bridge for a running OpenCode server. Install with:
- `curl -fsSL https://raw.githubusercontent.com/different-ai/opencode-router/dev/install.sh | bash`
- run `opencode-router setup`, then `opencode-router whatsapp login`, then `opencode-router start`
- full setup: https://github.com/different-ai/opencode-router/blob/dev/README.md
- **Openwrk (CLI host)**: run OpenCode + OpenWork server without the desktop UI. Install with `npm install -g openwrk`.
- docs: [packages/headless/README.md](./packages/headless/README.md)