From d0d25160c856eb28b8a74a889e7f3e120eb2769b Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 18 Apr 2026 16:48:10 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20add=20bun=20+=20claude-code=20to=20phan?= =?UTF-8?q?tom-ship=20for=20channels=20migration=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code Channels will replace OpenClaw for the Telegram bot. Channels uses claude.ai subscription auth instead of pay-as-you-go API, sidestepping the rate limits Hara has been hitting. --- nixos/hosts/phantom-ship.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 0f08e9b..9f30acc 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -79,10 +79,12 @@ in # Passwordless sudo for wheel. security.sudo.wheelNeedsPassword = false; environment.systemPackages = with pkgs; [ - git # clone/bootstrap and dotfiles-rebuild timer - nodejs # npm for openclaw plugin installs - python3 # node-gyp dependency for openclaw plugins - wakeonlan # wake rusty-anchor: wakeonlan 00:16:cb:87:20:ba + git # clone/bootstrap and dotfiles-rebuild timer + nodejs # npm for openclaw plugin installs + python3 # node-gyp dependency for openclaw plugins + wakeonlan # wake rusty-anchor: wakeonlan 00:16:cb:87:20:ba + bun # runtime for claude-code channel plugins + claude-code # Claude Code CLI (channels replaces openclaw) ]; # OpenClaw AI gateway — Telegram bot, Anthropic API.