Skip to content

Commit 98225d8

Browse files
committed
refactor: replace 'AI coding agents' with 'AI coding CLIs' throughout
1 parent 16ecd6d commit 98225d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Codirigent — Orchestrate your AI coding agents</title>
6+
<title>Codirigent — Orchestrate your AI coding CLIs</title>
77
<meta name="description" content="Run Claude Code, Codex, and Gemini in parallel. Session persistence, status detection, and grid layouts — all from one terminal workspace.">
8-
<meta property="og:title" content="Codirigent — Orchestrate your AI coding agents">
8+
<meta property="og:title" content="Codirigent — Orchestrate your AI coding CLIs">
99
<meta property="og:description" content="Run Claude Code, Codex, and Gemini in parallel. Session persistence, status detection, and grid layouts.">
1010
<meta property="og:type" content="website">
1111
<meta property="og:url" content="https://codirigent.dev">
@@ -363,7 +363,7 @@
363363
<section class="hero">
364364
<div class="container">
365365
<div class="hero-badge hero-in hero-in-1">Built in Rust &middot; Powered by GPUI &middot; No Electron</div>
366-
<h1 class="hero-in hero-in-2">Orchestrate your <span class="green">AI coding agents</span></h1>
366+
<h1 class="hero-in hero-in-2">Orchestrate your <span class="green">AI coding CLIs</span></h1>
367367
<p class="hero-sub hero-in hero-in-3">Run Claude Code, Codex, and Gemini in parallel.<br>Sessions persist. Statuses auto-detect. One workspace.</p>
368368
<div class="hero-actions hero-in hero-in-4">
369369
<a href="https://github.com/oso95/Codirigent/releases/latest" class="btn btn-primary" id="dl-win">
@@ -390,7 +390,7 @@ <h1 class="hero-in hero-in-2">Orchestrate your <span class="green">AI coding age
390390
<div class="container">
391391
<div class="reveal">
392392
<div class="section-label">Features</div>
393-
<h2 class="section-title">Built for multi-agent workflows</h2>
393+
<h2 class="section-title">Built for multi-CLI workflows</h2>
394394
</div>
395395
<div class="features-grid reveal r-d1">
396396
<div class="feat">
@@ -412,14 +412,14 @@ <h3>Session Persistence</h3>
412412
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"><circle cx="12" cy="12" r="3"/><path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></svg>
413413
</div>
414414
<h3>Status Detection</h3>
415-
<p>Working, Idle, or Needs Attention &mdash; always know which agent needs you without checking each session.</p>
415+
<p>Working, Idle, or Needs Attention &mdash; always know which CLI needs you without checking each session.</p>
416416
</div>
417417
<div class="feat">
418418
<div class="feat-icon">
419419
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"><rect x="8" y="2" width="8" height="4" rx="1"/><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/><path d="M9 14l2 2 4-4"/></svg>
420420
</div>
421421
<h3>Clipboard Integration</h3>
422-
<p>Paste screenshots and text across sessions. Share context between agents without leaving the workspace.</p>
422+
<p>Paste screenshots and text across sessions. Share context between CLIs without leaving the workspace.</p>
423423
</div>
424424
<div class="feat">
425425
<div class="feat-icon">
@@ -449,7 +449,7 @@ <h2 class="section-title">See it in action</h2>
449449
</div>
450450
<div class="gallery-frame">
451451
<div class="gallery-slide active">
452-
<img src="images/main.png" alt="Codirigent workspace — multi-session grid of AI coding agents">
452+
<img src="images/main.png" alt="Codirigent workspace — multi-session grid of AI coding CLIs">
453453
<div class="gallery-caption">Multi-session grid — run Claude Code, Codex, and Gemini side by side in a single workspace</div>
454454
</div>
455455
<div class="gallery-slide">

0 commit comments

Comments
 (0)