| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Route cache affinity by npm package instead of logical provider ID so OpenAI-compatible endpoints, Azure opt-out, gateway auto-cache, and Anthropic automatic caching behave correctly.
Inline cache-key selection in options() by SDK package and drop the smallOptions caching path.
Azure gpt-5.5 returned before promptCacheKey was set after the cache block moved to the end of options().
* dev: (118 commits) chore: generate feat(app): support current event transport (anomalyco#38464) chore: generate feat(app): add dual-server compatibility (anomalyco#38462) chore: update nix node_modules hashes chore(app): vendor v2 promise client (anomalyco#38467) chore: update nix node_modules hashes fix(provider): serialize Mistral prompt cache keys (anomalyco#38448) fix(provider): select prompt cache keys by SDK (anomalyco#38424) feat(go): add Hy3 to Go model lineup (anomalyco#38349) fix(provider): correct MiniMax M3 thinking variants (anomalyco#38330) fix(docs): correct Kimi K2.7 Code request limits (anomalyco#38248) fix(app): show running shell command (anomalyco#38080) fix(app): defer unavailable notification state (anomalyco#38186) zen: add security check chore: generate zen: add security check zen: add laguna-2-2.1 chore: generate fix(app): support nested slash command autocomplete (anomalyco#38097) ...
Request-body construction inlined the provider policy and TTL projection, which packages/llm/AGENTS.md asks to keep behind named helpers so protocols stay comparable side by side. Move it to `automaticCacheControl`, and share the policy semantics with `applyCachePolicy` via exported `resolvePolicy` / `policyEnabled` rather than re-deriving "is caching on" by hand. Drop the `session_id` / `sessionID` options. OpenRouter does not document a session-affinity field, and anomalyco#38424 removed the equally undocumented `prompt_cache_key` for this provider four days ago. Drop the snake_case input spellings with them — AGENTS.md wants one way to construct a thing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Summary
Split from #35982 (cache-key request shaping only; usage accounting and package patches deferred).
Mistral defaults may not hit the wire until the deferred SDK patch lands.
Test plan