[GH-ISSUE #252] explore async checkpoints #93

Open
opened 2026-03-02 04:11:46 +03:00 by kerem · 0 comments
Owner

Originally created by @acunniffe on GitHub (Dec 1, 2025).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/252

Checkpoints don't need to actually do diffs, load blame and move around attributions. We could make them save all the current contents file blobs and relevant repo state, and wait until post-commit to start processing.

This could make commit overhead very minimal ~50ms (just dispatching a worker to process), but at the expense of having the graph ready.

We could also explore just handling moves async in the background so your new changes are labeled immediately and moved ones are handled after the fact

Originally created by @acunniffe on GitHub (Dec 1, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/252 Checkpoints don't need to actually do diffs, load blame and move around attributions. We could make them save all the current contents file blobs and relevant repo state, and wait until post-commit to start processing. This could make commit overhead very minimal ~50ms (just dispatching a worker to process), but at the expense of having the graph ready. We could also explore just handling moves async in the background so your new changes are labeled immediately and moved ones are handled after the fact
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#93
No description provided.