git-ai-project/git-ai

Track models in JetBrains

オープン

#1,213 opened on 2026/04/29

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (231 件のフォーク)auto 404
agent-supportenhancementhelp wanted

Repository metrics

Stars
 (2,272 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド