From 7b05922179bd6176ff52699207e3cbf1de7d0887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 05:17:35 +0000 Subject: [PATCH] chore(deps): bump @earendil-works/pi-ai from 0.77.0 to 0.79.6 Bumps [@earendil-works/pi-ai](https://github.com/earendil-works/pi/tree/HEAD/packages/ai) from 0.77.0 to 0.79.6. - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.79.6/packages/ai) --- updated-dependencies: - dependency-name: "@earendil-works/pi-ai" dependency-version: 0.79.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",