chore: hide /compact command from autocomplete (#300)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -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...";
|
||||
|
||||
Reference in New Issue
Block a user