From fa234fae256f1338989e0861eea7d769686dadfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Sun, 5 Apr 2026 22:29:21 +0100 Subject: [PATCH] feat(web): announce claudemesh-cli v0.1.2 in news toaster Additive NEWS entry pointing to the new public repo github.com/alezmad/claudemesh-cli and the launch command. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/src/modules/marketing/home/toaster.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/web/src/modules/marketing/home/toaster.tsx b/apps/web/src/modules/marketing/home/toaster.tsx index 3bc2f98..9a37ce0 100644 --- a/apps/web/src/modules/marketing/home/toaster.tsx +++ b/apps/web/src/modules/marketing/home/toaster.tsx @@ -3,6 +3,12 @@ import { useState } from "react"; import Link from "next/link"; const NEWS = [ + { + tag: "New", + title: "claudemesh launch (v0.1.2)", + body: "Real-time peer messages pushed into Claude Code mid-turn. One command. Source open at github.com/alezmad/claudemesh-cli.", + href: "https://github.com/alezmad/claudemesh-cli", + }, { tag: "Beta", title: "Mesh Dashboard",