Răsfoiți Sursa

Use generic "the agent" instead of "Claude" in brainstorm server

Jesse Vincent 5 luni în urmă
părinte
comite
a4c48714bc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      skills/brainstorming/scripts/server.js

+ 1 - 1
skills/brainstorming/scripts/server.js

@@ -94,7 +94,7 @@ const WAITING_PAGE = `<!DOCTYPE html>
 h1 { color: #333; } p { color: #666; }</style>
 </head>
 <body><h1>Brainstorm Companion</h1>
-<p>Waiting for Claude to push a screen...</p></body></html>`;
+<p>Waiting for the agent to push a screen...</p></body></html>`;
 
 const frameTemplate = fs.readFileSync(path.join(__dirname, 'frame-template.html'), 'utf-8');
 const helperScript = fs.readFileSync(path.join(__dirname, 'helper.js'), 'utf-8');