Natan Yellin
Natan Yellin
Note for the future: there is a further fix we might want to apply similar to https://github.com/openai/openai-agents-python/pull/1981#event-20494104592 This is due to an upstream Gemini issue (gemini sometimes returns empty responses)....
Having the same issue.
Yes, I'm not sure what the issue is: ``` $ ~/Projects/robusta → git update-index --show-index-version 3 $ ~/Projects/robusta → aider Traceback (most recent call last): File "/opt/homebrew/bin/aider", line 8, in...
I should clarify - I know what the issue is, I just haven't looked into how to fix it! ``` $ git update-index --index-version=2 $ git update-index --show-index-version 3 ```