Auto generate git commit message using a custom model not selected/active in the agent panel. #52468
harshjeur
started this conversation in
Feature Requests
Replies: 2 comments
-
|
Same issue with me as well. "commit_message_model": {
"provider": "opencode",
"model": "openrouter/openrouter/free",
}, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I am seeing the same problem: "commit_message_model": {
"provider": "copilot_chat",
"model": "gpt-5.2-codex",
"effort": "low",
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
I am currently using "agent.commit_message_model" to set a custom provider "gemini-2.5-flash" as the model to generate the commit message. But when I change the model in the agent panel to say "gpt-4o" and I try to generate the commit message in the git panel, it seems to use "gpt-4o" rather than "gemini-2.5-flash". Is there any way to fix the model being used for commit generation in the settings file, if no provider is specified "agent.commit_message_model" for in the settings file the model used for generating commit will be the model selected in the agent panel dropdown. Is there any way to achieve this in the latest zed version?
Beta Was this translation helpful? Give feedback.
All reactions