Skip to content

Commit e899a43

Browse files
Ark0Nclaude
andcommitted
chore: hide orchestrator button until feature is fully tested
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0cab8a7 commit e899a43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/web/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@ <h3 class="history-title">Resume Conversation</h3>
433433
</div>
434434

435435
<div class="toolbar-right">
436-
<button class="btn-toolbar btn-sm" onclick="app.toggleOrchestratorPanel()" title="Orchestrator Loop">&#x2699; Orchestrator</button>
436+
<!-- Orchestrator button hidden until feature is ready -->
437+
<!-- <button class="btn-toolbar btn-sm" onclick="app.toggleOrchestratorPanel()" title="Orchestrator Loop">&#x2699; Orchestrator</button> -->
437438
<span class="version-display" id="versionDisplay" title="Codeman version">v0.0.0</span>
438439
</div>
439440
</footer>

0 commit comments

Comments
 (0)