@victor-software-house/pi-openai-proxy 4.5.1 → 4.6.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.
@@ -137,6 +137,7 @@ export default function proxyExtension(pi: ExtensionAPI): void {
137
137
 
138
138
  pi.on("session_start", async (_event, ctx) => {
139
139
  config = loadConfigFromFile();
140
+ maybeAutoSyncZed(ctx);
140
141
  await refreshStatus(ctx);
141
142
  });
142
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@victor-software-house/pi-openai-proxy",
3
- "version": "4.5.1",
3
+ "version": "4.6.0",
4
4
  "description": "OpenAI-compatible HTTP proxy for pi's multi-provider model registry",
5
5
  "license": "MIT",
6
6
  "author": "Victor Software House",