ulysses/static
pewdiepie-archdaemon 3247773447 Hide Teacher Model settings card (2.0 'harden the core' deferral)
The Teacher Mode feature stays out of the default UI per the 2.0
roadmap — backend escalation is already dormant when teacher_model is
unset (its default) and we want to focus on core reliability before
surfacing escalation as a feature.

Nothing removed from the backend:
- src/teacher_escalation.py still gates on get_setting('teacher_model')
- agent_loop.py's run_teacher_inline hook is a no-op without the setting
- settings backup/restore round-trips the teacher_model key unchanged
- power users can still set it via manage_settings or the JSON backup

settings.js's initTeacherModel already early-returns when the card's
DOM ids are missing, so the JS side is clean.

To re-surface the card, revert this commit.
2026-06-09 14:31:04 +09:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js Restore dropped regression fixes 2026-06-09 10:31:43 +09:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Remove non-merge-ready workspace and terminal agent hooks 2026-06-09 09:48:59 +09:00
index.html Hide Teacher Model settings card (2.0 'harden the core' deferral) 2026-06-09 14:31:04 +09: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 Remove non-merge-ready workspace and terminal agent hooks 2026-06-09 09:48:59 +09:00
sw.js fix(ui): modal drag + removed startDrag func (#2430) 2026-06-04 20:34:18 +02:00