gmc
Troubleshooting

LLM/API Failures

Debug commit message generation failures.

The commit workflow needs a reachable OpenAI-compatible API.

Check config

gmc config get

Verify:

  • api_base
  • api_key
  • model

Increase timeout

gmc --timeout 60

Dry run

git add .
gmc --dry-run

Notes

Use --debug only when you need more local diagnostic output. Do not paste secrets from config or logs into bug reports.

On this page