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",