You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Provider dispatch fallback — on a transport timeout or an eligible upstream 5xx, the proxy now advances to the next declared model candidate before any downstream bytes are written, instead of returning the error to the client. The terminal candidate's upstream response is forwarded unchanged (status + body preserved). Per-candidate request timeout is configurable via CLLAMA_DISPATCH_CANDIDATE_TIMEOUT_MS (default 60000); streaming requests are exempt. Auth/quota/rate-limit handling is unchanged.
Fixes
Host-readable session history — per-agent channel-cursor and context-ledger directories are now created 0o777 with cursor files 0o666 so a non-root host operator can read them for claw audit / history export. Previously they were created root-only (0o700/0o600).