Commit graph

5 commits

Author SHA1 Message Date
Ammar Bandukwala
f42e03937e
OpenAI GPT-5 improvements (#9)
A series of fixes for making GPT-5 reliable and effective with anyclaude.

## UX changes

- Converts opaque OpenAI service errors into 429s so CC natively retries instead of failing. These are very common.
- Rich debugging support via `ANYCLAUDE_DEBUG`
- Supports specifying reasoning effort and service tier 

## Codebase

- Added CI

## Remaining issues

- GPT-5 often fails to use the native tool calls. These failures seems intermittent.
2025-08-10 15:50:08 -05:00
Thomas Kosiewski
56dc6d5fdb
Add repository guidelines and update AI SDK to v2
Change-Id: Ib00b7ee5f39911b58a15674bc50700267018cdbc
Signed-off-by: Thomas Kosiewski <tk@coder.com>
2025-08-08 14:51:19 +00:00
Thomas Kosiewski
46362efe73
Add Nix development environment and Claude guidance file
Change-Id: I4b3e2f0020409ee3f8b9e75633c901de94bd78d7
Signed-off-by: Thomas Kosiewski <tk@coder.com>
2025-08-08 15:10:26 +02:00
Kyle Carberry
8639be0766 Fix google provider support 2025-05-27 16:54:49 -04:00
Kyle Carberry
b0713a844c Initial commit 2025-05-27 15:57:58 -04:00