@automatalabs/pi-acp 0.1.2 → 0.1.3
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -50,4 +50,4 @@ The `pnpm test` script intentionally runs `tsc -p tsconfig.type-tests.json` befo
|
|
|
50
50
|
|
|
51
51
|
## Built on pi — THIRD-PARTY notice
|
|
52
52
|
|
|
53
|
-
This package depends on and embeds `@earendil-works/pi-coding-agent`, `@earendil-works/pi-agent-core`, and `@earendil-works/pi-ai` version 0.80.
|
|
53
|
+
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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automatalabs/pi-acp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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.2.1",
|
|
34
|
-
"@earendil-works/pi-coding-agent": "0.80.
|
|
34
|
+
"@earendil-works/pi-coding-agent": "0.80.10",
|
|
35
35
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
36
36
|
"typebox": "1.3.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@earendil-works/pi-agent-core": "0.80.
|
|
40
|
-
"@earendil-works/pi-ai": "0.80.
|
|
39
|
+
"@earendil-works/pi-agent-core": "0.80.10",
|
|
40
|
+
"@earendil-works/pi-ai": "0.80.10"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsc -b",
|