| fix(model): default custom providers to image input
Allow newly configured OpenAI/Anthropic-compatible models to read images without requiring per-model multimodal YAML.
Co-authored-by: Cursor <cursoragent@cursor.com>
| 15 天前 |
| fix: sanitize anthropic request metadata
Co-authored-by: Cursor <cursoragent@cursor.com>
| 7 天前 |
| feat: add model runtime foundation
Co-authored-by: Cursor <cursoragent@cursor.com>
| 26 天前 |
| fix(anthropic): limit cache breakpoints to 4 and mark transient errors retryable
Trim message-level cache breakpoints to the 3 most recent (reserving
1 slot for the system prompt) to stay within Anthropic's 4-block limit.
Classify overloaded/rate-limit/api/timeout stream errors as retryable
so the agent loop can recover automatically.
Co-authored-by: Cursor <cursoragent@cursor.com>
| 18 天前 |