chore: drop bun from daemon runtime options
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user