chore: drop bun from daemon runtime options

This commit is contained in:
Peter Steinberger
2026-01-08 12:20:45 +01:00
parent 51c2d29693
commit a564558a67
2 changed files with 1 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
- Onboarding: avoid “token expired” for Codex CLI when expiry is heuristic.
- Onboarding: QuickStart jumps straight into provider selection with Telegram preselected when unset.
- Onboarding: QuickStart auto-installs the Gateway daemon with Node (no runtime picker).
- Daemon runtime: remove Bun from selection options.
## 2026.1.8

View File

@@ -12,11 +12,6 @@ export const GATEWAY_DAEMON_RUNTIME_OPTIONS: Array<{
label: "Node (recommended)",
hint: "Required for WhatsApp (Baileys WebSocket). Bun can corrupt memory on reconnect.",
},
{
value: "bun",
label: "Bun (faster)",
hint: "Use only when WhatsApp is disabled",
},
];
export function isGatewayDaemonRuntime(