agent: Create checkpoints when editing a past message (#30831)
Release Notes: - N/A
This commit is contained in:
parent
784d51c40f
commit
1ce2652a89
3 changed files with 18 additions and 3 deletions
|
@ -163,7 +163,7 @@ struct LocalDownstreamState {
|
|||
_task: Task<Result<()>>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct GitStoreCheckpoint {
|
||||
checkpoints_by_work_dir_abs_path: HashMap<Arc<Path>, GitRepositoryCheckpoint>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue