feat(cli): add alien art to command preview and exit message (#769)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-31 21:53:16 -08:00
committed by GitHub
parent aea77387bb
commit b7244ffa88
5 changed files with 69 additions and 43 deletions

View File

@@ -46,7 +46,7 @@ export const commands: Record<string, Command> = {
},
"/skill": {
desc: "Enter skill creation mode (/skill [description])",
order: 14,
order: 28, // Advanced feature, moved below visible commands
handler: () => {
// Handled specially in App.tsx to trigger skill-creation workflow
return "Starting skill creation...";