Skip to content

v0.7.2 — provider dispatch fallback + host-readable session history

Choose a tag to compare

@mostlydev mostlydev released this 19 Jun 01:46
1cde3eb

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).