fix: handle image size errors safely (#2871) (thanks @Suksham-sharma)

This commit is contained in:
Shadow
2026-01-27 16:01:18 -06:00
committed by Shadow
parent 20c0d1f2c5
commit 0b1c8db0ca
3 changed files with 16 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ Status: unreleased.
- **BREAKING:** Gateway auth mode "none" is removed; gateway now requires token/password (Tailscale Serve identity still allowed).
### Fixes
- Agents: prevent retries on oversized image errors and surface size limits. (#2871) Thanks @Suksham-sharma.
- Agents: inherit provider baseUrl/api for inline models. (#2740) Thanks @lploc94.
- Memory Search: keep auto provider model defaults and only include remote when configured. (#2576) Thanks @papago2355.
- macOS: auto-scroll to bottom when sending a new message while scrolled up. (#2471) Thanks @kennyklee.