Polish agent checkpoints (#29265)

Release Notes:

- Improved performance of agent checkpoint creation.
- Fixed a bug that sometimes caused accidental deletions when restoring
to a previous agent checkpoint.
- Fixed a bug that caused checkpoints to be visible in the Git history.
This commit is contained in:
Antonio Scandurra 2025-04-23 13:37:55 +02:00 committed by GitHub
parent 55ea481707
commit e515b2c714
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 89 deletions

View file

@ -431,10 +431,6 @@ impl GitRepository for FakeGitRepository {
unimplemented!()
}
fn delete_checkpoint(&self, _checkpoint: GitRepositoryCheckpoint) -> BoxFuture<Result<()>> {
unimplemented!()
}
fn diff_checkpoints(
&self,
_base_checkpoint: GitRepositoryCheckpoint,