agent: Create checkpoints when editing a past message (#30831)

Release Notes:

- N/A
This commit is contained in:
Max Brunsfeld 2025-05-18 18:02:15 +02:00 committed by GitHub
parent 784d51c40f
commit 1ce2652a89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 3 deletions

View file

@ -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>,
}