Skip to content

Commit 0720986

Browse files
author
Yogthos
committed
site: reposition tagline to 'The Batteries-Included Rust Coding Agent'
Update hero headline + lede, page title, meta/og description, and footer. dirge is minimal in footprint (8MB RAM, 36MB binary) but batteries-included in features (MCP, LSP, ACP, plugins, code intelligence, memory).
1 parent 96a0dbe commit 0720986

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>dirge — The Minimal Rust Coding Agent</title>
7-
<meta name="description" content="dirge is a minimal, high-performance AI coding agent for your terminal. ~8MB RAM idle, ~36MB binary, built in Rust. Keeps even small models on the rails." />
6+
<title>dirge — The Batteries-Included Rust Coding Agent</title>
7+
<meta name="description" content="dirge is a batteries-included AI coding agent for your terminal — MCP, LSP, plugins, code intelligence, and memory, all built in. ~8MB RAM idle, ~36MB binary. Native Rust, no runtime." />
88
<meta name="keywords" content="AI coding agent, terminal AI, Rust, TUI, LLM, CLI agent, coding assistant" />
99
<meta name="color-scheme" content="light dark" />
1010
<meta name="theme-color" content="#0d1117" media="(prefers-color-scheme: dark)" />
1111
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
12-
<meta property="og:title" content="dirge — The Minimal Rust Coding Agent" />
13-
<meta property="og:description" content="Minimal, high-performance AI coding agent for your terminal. ~8MB RAM idle, ~36MB binary. Built in Rust." />
12+
<meta property="og:title" content="dirge — The Batteries-Included Rust Coding Agent" />
13+
<meta property="og:description" content="A batteries-included AI coding agent for your terminal — MCP, LSP, plugins, code intelligence, and memory, all built in. ~8MB RAM idle, ~36MB binary. Native Rust." />
1414
<meta property="og:url" content="https://dirge-code.github.io/" />
1515
<meta property="og:type" content="website" />
1616
<meta property="og:image" content="https://dirge-code.github.io/img/dirge1.jpg" />
@@ -528,13 +528,12 @@
528528
<!-- ═══ HERO ═══ -->
529529
<section class="hero sec">
530530
<div class="hero-tag">GPL-3.0 · Rust · <b>on crates.io</b></div>
531-
<h1><em>dirge</em> — The Minimal<br>Rust Coding Agent</h1>
531+
<h1><em>dirge</em> — The Batteries-Included<br>Rust Coding Agent</h1>
532532
<p class="lede">
533-
A fast, native coding agent that lives in your terminal — <b>~8&nbsp;MB RAM</b>
534-
idle, <b>~36&nbsp;MB binary</b>, no runtime. Built to keep even small, cheap
535-
models on the rails: it <b>repairs malformed tool calls</b>, validates every edit
536-
through <b>tree-sitter before it touches disk</b>, and <b>escalates to a stronger
537-
model</b> when a task stalls.
533+
Everything on by default — <b>MCP, LSP, ACP</b>, a <b>Janet plugin system</b>,
534+
tree-sitter <b>code intelligence</b>, and <b>self-improving memory</b>. Yet it's
535+
native Rust: <b>~8&nbsp;MB RAM</b> idle, <b>~36&nbsp;MB binary</b>, no runtime.
536+
And an agent loop built to keep even small, cheap models on the rails.
538537
</p>
539538
<div class="hero-act">
540539
<a href="#install" class="btn btn-pri">▸ Get started</a>
@@ -1266,7 +1265,7 @@ <h2 class="sec-title">Frequently <em>asked</em></h2>
12661265
<div>
12671266
<h5>dirge</h5>
12681267
<p style="color:var(--fg-dim);font-size:13px;line-height:1.6">
1269-
The minimal Rust coding agent.<br>
1268+
The batteries-included Rust coding agent.<br>
12701269
Terminal-first. Resource-efficient.<br>
12711270
GPL-3.0 license.
12721271
</p>

0 commit comments

Comments
 (0)