You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cycles through agent names (Claude Code, Cursor, Codex, Copilot,
Goose, Amp, any agent) with a typing/deleting animation and
blinking cursor. Removes the static label above the headline.
@@ -102,8 +132,7 @@ export default function HomePage() {
102
132
{/* HERO */}
103
133
<sectionclassName="hp-hero">
104
134
<divclassName="hp-container">
105
-
<divclassName="hp-hero-label">For Claude Code, Cursor, Copilot, and any agent</div>
106
-
<h1>Debug mode for<br/>any agent</h1>
135
+
<h1>Debug mode for<br/><TypewriterAgent/></h1>
107
136
<p>Agents can read your code but they can't see what happened at runtime. agentcrumbs lets them drop structured traces inline while writing code, then query those traces when something breaks. Stripped before merge, zero cost when off.</p>
0 commit comments