zed/crates/project
Oliver Azevedo Barnes fbdeb93451
devcontainer: Implement remote support for git checkpoint operations (#48896)
Closes #47907

Implements the four git checkpoint operations (`create`, `restore`,
`compare`, `diff`) that had been stubbed out for remote repositories,
and related test infrastructure.

Testing steps:

1. Open a project with a `.devcontainer` configuration and connect to
the Dev Container
2. Open an Agent thread and ask the agent to make a code change
3. After the agent completes, verify the "Restore from checkpoint"
button appears (previously missing in Dev Container sessions)
4. Click "Restore from checkpoint" and confirm the file reverts to its
prior state

Release Notes:

- Added support for git checkpoint operations in remote/Dev Container
sessions, restoring the "Restore from checkpoint" button in Agent
threads.

---------

Co-authored-by: KyleBarton <kjb@initialcapacity.io>
2026-04-02 09:43:42 -07:00
..
src devcontainer: Implement remote support for git checkpoint operations (#48896) 2026-04-02 09:43:42 -07:00
tests/integration language_core: Introduce fallback highlights (#52575) 2026-04-02 12:52:42 +00:00
Cargo.toml acp: Clean up archive download code (#52331) 2026-03-25 08:09:12 +00:00
LICENSE-GPL