rebrand: replace Dench references with Ironclaw in web app and bump to 2026.2.10-1.11

This commit is contained in:
kumarabhirup 2026-02-12 23:00:44 -08:00
parent a6a521ec22
commit ac558d0a8e
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167
4 changed files with 6 additions and 6 deletions

View File

@ -179,14 +179,14 @@ const mdComponents: Components = {
),
};
/* ─── Chat message (Dench-inspired free-flowing text) ─── */
/* ─── Chat message ─── */
export function ChatMessage({ message }: { message: UIMessage }) {
const isUser = message.role === "user";
const segments = groupParts(message.parts);
if (isUser) {
// User: right-aligned subtle pill (like Dench)
// User: right-aligned subtle pill
const textContent = segments
.filter(
(s): s is { type: "text"; text: string } =>

View File

@ -2,9 +2,9 @@ import type { Metadata } from "next";
import "./globals.css";
export const metadata: Metadata = {
title: "Dench",
title: "Ironclaw",
description:
"AI CRM with an agent that connects to your apps and does the work for you",
"AI Workspace with an agent that connects to your apps and does the work for you",
};
export default function RootLayout({

View File

@ -39,7 +39,7 @@ export default function Home() {
className="font-instrument text-5xl md:text-6xl tracking-tight mb-3 text-center"
style={{ color: "var(--color-text)" }}
>
Dench
Ironclaw
</h1>
{/* Tagline */}

View File

@ -1,6 +1,6 @@
{
"name": "ironclaw",
"version": "2026.2.10-1.10",
"version": "2026.2.10-1.11",
"description": "AI-powered CRM platform with multi-channel agent gateway, DuckDB workspace, and knowledge management",
"keywords": [],
"license": "MIT",