feat: make ecc2 resume spawn real runner

This commit is contained in:
Affaan Mustafa
2026-04-07 12:01:19 -07:00
parent e923c60bee
commit 1d46559201
8 changed files with 107 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ pub struct Session {
pub id: String,
pub task: String,
pub agent_type: String,
pub working_dir: PathBuf,
pub state: SessionState,
pub pid: Option<u32>,
pub worktree: Option<WorktreeInfo>,