feat: add bash mode for running local shell commands (#344)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -59,8 +59,9 @@ function getShellConfig(): {
|
||||
/**
|
||||
* Execute a command using spawn with explicit shell.
|
||||
* This avoids the double-shell parsing that exec() does.
|
||||
* Exported for use by bash mode in the CLI.
|
||||
*/
|
||||
function spawnCommand(
|
||||
export function spawnCommand(
|
||||
command: string,
|
||||
options: {
|
||||
cwd: string;
|
||||
|
||||
Reference in New Issue
Block a user