fix: per session working dir isolation (#6920)
This commit is contained in:
@@ -581,6 +581,7 @@ impl Agent {
|
||||
.dispatch_tool_call(
|
||||
&session.id,
|
||||
tool_call.clone(),
|
||||
Some(session.working_dir.as_path()),
|
||||
cancellation_token.unwrap_or_default(),
|
||||
)
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user