feat: add bash mode for running local shell commands (#344)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -47,6 +47,14 @@ export type Line =
|
||||
success?: boolean;
|
||||
dimOutput?: boolean;
|
||||
}
|
||||
| {
|
||||
kind: "bash_command";
|
||||
id: string;
|
||||
input: string;
|
||||
output: string;
|
||||
phase?: "running" | "finished";
|
||||
success?: boolean;
|
||||
}
|
||||
| {
|
||||
kind: "status";
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user