acp: Remember following state (#36793)

A beta user reported that following was "lost" when asking for
confirmation, I
suspect they moved their cursor in the agent file while reviewing the
change.
Now we will resume following when the agent starts up again.

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-08-25 09:34:30 -06:00 committed by Joseph T. Lyons
parent 7a6f01f37a
commit 7b17be62ea
2 changed files with 58 additions and 17 deletions

View file

@ -774,7 +774,7 @@ pub enum AcpThreadEvent {
impl EventEmitter<AcpThreadEvent> for AcpThread {}
#[derive(PartialEq, Eq)]
#[derive(PartialEq, Eq, Debug)]
pub enum ThreadStatus {
Idle,
WaitingForToolConfirmation,