chore: remove redundant commands /agent, /stream, /swap (#202)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-12 22:52:41 -08:00
committed by GitHub
parent 7a46cde1da
commit 642692593c
4 changed files with 8 additions and 217 deletions

View File

@@ -4,7 +4,7 @@ import { commands } from "../commands/registry";
import { colors } from "./colors";
// Compute command list once at module level since it never changes
// Filter out hidden commands (like /swap which is an alias for /resume)
// Filter out hidden commands
const commandList = Object.entries(commands)
.filter(([, { hidden }]) => !hidden)
.map(([cmd, { desc }]) => ({