From 84cb5d7bc86f8645d8f2813c624220d7546bebab Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 24 Dec 2025 09:17:50 -0500 Subject: [PATCH] chore: disable Multmux, Holon, and MycroZineGenerator tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporarily hiding these tools from context menu and toolbar until they are in a better working state. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/ui/CustomContextMenu.tsx | 6 +++++- src/ui/CustomToolbar.tsx | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx index b3e1d26..6a379a3 100644 --- a/src/ui/CustomContextMenu.tsx +++ b/src/ui/CustomContextMenu.tsx @@ -134,14 +134,18 @@ export function CustomContextMenu(props: TLUiContextMenuProps) { + {/* Holon - temporarily hidden until in better working state + */} + {/* Terminal (Multmux) - temporarily hidden until in better working state + */} - + {/* MycroZineGenerator temporarily disabled for debugging */} diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx index 5856732..2bbc24e 100644 --- a/src/ui/CustomToolbar.tsx +++ b/src/ui/CustomToolbar.tsx @@ -695,6 +695,7 @@ export function CustomToolbar() { isSelected={tools["Markdown"].id === editor.getCurrentToolId()} /> )} + {/* MycroZine Generator temporarily disabled for debugging {tools["MycroZineGenerator"] && ( )} + */} {tools["Prompt"] && ( )} + {/* Holon - temporarily hidden until in better working state {tools["Holon"] && ( )} + */} {tools["FathomMeetings"] && ( )} + {/* Terminal (Multmux) - temporarily hidden until in better working state {tools["Multmux"] && ( )} + */} {tools["Map"] && (