File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ function setupTerminalDrawer() {
245245 <pre id="terminal-output" style="flex:1; margin:0; padding:10px; overflow:auto; font-family:Consolas,monospace; font-size:12px; color:#d4d4d4; white-space:pre-wrap; word-break:break-all;"></pre>
246246 <div style="padding:6px 8px; border-top:1px solid #333; display:flex; gap:8px; align-items:center; flex-shrink:0;">
247247 <label for="terminal-ask-input" style="color:#888; font-size:11px; white-space:nowrap;">Ask Gemini:</label>
248- <input type="text" id="terminal-ask-input" placeholder="Type a question and click Ask (no TTY needed )" style="flex:1; padding:6px 10px; border-radius:6px; border:1px solid #333; background:#252526; color:#fff; font-family:Consolas,monospace; font-size:12px;" />
248+ <input type="text" id="terminal-ask-input" placeholder="Type a question and click Ask (works without interactive terminal )" style="flex:1; padding:6px 10px; border-radius:6px; border:1px solid #333; background:#252526; color:#fff; font-family:Consolas,monospace; font-size:12px;" />
249249 <button type="button" id="terminal-ask-btn" style="padding:6px 12px; border-radius:6px; border:1px solid #333; background:#0d5c0d; color:#baff80; cursor:pointer; font-weight:600;">Ask</button>
250250 </div>
251251 <div style="padding:8px; border-top:1px solid #333; display:flex; gap:8px; align-items:center; flex-shrink:0;">
You can’t perform that action at this time.
0 commit comments