From 32477734473482420413f6d3d537b31a59edfbc0 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Tue, 9 Jun 2026 14:31:04 +0900 Subject: [PATCH] Hide Teacher Model settings card (2.0 'harden the core' deferral) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- static/index.html | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/static/index.html b/static/index.html index 4ca33c072..6dd1c1af9 100644 --- a/static/index.html +++ b/static/index.html @@ -1557,21 +1557,12 @@
-
-

Teacher Model (Experimental)

-
When a self-hosted student fails an agent-mode task, escalate to a SOTA teacher that writes a SKILL.md procedure so the student can do it next time. Off by default.
-
-
- - -
-
- - -
-
-
-
+