Update CI configurations to handle normalized trailing newline in `star-history.svg` and refresh the chart twice daily via RELEASE_PAT on protected main branch.
After upgrading to v0.8.1, re‑apply all Agent CRs so existing Agents pick up explicit values for the new requestTimeoutSeconds and requestTurnTimeoutSeconds fields.
Breaking changes
Agent.spec.requestTimeoutSeconds now represents a loop-wide wall-clock budget (default 3600) instead of per-request HTTP timeout; the former behavior is moved to Agent.spec.requestTurnTimeoutSeconds (default 120). Re‑apply Agent CRs after upgrade.
Notable features
**inferenceservice:** adds typed spec.ropeScaling for RoPE/YaRN context extension
Update any scripts or configs using `--mode` to use `--backend-capability native` or remove the flag for default behavior
Ensure backend capability selection matches backend support (prompt capability now rejected loudly for ollama, vllm, anthropic)
Breaking changes
Flag `--mode {native,prompt}` renamed to `--backend-capability {native,prompt}`; no deprecation alias – migration required (drop flag for native default or explicitly set `--backend-capability`)
Runtime `auto` function‑calling mode removed from LlamafileClient
Notable features
Added OpenAICompatClient for arbitrary OpenAI‑compatible endpoints