[GH-ISSUE #128] Enhancements to git-ai stats #51

Closed
opened 2026-03-02 04:11:30 +03:00 by kerem · 1 comment
Owner

Originally created by @AtnesNess on GitHub (Oct 22, 2025).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/128

Originally assigned to: @svarlamov on GitHub.

Hello everyone,

The current git-ai stats --json command returns data in the following format:

{
  "human_additions": 4,
  "mixed_additions": 0,
  "ai_additions": 3,
  "ai_accepted": 3,
  "time_waiting_for_ai": 0,
  "git_diff_deleted_lines": 0,
  "git_diff_added_lines": 7
}

I was wondering if it would be possible to add the following fields to the output:

  • Human deletions
  • AI deletions

Additionally, I noticed that when multiple agents or models are used to generate content, this information is not included in the stats. Are there any plans to incorporate a breakdown of statistics per agent and model in future updates?

Thank you!

Originally created by @AtnesNess on GitHub (Oct 22, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/128 Originally assigned to: @svarlamov on GitHub. Hello everyone, The current git-ai stats --json command returns data in the following format: ``` { "human_additions": 4, "mixed_additions": 0, "ai_additions": 3, "ai_accepted": 3, "time_waiting_for_ai": 0, "git_diff_deleted_lines": 0, "git_diff_added_lines": 7 } ``` I was wondering if it would be possible to add the following fields to the output: - Human deletions - AI deletions Additionally, I noticed that when multiple agents or models are used to generate content, this information is not included in the stats. Are there any plans to incorporate a breakdown of statistics per agent and model in future updates? Thank you!
kerem 2026-03-02 04:11:30 +03:00
Author
Owner

@svarlamov commented on GitHub (Oct 23, 2025):

Related to #127

<!-- gh-comment-id:3437595478 --> @svarlamov commented on GitHub (Oct 23, 2025): Related to #127
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#51
No description provided.