feat: add a new .recover command for sessions to recover from errors
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-08-04 12:02:31 -06:00
parent e76c3efe4e
commit e6dc24beb5
4 changed files with 130 additions and 15 deletions
+4
View File
@@ -321,6 +321,10 @@ impl Input {
}
}
pub fn with_session(&self) -> bool {
self.with_session
}
pub fn with_agent(&self) -> bool {
self.with_agent
}