@yhong91/cpac 0.1.31 → 0.1.32

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.
@@ -137,6 +137,10 @@ export default async function (pi) {
137
137
  cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
138
138
  contextWindow: intField(m.context_window) || 200000,
139
139
  maxTokens: MAX_TOKENS[m.slug] || DEFAULT_MAX_TOKENS,
140
+ compat: {
141
+ sendSessionAffinityHeaders: true,
142
+ sessionAffinityFormat: "openai",
143
+ },
140
144
  };
141
145
  if (thinkingLevelMap) modelObj.thinkingLevelMap = thinkingLevelMap;
142
146
  return modelObj;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yhong91/cpac",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Connect Codex and Claude Code to a remote CLIProxyAPI gateway",
5
5
  "type": "module",
6
6
  "bin": {