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:
parent
2fe3dbed31
commit
65fb17e2c9
2 changed files with 58 additions and 17 deletions
|
@ -774,7 +774,7 @@ pub enum AcpThreadEvent {
|
|||
|
||||
impl EventEmitter<AcpThreadEvent> for AcpThread {}
|
||||
|
||||
#[derive(PartialEq, Eq)]
|
||||
#[derive(PartialEq, Eq, Debug)]
|
||||
pub enum ThreadStatus {
|
||||
Idle,
|
||||
WaitingForToolConfirmation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue