diff --git a/package-lock.json b/package-lock.json index edfa6c4..c3056d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@earendil-works/pi-ai": "0.77.0", + "@earendil-works/pi-ai": "0.79.6", "@earendil-works/pi-coding-agent": "0.77.0", "@fastify/compress": "^8.3.1", "@fastify/static": "^8.1.1", @@ -582,9 +582,9 @@ } }, "node_modules/@earendil-works/pi-ai": { - "version": "0.77.0", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.77.0.tgz", - "integrity": "sha512-H21BrQDPf3ydaeBmS5maNDHxUGFMiKBF/n3WnE+OTWloIZSayeL+/NVEgG3aKQw8fZL6HAMYAGpUIVJgFuKtnw==", + "version": "0.79.6", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.79.6.tgz", + "integrity": "sha512-KGepEdgEeWDs7Imwlp96tBsO8TjSIpcDBvazsCDtHRa81+uwJI/YGetTegI52pMlKhVpJFLIGajRi4PCGC5MUg==", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "0.91.1", diff --git a/package.json b/package.json index 5c30339..bfaa33c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "web": "node bin/web.js" }, "dependencies": { - "@earendil-works/pi-ai": "0.77.0", + "@earendil-works/pi-ai": "0.79.6", "@earendil-works/pi-coding-agent": "0.77.0", "@fastify/compress": "^8.3.1", "@fastify/static": "^8.1.1",