pub async fn execute_command_in_dir( command: &str, cwd: &Path, timeout_ms: u64, run_in_background: bool, limit_bytes: usize, ) -> Result<String, String>