[GH-ISSUE #127] Model information is missing in authorship logs #50

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

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

{
  "schema_version": "authorship/3.0.0",
  "base_commit_sha": "fbdcd39fd6e6d33be29bd4689a7ca78022811d3c",
  "prompts": {
    "be3a9c2": {
      "agent_id": {
        "tool": "cursor",
        "id": "545d5b94-05a4-4c87-89f5-c354b549bcfe",
        "model": "unknown"
      },
      "human_author": "Atnes Ness <atnes@atlassian.com>",
      "messages": [],
      "total_additions": 4,
      "total_deletions": 0,
      "accepted_lines": 4,
      "overriden_lines": 0
    }
  }
}

Cursor Version: 1.7.53 (Universal)
VSCode Version: 1.99.3

Originally created by @atnes-atlassian on GitHub (Oct 22, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/127 ``` { "schema_version": "authorship/3.0.0", "base_commit_sha": "fbdcd39fd6e6d33be29bd4689a7ca78022811d3c", "prompts": { "be3a9c2": { "agent_id": { "tool": "cursor", "id": "545d5b94-05a4-4c87-89f5-c354b549bcfe", "model": "unknown" }, "human_author": "Atnes Ness <atnes@atlassian.com>", "messages": [], "total_additions": 4, "total_deletions": 0, "accepted_lines": 4, "overriden_lines": 0 } } } ``` Cursor Version: 1.7.53 (Universal) VSCode Version: 1.99.3
kerem 2026-03-02 04:11:30 +03:00
Author
Owner

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

I believe this should be fixed as of 1.0.11, but please re-open if you're still seeing unknown model for Cursor in authorship logs. You may see unknown in checkpoints occasionally due to the data not yet having populated, but git-ai goes through all of the prompts and loads the final data prior to generating the authorship log.

<!-- gh-comment-id:3473438345 --> @svarlamov commented on GitHub (Oct 31, 2025): I believe this should be fixed as of 1.0.11, but please re-open if you're still seeing `unknown` model for Cursor in authorship logs. You may see `unknown` in checkpoints occasionally due to the data not yet having populated, but `git-ai` goes through all of the prompts and loads the final data prior to generating the 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#50
No description provided.