chore: hide /compact command from autocomplete (#300)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-18 12:52:20 -08:00
committed by GitHub
parent fc43e2d6ed
commit b195b2a70d

View File

@@ -40,6 +40,7 @@ export const commands: Record<string, Command> = {
},
"/compact": {
desc: "Summarize conversation history (compaction)",
hidden: true,
handler: () => {
// Handled specially in App.tsx to access client and agent ID
return "Compacting conversation...";