[GH-ISSUE #241] AI attribution is flakey in codespaces #89

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

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

In codespaces (on git-ai 1.0.22), the attribution is flaky, especially for new files.

I attach logs and chat export in case this helps.

logs.txt
chat.json

and the stats are :

{
  "authorship_stats": {
    "total_commits": 1,
    "commits_with_authorship": 1,
    "authors_commiting_authorship": [
      "danielkravets <...>"
    ],
    "authors_not_commiting_authorship": [],
    "commits_without_authorship": [],
    "commits_without_authorship_with_authors": []
  },
  "range_stats": {
    "human_additions": 73,
    "mixed_additions": 0,
    "ai_additions": 364,
    "ai_accepted": 364,
    "total_ai_additions": 379,
    "total_ai_deletions": 15,
    "time_waiting_for_ai": 0,
    "git_diff_deleted_lines": 0,
    "git_diff_added_lines": 437,
    "tool_model_breakdown": {
      "github-copilot::unknown": {
        "ai_additions": 364,
        "mixed_additions": 0,
        "ai_accepted": 364,
        "total_ai_additions": 379,
        "total_ai_deletions": 15,
        "time_waiting_for_ai": 0
      }
    }
  }
}
Originally created by @danielkravets on GitHub (Nov 25, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/241 In codespaces (on git-ai 1.0.22), the attribution is flaky, especially for new files. I attach logs and chat export in case this helps. [logs.txt](https://github.com/user-attachments/files/23755577/scratch5.txt) [chat.json](https://github.com/user-attachments/files/23755578/scratch9.json) and the stats are : ``` { "authorship_stats": { "total_commits": 1, "commits_with_authorship": 1, "authors_commiting_authorship": [ "danielkravets <...>" ], "authors_not_commiting_authorship": [], "commits_without_authorship": [], "commits_without_authorship_with_authors": [] }, "range_stats": { "human_additions": 73, "mixed_additions": 0, "ai_additions": 364, "ai_accepted": 364, "total_ai_additions": 379, "total_ai_deletions": 15, "time_waiting_for_ai": 0, "git_diff_deleted_lines": 0, "git_diff_added_lines": 437, "tool_model_breakdown": { "github-copilot::unknown": { "ai_additions": 364, "mixed_additions": 0, "ai_accepted": 364, "total_ai_additions": 379, "total_ai_deletions": 15, "time_waiting_for_ai": 0 } } } } ```
kerem 2026-03-02 04:11:44 +03:00
Author
Owner

@svarlamov commented on GitHub (Feb 13, 2026):

Related to #237 closing in favor of tracking all the vs code remote/codespaces/devcontainers issues in one place

<!-- gh-comment-id:3899731215 --> @svarlamov commented on GitHub (Feb 13, 2026): Related to #237 closing in favor of tracking all the vs code remote/codespaces/devcontainers issues in one place
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#89
No description provided.