rebrand: replace Dench references with Ironclaw in web app and bump to 2026.2.10-1.11
This commit is contained in:
parent
a6a521ec22
commit
ac558d0a8e
@ -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 } =>
|
||||
|
||||
@ -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({
|
||||
|
||||
@ -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 */}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user