[GH-ISSUE #176] Track stats for committed deleted lines in authorship logs (similar to override counts) #69

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

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

Currently, authorship logs track the cumulative AI deletions made by a given prompt, however, it's not possible to determine how many of the lines deleted in a commit were actually deleted by the AI vs the human.

Solving this would require updates to the checkpointing logic to keep track of line deletions, and take a final pass when the authorship log is being created (similar to how we manage attributing overrides in an authorship log).

Originally created by @svarlamov on GitHub (Nov 1, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/176 Currently, authorship logs track the cumulative AI deletions made by a given prompt, however, it's not possible to determine how many of the lines deleted in a commit were actually deleted by the AI vs the human. Solving this would require updates to the checkpointing logic to keep track of line deletions, and take a final pass when the authorship log is being created (similar to how we manage attributing overrides in an authorship log).
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#69
No description provided.