feat: enhance workspace management and history tracking in application state
This commit is contained in:
@@ -110,6 +110,8 @@ impl Tool for SpawnAgents {
|
||||
max_concurrency,
|
||||
true,
|
||||
live.as_ref(),
|
||||
&_ctx.session_dir,
|
||||
&_ctx.workspaces,
|
||||
)?;
|
||||
format_results(results, "parallel")
|
||||
}
|
||||
@@ -193,6 +195,8 @@ impl Tool for SpawnPipeline {
|
||||
1,
|
||||
false,
|
||||
live.as_ref(),
|
||||
&_ctx.session_dir,
|
||||
&_ctx.workspaces,
|
||||
)?;
|
||||
format_results(results, "pipeline")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user