From d80c014873800ae77a5c19c035092dd4a4275029 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Mon, 9 Mar 2026 09:01:24 +0100 Subject: [PATCH] (fix) update channel count from 22+ to 20+ Co-Authored-By: Claude Opus 4.6 --- src/components/Channels.astro | 2 +- src/components/Hero.astro | 2 +- src/layouts/Base.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Channels.astro b/src/components/Channels.astro index 582ab2e..58f3b01 100644 --- a/src/components/Channels.astro +++ b/src/components/Channels.astro @@ -26,7 +26,7 @@ const channels = [

- 22+ channels. One gateway. + 20+ channels. One gateway.

{ diff --git a/src/components/Hero.astro b/src/components/Hero.astro index a6a3f7e..2f9ff16 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -8,7 +8,7 @@

Self-hosted middleware that connects Claude Code, Gemini CLI, - Codex CLI, and OpenCode to 22+ messaging channels. + Codex CLI, and OpenCode to 20+ messaging channels.

diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 3cd981e..bfedf46 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -6,7 +6,7 @@ interface Props { const { title = "RemoteClaw", - description = "Self-hosted middleware that connects Claude Code, Gemini CLI, Codex CLI, and OpenCode to 22+ messaging channels.", + description = "Self-hosted middleware that connects Claude Code, Gemini CLI, Codex CLI, and OpenCode to 20+ messaging channels.", } = Astro.props; ---