proxitor 0.10.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -111,6 +111,16 @@ While proxitor runs, it logs cache usage from upstream so you can see whether ca
111
111
 
112
112
  Quick health poke: `curl http://localhost:8828/health`.
113
113
 
114
+ ### Tuning the cache
115
+
116
+ If the cache hit looks low, three levers fix it — tune them from `proxitor config` → **💾 Caching** (or `proxitor config cache`):
117
+
118
+ - **`cacheControl`** — inject `cache_control` to activate caching (Anthropic-native).
119
+ - **`sessionId`** — inject `session_id` so the provider pins from the first request.
120
+ - **`normalizeVolatileSystem`** — strip Claude Code's volatile `cch` hash so the prefix cache warms on non-Anthropic providers (qwen/glm/…).
121
+
122
+ See the [configuration reference](./docs/configuration.md#prompt-caching) for the full detail.
123
+
114
124
  ## Commands
115
125
 
116
126
  | Command | Description |