ulysses/static
michaelxer 233390546c
fix: hide shell access and plan mode buttons in chat mode (#3417)
When in chat mode, the shell access and plan mode buttons should not be
visible. These buttons are only relevant in agent mode where the AI can
use shell commands and planning features.

Changes:
- Modified applyModeToToggles() to hide bash-toggle-btn and plan-toggle-btn
  when mode is 'chat'
- Added immediate hiding on page load to prevent flash of buttons
- Buttons are shown again when switching to agent mode

Fixes #3411

Co-authored-by: michaelxer <michaelxer@users.noreply.github.com>
2026-06-08 11:32:37 +02:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js feat: add ChatGPT Subscription provider (#2876) 2026-06-08 10:19:18 +02:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js fix: hide shell access and plan mode buttons in chat mode (#3417) 2026-06-08 11:32:37 +02:00
index.html feat: add ChatGPT Subscription provider (#2876) 2026-06-08 10:19:18 +02:00
login.html fix(login): keep inputs >=16px on touch so iOS doesn't zoom on focus (#1632) 2026-06-03 14:23:24 +09:00
manifest.json Odysseus v1.0 2026-05-31 23:58:26 +09:00
style.css fix: expose supports_tools toggle for local endpoints in UI (#3195) 2026-06-08 00:29:06 +02:00
sw.js fix(ui): modal drag + removed startDrag func (#2430) 2026-06-04 20:34:18 +02:00