@automatalabs/pi-acp 0.6.1 → 0.6.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -102,4 +102,4 @@ The `pnpm test` script intentionally runs `tsc -p tsconfig.type-tests.json` befo
102
102
 
103
103
  ## Built on pi — THIRD-PARTY notice
104
104
 
105
- This package depends on and embeds `@earendil-works/pi-coding-agent`, `@earendil-works/pi-agent-core`, and `@earendil-works/pi-ai` version 0.80.10. pi is Copyright Earendil Inc., Mario Zechner, and Armin Ronacher and is distributed under the MIT License. The dependency packages retain the full MIT copyright and license text. pi-acp itself is Apache-2.0.
105
+ This package depends on and embeds `@earendil-works/pi-coding-agent`, `@earendil-works/pi-agent-core`, and `@earendil-works/pi-ai` version 0.84.4. pi is Copyright Earendil Inc., Mario Zechner, and Armin Ronacher and is distributed under the MIT License. The dependency packages retain the full MIT copyright and license text. pi-acp itself is Apache-2.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automatalabs/pi-acp",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "license": "Apache-2.0",
5
5
  "engines": {
6
6
  "node": ">=22.19.0"
@@ -31,13 +31,13 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@agentclientprotocol/sdk": "1.4.0",
34
- "@earendil-works/pi-ai": "0.84.3",
35
- "@earendil-works/pi-coding-agent": "0.84.3",
34
+ "@earendil-works/pi-ai": "0.84.4",
35
+ "@earendil-works/pi-coding-agent": "0.84.4",
36
36
  "@modelcontextprotocol/sdk": "1.30.0",
37
37
  "typebox": "1.3.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@earendil-works/pi-agent-core": "0.84.3"
40
+ "@earendil-works/pi-agent-core": "0.84.4"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsc -b",