git-ai-project/git-ai

Track models in JetBrains

Aperta

#1213 aperta il 29 apr 2026

 (1 commento) (0 reazioni) (0 assegnatari)Rust (231 fork)auto 404
agent-supportenhancementhelp wanted

Metriche repository

Star
 (2272 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Using GitHub Copilot in JetBrains (PyCharm) git ai logs the model for the changes made by GitHub Copilot always as unknown:

"agent_id": {
  "tool": "github-copilot-jetbrains",
  "id": "1777449178xxx",
  "model": "unknown"
},

Looking into the git ai source code the model is simply not set, in DocumentChangeListener.kt line 190, when calling AgentV1Input.AiAgent(). Resulting in the default value of unknown (CheckpointModels.kt line 79).

It would be really nice if git ai could also keep track of the models in the JetBrains IDE's.

Guida contributor