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:
Vivek R
2025-07-28 20:53:09 +05:30
parent 7d34da3783
commit 16acda5644

View File

@@ -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,