diff --git a/src/cli/commands/registry.ts b/src/cli/commands/registry.ts index a984275..bcf052c 100644 --- a/src/cli/commands/registry.ts +++ b/src/cli/commands/registry.ts @@ -40,6 +40,7 @@ export const commands: Record = { }, "/compact": { desc: "Summarize conversation history (compaction)", + hidden: true, handler: () => { // Handled specially in App.tsx to access client and agent ID return "Compacting conversation...";