git-ai-project/git-ai

Track models in JetBrains

開放

#1,213 建立於 2026年4月29日

 (1 則留言) (0 個反應) (0 位負責人)Rust (231 個分叉)auto 404
agent-supportenhancementhelp wanted

倉庫指標

星標
 (2,272 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南