fix: bash-based user interactions in agents accidentally regressed in graph implementation

This commit is contained in:
2026-05-27 15:20:19 -06:00
parent 347c5bcdf1
commit fa4c8de554
3 changed files with 43 additions and 24 deletions
+1
View File
@@ -55,6 +55,7 @@ impl ScriptExecutor {
cmd.stdout(Stdio::piped());
cmd.stderr(Stdio::piped());
cmd.envs(&self.extra_envs);
cmd.env("AUTO_CONFIRM", "true");
match &state_repr {
StateRepresentation::Inline(json) => {
cmd.env("GRAPH_STATE", json);