fix: message input placeholder uses active persona name

Hardcoded 'Inara' replaced with CORTEX_PERSONA in all placeholder
strings (chat mode and agent task mode).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Idem
2026-03-26 20:59:37 -04:00
parent 8487645224
commit b3f40cf437
2 changed files with 6 additions and 5 deletions

View File

@@ -116,7 +116,7 @@
<div id="session-id"></div>
<div id="input-area">
<textarea id="input" rows="1" placeholder="Message Inara… (Ctrl+Enter to send)" autofocus></textarea>
<textarea id="input" rows="1" placeholder="Message" autofocus></textarea>
<div id="right-col">
<!-- Semi-hidden: appear when content > ~3 lines -->
<div id="height-row">