feat: add bash mode for running local shell commands (#344)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-22 10:12:39 -08:00
committed by GitHub
parent e9a8054aba
commit 7c7daae4fd
8 changed files with 323 additions and 11 deletions

View File

@@ -108,6 +108,13 @@ export const colors = {
prompt: brandColors.textMain,
},
// Bash mode
bash: {
prompt: brandColors.statusError, // Red ! prompt
border: brandColors.statusError, // Red horizontal bars
dot: brandColors.statusError, // Red dot in output
},
// Todo list
todo: {
completed: brandColors.blue,