refactor(registry): simplify process registration
- Remove unused child parameter from register_agent_process() - Simplify ProcessInfo structure by removing unnecessary process handle
This commit is contained in:
@@ -93,7 +93,6 @@ impl ProcessRegistry {
|
|||||||
project_path: String,
|
project_path: String,
|
||||||
task: String,
|
task: String,
|
||||||
model: String,
|
model: String,
|
||||||
child: tauri_plugin_shell::process::Child,
|
|
||||||
) -> Result<(), String> {
|
) -> Result<(), String> {
|
||||||
let process_info = ProcessInfo {
|
let process_info = ProcessInfo {
|
||||||
run_id,
|
run_id,
|
||||||
|
Reference in New Issue
Block a user