@caupulican/pi-adaptative 0.81.31 → 0.81.32
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/CHANGELOG.md +6 -0
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/npm-shrinkwrap.json +42 -42
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-custom-provider",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.32",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-custom-provider",
|
|
9
|
-
"version": "0.81.
|
|
9
|
+
"version": "0.81.32",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/sdk": "^0.52.0"
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-sandbox",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.32",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-sandbox",
|
|
9
|
-
"version": "0.81.
|
|
9
|
+
"version": "0.81.32",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/sandbox-runtime": "^0.0.26"
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-extension-with-deps",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.32",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "pi-extension-with-deps",
|
|
9
|
-
"version": "0.81.
|
|
9
|
+
"version": "0.81.32",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"ms": "^2.1.3"
|
|
12
12
|
},
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caupulican/pi-adaptative",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.32",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caupulican/pi-adaptative",
|
|
9
|
-
"version": "0.81.
|
|
9
|
+
"version": "0.81.32",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@caupulican/pi-agent-core": "^0.81.
|
|
13
|
-
"@caupulican/pi-ai": "^0.81.
|
|
14
|
-
"@caupulican/pi-tui": "^0.81.
|
|
12
|
+
"@caupulican/pi-agent-core": "^0.81.32",
|
|
13
|
+
"@caupulican/pi-ai": "^0.81.32",
|
|
14
|
+
"@caupulican/pi-tui": "^0.81.32",
|
|
15
15
|
"@ff-labs/fff-node": "0.9.6",
|
|
16
16
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
17
17
|
"chalk": "5.6.2",
|
|
@@ -475,11 +475,11 @@
|
|
|
475
475
|
}
|
|
476
476
|
},
|
|
477
477
|
"node_modules/@caupulican/pi-agent-core": {
|
|
478
|
-
"version": "0.81.
|
|
479
|
-
"resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.81.
|
|
478
|
+
"version": "0.81.32",
|
|
479
|
+
"resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.81.32.tgz",
|
|
480
480
|
"license": "MIT",
|
|
481
481
|
"dependencies": {
|
|
482
|
-
"@caupulican/pi-ai": "^0.81.
|
|
482
|
+
"@caupulican/pi-ai": "^0.81.32",
|
|
483
483
|
"ignore": "7.0.5",
|
|
484
484
|
"typebox": "1.1.38",
|
|
485
485
|
"yaml": "2.9.0"
|
|
@@ -489,8 +489,8 @@
|
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
491
|
"node_modules/@caupulican/pi-ai": {
|
|
492
|
-
"version": "0.81.
|
|
493
|
-
"resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.81.
|
|
492
|
+
"version": "0.81.32",
|
|
493
|
+
"resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.81.32.tgz",
|
|
494
494
|
"license": "MIT",
|
|
495
495
|
"dependencies": {
|
|
496
496
|
"@anthropic-ai/sdk": "0.91.1",
|
|
@@ -511,9 +511,39 @@
|
|
|
511
511
|
"node": ">=22.19.0"
|
|
512
512
|
}
|
|
513
513
|
},
|
|
514
|
+
"node_modules/@caupulican/pi-ai/node_modules/openai": {
|
|
515
|
+
"version": "6.46.0",
|
|
516
|
+
"resolved": "https://registry.npmjs.org/openai/-/openai-6.46.0.tgz",
|
|
517
|
+
"integrity": "sha512-DFg6jEPT2RO+oAyXtddeUJU8zkGy1OQ1AjGzNIJUMQG03TTqvCpy9tBpQ+2VVVnvrl3E56F8GEin2JYtWpITtA==",
|
|
518
|
+
"license": "Apache-2.0",
|
|
519
|
+
"peerDependencies": {
|
|
520
|
+
"@aws-sdk/credential-provider-node": ">=3.972.0 <4",
|
|
521
|
+
"@smithy/hash-node": ">=4.3.0 <5",
|
|
522
|
+
"@smithy/signature-v4": ">=5.4.0 <6",
|
|
523
|
+
"ws": "^8.18.0",
|
|
524
|
+
"zod": "^3.25 || ^4.0"
|
|
525
|
+
},
|
|
526
|
+
"peerDependenciesMeta": {
|
|
527
|
+
"@aws-sdk/credential-provider-node": {
|
|
528
|
+
"optional": true
|
|
529
|
+
},
|
|
530
|
+
"@smithy/hash-node": {
|
|
531
|
+
"optional": true
|
|
532
|
+
},
|
|
533
|
+
"@smithy/signature-v4": {
|
|
534
|
+
"optional": true
|
|
535
|
+
},
|
|
536
|
+
"ws": {
|
|
537
|
+
"optional": true
|
|
538
|
+
},
|
|
539
|
+
"zod": {
|
|
540
|
+
"optional": true
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
},
|
|
514
544
|
"node_modules/@caupulican/pi-tui": {
|
|
515
|
-
"version": "0.81.
|
|
516
|
-
"resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.81.
|
|
545
|
+
"version": "0.81.32",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.81.32.tgz",
|
|
517
547
|
"license": "MIT",
|
|
518
548
|
"dependencies": {
|
|
519
549
|
"get-east-asian-width": "1.6.0",
|
|
@@ -2097,36 +2127,6 @@
|
|
|
2097
2127
|
"peerDependencies": {
|
|
2098
2128
|
"zod": "^3.25.28 || ^4"
|
|
2099
2129
|
}
|
|
2100
|
-
},
|
|
2101
|
-
"packages/ai/node_modules/openai": {
|
|
2102
|
-
"version": "6.46.0",
|
|
2103
|
-
"resolved": "https://registry.npmjs.org/openai/-/openai-6.46.0.tgz",
|
|
2104
|
-
"integrity": "sha512-DFg6jEPT2RO+oAyXtddeUJU8zkGy1OQ1AjGzNIJUMQG03TTqvCpy9tBpQ+2VVVnvrl3E56F8GEin2JYtWpITtA==",
|
|
2105
|
-
"license": "Apache-2.0",
|
|
2106
|
-
"peerDependencies": {
|
|
2107
|
-
"@aws-sdk/credential-provider-node": ">=3.972.0 <4",
|
|
2108
|
-
"@smithy/hash-node": ">=4.3.0 <5",
|
|
2109
|
-
"@smithy/signature-v4": ">=5.4.0 <6",
|
|
2110
|
-
"ws": "^8.18.0",
|
|
2111
|
-
"zod": "^3.25 || ^4.0"
|
|
2112
|
-
},
|
|
2113
|
-
"peerDependenciesMeta": {
|
|
2114
|
-
"@aws-sdk/credential-provider-node": {
|
|
2115
|
-
"optional": true
|
|
2116
|
-
},
|
|
2117
|
-
"@smithy/hash-node": {
|
|
2118
|
-
"optional": true
|
|
2119
|
-
},
|
|
2120
|
-
"@smithy/signature-v4": {
|
|
2121
|
-
"optional": true
|
|
2122
|
-
},
|
|
2123
|
-
"ws": {
|
|
2124
|
-
"optional": true
|
|
2125
|
-
},
|
|
2126
|
-
"zod": {
|
|
2127
|
-
"optional": true
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
2130
2130
|
}
|
|
2131
2131
|
}
|
|
2132
2132
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caupulican/pi-adaptative",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.32",
|
|
4
4
|
"description": "Adaptive fork of Pi coding agent for self-evolving agent harness experiments",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"piConfig": {
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@caupulican/pi-agent-core": "^0.81.
|
|
77
|
-
"@caupulican/pi-ai": "^0.81.
|
|
78
|
-
"@caupulican/pi-tui": "^0.81.
|
|
76
|
+
"@caupulican/pi-agent-core": "^0.81.32",
|
|
77
|
+
"@caupulican/pi-ai": "^0.81.32",
|
|
78
|
+
"@caupulican/pi-tui": "^0.81.32",
|
|
79
79
|
"@ff-labs/fff-node": "0.9.6",
|
|
80
80
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
81
81
|
"chalk": "5.6.2",
|