We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cab8a7 commit e899a43Copy full SHA for e899a43
1 file changed
src/web/public/index.html
@@ -433,7 +433,8 @@ <h3 class="history-title">Resume Conversation</h3>
433
</div>
434
435
<div class="toolbar-right">
436
- <button class="btn-toolbar btn-sm" onclick="app.toggleOrchestratorPanel()" title="Orchestrator Loop">⚙ Orchestrator</button>
+ <!-- Orchestrator button hidden until feature is ready -->
437
+ <!-- <button class="btn-toolbar btn-sm" onclick="app.toggleOrchestratorPanel()" title="Orchestrator Loop">⚙ Orchestrator</button> -->
438
<span class="version-display" id="versionDisplay" title="Codeman version">v0.0.0</span>
439
440
</footer>
0 commit comments