Commit & Push button is not working #8965
Replies: 1 comment
|
Closing as a duplicate of #7533. It tracks text generation falling back to disabled Codex, including commit messages. The thread model and text-generation model are separate settings; explicitly selecting Claude for text generation is the current workaround. |
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.
Hi everyone,
I've integrated Claude Code and am trying to commit & push changes. However, when clicking "Commit & Push", the application ignores Claude Code and still attempts to invoke Codex to generate commit messages (generateCommitMessage), resulting in a 401 Unauthorized error since Codex is disabled/unauthenticated.
Even after manually disabling Codex, performing a hard reload, and fully relaunching the app, the commit generation flow continues falling back to OpenAI Codex instead of using Claude Code.
Error snippet:
All reactions