From a7549f59c1805b484a00f47c53823728efa006d8 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:06:01 -0800 Subject: [PATCH] Update blog post date to February 12, 2026 --- web/app/blog/introducing-cmux/page.tsx | 2 +- web/app/blog/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/blog/introducing-cmux/page.tsx b/web/app/blog/introducing-cmux/page.tsx index e1f73354..1632591c 100644 --- a/web/app/blog/introducing-cmux/page.tsx +++ b/web/app/blog/introducing-cmux/page.tsx @@ -20,7 +20,7 @@ export default function IntroducingCmuxPage() {

Introducing cmux

- +

cmux is a native macOS terminal application built on top of Ghostty, diff --git a/web/app/blog/page.tsx b/web/app/blog/page.tsx index 976c43a5..d9ad9c4a 100644 --- a/web/app/blog/page.tsx +++ b/web/app/blog/page.tsx @@ -10,7 +10,7 @@ const posts = [ { slug: "introducing-cmux", title: "Introducing cmux", - date: "2025-06-01", + date: "2026-02-12", summary: "A native macOS terminal built on Ghostty, designed for running multiple AI coding agents side by side.", },