Add retry logic to OpenAI Codex provider

Fixes #733
This commit is contained in:
Mario Zechner 2026-01-16 03:14:32 +01:00
parent a20662da87
commit c08801e4c5
5 changed files with 89 additions and 11 deletions

View file

@ -27,6 +27,10 @@ read README.md, then ask which module(s) to work on. Based on the answer, read t
## GitHub Issues
When reading issues:
- Always read all comments on the issue
- Use this command to get everything in one call:
```bash
gh issue view <number> --json title,body,comments,labels,state
```
When creating issues:
- Add `pkg:*` labels to indicate which package(s) the issue affects