From a564558a67a14f03e8f22b07fb3180f03c1f83ba Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 8 Jan 2026 12:20:45 +0100 Subject: [PATCH] chore: drop bun from daemon runtime options --- CHANGELOG.md | 1 + src/commands/daemon-runtime.ts | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632b60134..e887663b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/commands/daemon-runtime.ts b/src/commands/daemon-runtime.ts index 7f49aa7a9..15c7f492c 100644 --- a/src/commands/daemon-runtime.ts +++ b/src/commands/daemon-runtime.ts @@ -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(