@handy_wote/pi-coding-agent 0.81.1 → 0.81.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/CHANGELOG.md +39 -0
- package/dist/bun/cli.d.ts.map +1 -1
- package/dist/bun/cli.js +0 -2
- package/dist/bun/cli.js.map +1 -1
- package/dist/core/agent-session-services.d.ts.map +1 -1
- package/dist/core/agent-session-services.js +1 -0
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +0 -8
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/types.d.ts +1 -16
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +0 -2
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +2 -1
- package/dist/core/sdk.js.map +1 -1
- package/dist/utils/version-check.d.ts.map +1 -1
- package/dist/utils/version-check.js +1 -1
- package/dist/utils/version-check.js.map +1 -1
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/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 +12 -411
- package/package.json +5 -5
- package/examples/extensions/custom-provider-anthropic/index.ts +0 -604
- package/examples/extensions/custom-provider-anthropic/package-lock.json +0 -24
- package/examples/extensions/custom-provider-anthropic/package.json +0 -19
- package/examples/extensions/custom-provider-gitlab-duo/index.ts +0 -404
- package/examples/extensions/custom-provider-gitlab-duo/package.json +0 -16
- package/examples/extensions/custom-provider-gitlab-duo/test.ts +0 -82
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@handy_wote/pi-coding-agent",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@handy_wote/pi-coding-agent",
|
|
9
|
-
"version": "0.81.
|
|
9
|
+
"version": "0.81.3",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@handy_wote/pi-agent-core": "^0.81.
|
|
13
|
-
"@handy_wote/pi-ai": "^0.81.
|
|
14
|
-
"@handy_wote/pi-tui": "^0.81.
|
|
12
|
+
"@handy_wote/pi-agent-core": "^0.81.3",
|
|
13
|
+
"@handy_wote/pi-ai": "^0.81.3",
|
|
14
|
+
"@handy_wote/pi-tui": "^0.81.3",
|
|
15
15
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
16
16
|
"chalk": "5.6.2",
|
|
17
17
|
"cross-spawn": "7.0.6",
|
|
@@ -473,36 +473,12 @@
|
|
|
473
473
|
"node": ">=6.9.0"
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
|
-
"node_modules/@google/genai": {
|
|
477
|
-
"version": "1.52.0",
|
|
478
|
-
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.52.0.tgz",
|
|
479
|
-
"integrity": "sha512-gwSvbpiN/17O9TbsqSsE/OzZcpv5Fo4RQjdngGgogtuB9RsyJ8ZHhX5KjHj1bp5N9snN2eK8LDGXSaWW2hof8Q==",
|
|
480
|
-
"license": "Apache-2.0",
|
|
481
|
-
"dependencies": {
|
|
482
|
-
"google-auth-library": "^10.3.0",
|
|
483
|
-
"p-retry": "^4.6.2",
|
|
484
|
-
"protobufjs": "^7.5.4",
|
|
485
|
-
"ws": "^8.18.0"
|
|
486
|
-
},
|
|
487
|
-
"peerDependencies": {
|
|
488
|
-
"@modelcontextprotocol/sdk": "^1.25.2"
|
|
489
|
-
},
|
|
490
|
-
"peerDependenciesMeta": {
|
|
491
|
-
"@modelcontextprotocol/sdk": {
|
|
492
|
-
"optional": true
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
"engines": {
|
|
496
|
-
"node": ">=20.0.0"
|
|
497
|
-
},
|
|
498
|
-
"hasInstallScript": true
|
|
499
|
-
},
|
|
500
476
|
"node_modules/@handy_wote/pi-agent-core": {
|
|
501
|
-
"version": "0.81.
|
|
502
|
-
"resolved": "https://registry.npmjs.org/@handy_wote/pi-agent-core/-/pi-agent-core-0.81.
|
|
477
|
+
"version": "0.81.3",
|
|
478
|
+
"resolved": "https://registry.npmjs.org/@handy_wote/pi-agent-core/-/pi-agent-core-0.81.3.tgz",
|
|
503
479
|
"license": "MIT",
|
|
504
480
|
"dependencies": {
|
|
505
|
-
"@handy_wote/pi-ai": "^0.81.
|
|
481
|
+
"@handy_wote/pi-ai": "^0.81.3",
|
|
506
482
|
"ignore": "7.0.5",
|
|
507
483
|
"typebox": "1.1.38",
|
|
508
484
|
"yaml": "2.9.0"
|
|
@@ -512,13 +488,12 @@
|
|
|
512
488
|
}
|
|
513
489
|
},
|
|
514
490
|
"node_modules/@handy_wote/pi-ai": {
|
|
515
|
-
"version": "0.81.
|
|
516
|
-
"resolved": "https://registry.npmjs.org/@handy_wote/pi-ai/-/pi-ai-0.81.
|
|
491
|
+
"version": "0.81.3",
|
|
492
|
+
"resolved": "https://registry.npmjs.org/@handy_wote/pi-ai/-/pi-ai-0.81.3.tgz",
|
|
517
493
|
"license": "MIT",
|
|
518
494
|
"dependencies": {
|
|
519
495
|
"@anthropic-ai/sdk": "0.91.1",
|
|
520
496
|
"@aws-sdk/client-bedrock-runtime": "3.1048.0",
|
|
521
|
-
"@google/genai": "1.52.0",
|
|
522
497
|
"@mistralai/mistralai": "2.2.6",
|
|
523
498
|
"@opentelemetry/api": "1.9.0",
|
|
524
499
|
"@smithy/node-http-handler": "4.7.3",
|
|
@@ -536,8 +511,8 @@
|
|
|
536
511
|
}
|
|
537
512
|
},
|
|
538
513
|
"node_modules/@handy_wote/pi-tui": {
|
|
539
|
-
"version": "0.81.
|
|
540
|
-
"resolved": "https://registry.npmjs.org/@handy_wote/pi-tui/-/pi-tui-0.81.
|
|
514
|
+
"version": "0.81.3",
|
|
515
|
+
"resolved": "https://registry.npmjs.org/@handy_wote/pi-tui/-/pi-tui-0.81.3.tgz",
|
|
541
516
|
"license": "MIT",
|
|
542
517
|
"dependencies": {
|
|
543
518
|
"get-east-asian-width": "1.6.0",
|
|
@@ -776,63 +751,6 @@
|
|
|
776
751
|
"node": ">=14"
|
|
777
752
|
}
|
|
778
753
|
},
|
|
779
|
-
"node_modules/@protobufjs/aspromise": {
|
|
780
|
-
"version": "1.1.2",
|
|
781
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
782
|
-
"integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
783
|
-
"license": "BSD-3-Clause"
|
|
784
|
-
},
|
|
785
|
-
"node_modules/@protobufjs/base64": {
|
|
786
|
-
"version": "1.1.2",
|
|
787
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
788
|
-
"integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
789
|
-
"license": "BSD-3-Clause"
|
|
790
|
-
},
|
|
791
|
-
"node_modules/@protobufjs/codegen": {
|
|
792
|
-
"version": "2.0.5",
|
|
793
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
|
|
794
|
-
"integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
|
|
795
|
-
"license": "BSD-3-Clause"
|
|
796
|
-
},
|
|
797
|
-
"node_modules/@protobufjs/eventemitter": {
|
|
798
|
-
"version": "1.1.1",
|
|
799
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
|
|
800
|
-
"integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
|
|
801
|
-
"license": "BSD-3-Clause"
|
|
802
|
-
},
|
|
803
|
-
"node_modules/@protobufjs/fetch": {
|
|
804
|
-
"version": "1.1.1",
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
|
|
806
|
-
"integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
|
|
807
|
-
"license": "BSD-3-Clause",
|
|
808
|
-
"dependencies": {
|
|
809
|
-
"@protobufjs/aspromise": "^1.1.1"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
"node_modules/@protobufjs/float": {
|
|
813
|
-
"version": "1.0.2",
|
|
814
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
815
|
-
"integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
816
|
-
"license": "BSD-3-Clause"
|
|
817
|
-
},
|
|
818
|
-
"node_modules/@protobufjs/path": {
|
|
819
|
-
"version": "1.1.2",
|
|
820
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
821
|
-
"integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
822
|
-
"license": "BSD-3-Clause"
|
|
823
|
-
},
|
|
824
|
-
"node_modules/@protobufjs/pool": {
|
|
825
|
-
"version": "1.1.0",
|
|
826
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
827
|
-
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
828
|
-
"license": "BSD-3-Clause"
|
|
829
|
-
},
|
|
830
|
-
"node_modules/@protobufjs/utf8": {
|
|
831
|
-
"version": "1.1.1",
|
|
832
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
|
|
833
|
-
"integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
|
|
834
|
-
"license": "BSD-3-Clause"
|
|
835
|
-
},
|
|
836
754
|
"node_modules/@silvia-odwyer/photon-node": {
|
|
837
755
|
"version": "0.3.4",
|
|
838
756
|
"resolved": "https://registry.npmjs.org/@silvia-odwyer/photon-node/-/photon-node-0.3.4.tgz",
|
|
@@ -959,15 +877,6 @@
|
|
|
959
877
|
"node": ">=14.0.0"
|
|
960
878
|
}
|
|
961
879
|
},
|
|
962
|
-
"node_modules/@types/node": {
|
|
963
|
-
"version": "22.19.19",
|
|
964
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
|
|
965
|
-
"integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
|
|
966
|
-
"license": "MIT",
|
|
967
|
-
"dependencies": {
|
|
968
|
-
"undici-types": "~6.21.0"
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
880
|
"node_modules/agent-base": {
|
|
972
881
|
"version": "7.1.4",
|
|
973
882
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
@@ -986,35 +895,6 @@
|
|
|
986
895
|
"node": "18 || 20 || >=22"
|
|
987
896
|
}
|
|
988
897
|
},
|
|
989
|
-
"node_modules/base64-js": {
|
|
990
|
-
"version": "1.5.1",
|
|
991
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
992
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
993
|
-
"license": "MIT",
|
|
994
|
-
"funding": [
|
|
995
|
-
{
|
|
996
|
-
"type": "github",
|
|
997
|
-
"url": "https://github.com/sponsors/feross"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"type": "patreon",
|
|
1001
|
-
"url": "https://www.patreon.com/feross"
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"type": "consulting",
|
|
1005
|
-
"url": "https://feross.org/support"
|
|
1006
|
-
}
|
|
1007
|
-
]
|
|
1008
|
-
},
|
|
1009
|
-
"node_modules/bignumber.js": {
|
|
1010
|
-
"version": "9.3.1",
|
|
1011
|
-
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
|
|
1012
|
-
"integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
|
|
1013
|
-
"license": "MIT",
|
|
1014
|
-
"engines": {
|
|
1015
|
-
"node": "*"
|
|
1016
|
-
}
|
|
1017
|
-
},
|
|
1018
898
|
"node_modules/bowser": {
|
|
1019
899
|
"version": "2.14.1",
|
|
1020
900
|
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz",
|
|
@@ -1033,12 +913,6 @@
|
|
|
1033
913
|
"node": "18 || 20 || >=22"
|
|
1034
914
|
}
|
|
1035
915
|
},
|
|
1036
|
-
"node_modules/buffer-equal-constant-time": {
|
|
1037
|
-
"version": "1.0.1",
|
|
1038
|
-
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
1039
|
-
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
|
|
1040
|
-
"license": "BSD-3-Clause"
|
|
1041
|
-
},
|
|
1042
916
|
"node_modules/chalk": {
|
|
1043
917
|
"version": "5.6.2",
|
|
1044
918
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -1065,15 +939,6 @@
|
|
|
1065
939
|
"node": ">= 8"
|
|
1066
940
|
}
|
|
1067
941
|
},
|
|
1068
|
-
"node_modules/data-uri-to-buffer": {
|
|
1069
|
-
"version": "4.0.1",
|
|
1070
|
-
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
1071
|
-
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
1072
|
-
"license": "MIT",
|
|
1073
|
-
"engines": {
|
|
1074
|
-
"node": ">= 12"
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
942
|
"node_modules/debug": {
|
|
1078
943
|
"version": "4.4.3",
|
|
1079
944
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
@@ -1100,21 +965,6 @@
|
|
|
1100
965
|
"node": ">=0.3.1"
|
|
1101
966
|
}
|
|
1102
967
|
},
|
|
1103
|
-
"node_modules/ecdsa-sig-formatter": {
|
|
1104
|
-
"version": "1.0.11",
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
|
1106
|
-
"integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
|
|
1107
|
-
"license": "Apache-2.0",
|
|
1108
|
-
"dependencies": {
|
|
1109
|
-
"safe-buffer": "^5.0.1"
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
"node_modules/extend": {
|
|
1113
|
-
"version": "3.0.2",
|
|
1114
|
-
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
1115
|
-
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
1116
|
-
"license": "MIT"
|
|
1117
|
-
},
|
|
1118
968
|
"node_modules/fast-xml-builder": {
|
|
1119
969
|
"version": "1.2.0",
|
|
1120
970
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
@@ -1152,69 +1002,6 @@
|
|
|
1152
1002
|
}
|
|
1153
1003
|
]
|
|
1154
1004
|
},
|
|
1155
|
-
"node_modules/fetch-blob": {
|
|
1156
|
-
"version": "3.2.0",
|
|
1157
|
-
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
1158
|
-
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
1159
|
-
"license": "MIT",
|
|
1160
|
-
"dependencies": {
|
|
1161
|
-
"node-domexception": "^1.0.0",
|
|
1162
|
-
"web-streams-polyfill": "^3.0.3"
|
|
1163
|
-
},
|
|
1164
|
-
"engines": {
|
|
1165
|
-
"node": "^12.20 || >= 14.13"
|
|
1166
|
-
},
|
|
1167
|
-
"funding": [
|
|
1168
|
-
{
|
|
1169
|
-
"type": "github",
|
|
1170
|
-
"url": "https://github.com/sponsors/jimmywarting"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"type": "paypal",
|
|
1174
|
-
"url": "https://paypal.me/jimmywarting"
|
|
1175
|
-
}
|
|
1176
|
-
]
|
|
1177
|
-
},
|
|
1178
|
-
"node_modules/formdata-polyfill": {
|
|
1179
|
-
"version": "4.0.10",
|
|
1180
|
-
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
1181
|
-
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
1182
|
-
"license": "MIT",
|
|
1183
|
-
"dependencies": {
|
|
1184
|
-
"fetch-blob": "^3.1.2"
|
|
1185
|
-
},
|
|
1186
|
-
"engines": {
|
|
1187
|
-
"node": ">=12.20.0"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
"node_modules/gaxios": {
|
|
1191
|
-
"version": "7.1.4",
|
|
1192
|
-
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.4.tgz",
|
|
1193
|
-
"integrity": "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==",
|
|
1194
|
-
"license": "Apache-2.0",
|
|
1195
|
-
"dependencies": {
|
|
1196
|
-
"extend": "^3.0.2",
|
|
1197
|
-
"https-proxy-agent": "^7.0.1",
|
|
1198
|
-
"node-fetch": "^3.3.2"
|
|
1199
|
-
},
|
|
1200
|
-
"engines": {
|
|
1201
|
-
"node": ">=18"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
"node_modules/gcp-metadata": {
|
|
1205
|
-
"version": "8.1.2",
|
|
1206
|
-
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz",
|
|
1207
|
-
"integrity": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==",
|
|
1208
|
-
"license": "Apache-2.0",
|
|
1209
|
-
"dependencies": {
|
|
1210
|
-
"gaxios": "^7.0.0",
|
|
1211
|
-
"google-logging-utils": "^1.0.0",
|
|
1212
|
-
"json-bigint": "^1.0.0"
|
|
1213
|
-
},
|
|
1214
|
-
"engines": {
|
|
1215
|
-
"node": ">=18"
|
|
1216
|
-
}
|
|
1217
|
-
},
|
|
1218
1005
|
"node_modules/get-east-asian-width": {
|
|
1219
1006
|
"version": "1.6.0",
|
|
1220
1007
|
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
@@ -1244,32 +1031,6 @@
|
|
|
1244
1031
|
"url": "https://github.com/sponsors/isaacs"
|
|
1245
1032
|
}
|
|
1246
1033
|
},
|
|
1247
|
-
"node_modules/google-auth-library": {
|
|
1248
|
-
"version": "10.6.2",
|
|
1249
|
-
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.2.tgz",
|
|
1250
|
-
"integrity": "sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==",
|
|
1251
|
-
"license": "Apache-2.0",
|
|
1252
|
-
"dependencies": {
|
|
1253
|
-
"base64-js": "^1.3.0",
|
|
1254
|
-
"ecdsa-sig-formatter": "^1.0.11",
|
|
1255
|
-
"gaxios": "^7.1.4",
|
|
1256
|
-
"gcp-metadata": "8.1.2",
|
|
1257
|
-
"google-logging-utils": "1.1.3",
|
|
1258
|
-
"jws": "^4.0.0"
|
|
1259
|
-
},
|
|
1260
|
-
"engines": {
|
|
1261
|
-
"node": ">=18"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
"node_modules/google-logging-utils": {
|
|
1265
|
-
"version": "1.1.3",
|
|
1266
|
-
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz",
|
|
1267
|
-
"integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==",
|
|
1268
|
-
"license": "Apache-2.0",
|
|
1269
|
-
"engines": {
|
|
1270
|
-
"node": ">=14"
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
1034
|
"node_modules/graceful-fs": {
|
|
1274
1035
|
"version": "4.2.11",
|
|
1275
1036
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
@@ -1347,15 +1108,6 @@
|
|
|
1347
1108
|
"jiti": "lib/jiti-cli.mjs"
|
|
1348
1109
|
}
|
|
1349
1110
|
},
|
|
1350
|
-
"node_modules/json-bigint": {
|
|
1351
|
-
"version": "1.0.0",
|
|
1352
|
-
"resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
|
|
1353
|
-
"integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
|
|
1354
|
-
"license": "MIT",
|
|
1355
|
-
"dependencies": {
|
|
1356
|
-
"bignumber.js": "^9.0.0"
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
1111
|
"node_modules/json-schema-to-ts": {
|
|
1360
1112
|
"version": "3.1.1",
|
|
1361
1113
|
"resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
|
|
@@ -1369,33 +1121,6 @@
|
|
|
1369
1121
|
"node": ">=16"
|
|
1370
1122
|
}
|
|
1371
1123
|
},
|
|
1372
|
-
"node_modules/jwa": {
|
|
1373
|
-
"version": "2.0.1",
|
|
1374
|
-
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
|
|
1375
|
-
"integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
|
|
1376
|
-
"license": "MIT",
|
|
1377
|
-
"dependencies": {
|
|
1378
|
-
"buffer-equal-constant-time": "^1.0.1",
|
|
1379
|
-
"ecdsa-sig-formatter": "1.0.11",
|
|
1380
|
-
"safe-buffer": "^5.0.1"
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
"node_modules/jws": {
|
|
1384
|
-
"version": "4.0.1",
|
|
1385
|
-
"resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
|
|
1386
|
-
"integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
|
|
1387
|
-
"license": "MIT",
|
|
1388
|
-
"dependencies": {
|
|
1389
|
-
"jwa": "^2.0.1",
|
|
1390
|
-
"safe-buffer": "^5.0.1"
|
|
1391
|
-
}
|
|
1392
|
-
},
|
|
1393
|
-
"node_modules/long": {
|
|
1394
|
-
"version": "5.3.2",
|
|
1395
|
-
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
1396
|
-
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
1397
|
-
"license": "Apache-2.0"
|
|
1398
|
-
},
|
|
1399
1124
|
"node_modules/lru-cache": {
|
|
1400
1125
|
"version": "11.4.0",
|
|
1401
1126
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.4.0.tgz",
|
|
@@ -1447,44 +1172,6 @@
|
|
|
1447
1172
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1448
1173
|
"license": "MIT"
|
|
1449
1174
|
},
|
|
1450
|
-
"node_modules/node-domexception": {
|
|
1451
|
-
"version": "1.0.0",
|
|
1452
|
-
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
1453
|
-
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
1454
|
-
"license": "MIT",
|
|
1455
|
-
"engines": {
|
|
1456
|
-
"node": ">=10.5.0"
|
|
1457
|
-
},
|
|
1458
|
-
"deprecated": "Use your platform's native DOMException instead",
|
|
1459
|
-
"funding": [
|
|
1460
|
-
{
|
|
1461
|
-
"type": "github",
|
|
1462
|
-
"url": "https://github.com/sponsors/jimmywarting"
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"type": "github",
|
|
1466
|
-
"url": "https://paypal.me/jimmywarting"
|
|
1467
|
-
}
|
|
1468
|
-
]
|
|
1469
|
-
},
|
|
1470
|
-
"node_modules/node-fetch": {
|
|
1471
|
-
"version": "3.3.2",
|
|
1472
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
1473
|
-
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
1474
|
-
"license": "MIT",
|
|
1475
|
-
"dependencies": {
|
|
1476
|
-
"data-uri-to-buffer": "^4.0.0",
|
|
1477
|
-
"fetch-blob": "^3.1.4",
|
|
1478
|
-
"formdata-polyfill": "^4.0.10"
|
|
1479
|
-
},
|
|
1480
|
-
"engines": {
|
|
1481
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
1482
|
-
},
|
|
1483
|
-
"funding": {
|
|
1484
|
-
"type": "opencollective",
|
|
1485
|
-
"url": "https://opencollective.com/node-fetch"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
1175
|
"node_modules/openai": {
|
|
1489
1176
|
"version": "6.26.0",
|
|
1490
1177
|
"resolved": "https://registry.npmjs.org/openai/-/openai-6.26.0.tgz",
|
|
@@ -1506,25 +1193,6 @@
|
|
|
1506
1193
|
"openai": "bin/cli"
|
|
1507
1194
|
}
|
|
1508
1195
|
},
|
|
1509
|
-
"node_modules/p-retry": {
|
|
1510
|
-
"version": "4.6.2",
|
|
1511
|
-
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
|
|
1512
|
-
"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
1513
|
-
"license": "MIT",
|
|
1514
|
-
"dependencies": {
|
|
1515
|
-
"@types/retry": "0.12.0",
|
|
1516
|
-
"retry": "^0.13.1"
|
|
1517
|
-
},
|
|
1518
|
-
"engines": {
|
|
1519
|
-
"node": ">=8"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
"node_modules/p-retry/node_modules/@types/retry": {
|
|
1523
|
-
"version": "0.12.0",
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
|
|
1525
|
-
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
|
|
1526
|
-
"license": "MIT"
|
|
1527
|
-
},
|
|
1528
1196
|
"node_modules/partial-json": {
|
|
1529
1197
|
"version": "0.1.7",
|
|
1530
1198
|
"resolved": "https://registry.npmjs.org/partial-json/-/partial-json-0.1.7.tgz",
|
|
@@ -1591,58 +1259,6 @@
|
|
|
1591
1259
|
"node": ">= 4"
|
|
1592
1260
|
}
|
|
1593
1261
|
},
|
|
1594
|
-
"node_modules/protobufjs": {
|
|
1595
|
-
"version": "7.6.4",
|
|
1596
|
-
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.4.tgz",
|
|
1597
|
-
"integrity": "sha512-RJJPTTpvFfHcWLkIa2JFWK4XvtSzS0yEWDmunqHXli1h3JlkbcQZXDZdcWxv+JK3Xsl5/UFDPZ0iGm7DAengYw==",
|
|
1598
|
-
"license": "BSD-3-Clause",
|
|
1599
|
-
"dependencies": {
|
|
1600
|
-
"@protobufjs/aspromise": "^1.1.2",
|
|
1601
|
-
"@protobufjs/base64": "^1.1.2",
|
|
1602
|
-
"@protobufjs/codegen": "^2.0.5",
|
|
1603
|
-
"@protobufjs/eventemitter": "^1.1.1",
|
|
1604
|
-
"@protobufjs/fetch": "^1.1.1",
|
|
1605
|
-
"@protobufjs/float": "^1.0.2",
|
|
1606
|
-
"@protobufjs/path": "^1.1.2",
|
|
1607
|
-
"@protobufjs/pool": "^1.1.0",
|
|
1608
|
-
"@protobufjs/utf8": "^1.1.1",
|
|
1609
|
-
"@types/node": ">=13.7.0",
|
|
1610
|
-
"long": "^5.3.2"
|
|
1611
|
-
},
|
|
1612
|
-
"engines": {
|
|
1613
|
-
"node": ">=12.0.0"
|
|
1614
|
-
},
|
|
1615
|
-
"hasInstallScript": true
|
|
1616
|
-
},
|
|
1617
|
-
"node_modules/retry": {
|
|
1618
|
-
"version": "0.13.1",
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
|
|
1620
|
-
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
1621
|
-
"license": "MIT",
|
|
1622
|
-
"engines": {
|
|
1623
|
-
"node": ">= 4"
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
"node_modules/safe-buffer": {
|
|
1627
|
-
"version": "5.2.1",
|
|
1628
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
1629
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1630
|
-
"license": "MIT",
|
|
1631
|
-
"funding": [
|
|
1632
|
-
{
|
|
1633
|
-
"type": "github",
|
|
1634
|
-
"url": "https://github.com/sponsors/feross"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"type": "patreon",
|
|
1638
|
-
"url": "https://www.patreon.com/feross"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"type": "consulting",
|
|
1642
|
-
"url": "https://feross.org/support"
|
|
1643
|
-
}
|
|
1644
|
-
]
|
|
1645
|
-
},
|
|
1646
1262
|
"node_modules/semver": {
|
|
1647
1263
|
"version": "7.8.0",
|
|
1648
1264
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
|
|
@@ -1721,21 +1337,6 @@
|
|
|
1721
1337
|
"node": ">=22.19.0"
|
|
1722
1338
|
}
|
|
1723
1339
|
},
|
|
1724
|
-
"node_modules/undici-types": {
|
|
1725
|
-
"version": "6.21.0",
|
|
1726
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1727
|
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
1728
|
-
"license": "MIT"
|
|
1729
|
-
},
|
|
1730
|
-
"node_modules/web-streams-polyfill": {
|
|
1731
|
-
"version": "3.3.3",
|
|
1732
|
-
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
1733
|
-
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
1734
|
-
"license": "MIT",
|
|
1735
|
-
"engines": {
|
|
1736
|
-
"node": ">= 8"
|
|
1737
|
-
}
|
|
1738
|
-
},
|
|
1739
1340
|
"node_modules/which": {
|
|
1740
1341
|
"version": "2.0.2",
|
|
1741
1342
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@handy_wote/pi-coding-agent",
|
|
3
|
-
"version": "0.81.
|
|
3
|
+
"version": "0.81.3",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"piConfig": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@handy_wote/pi-agent-core": "^0.81.
|
|
43
|
-
"@handy_wote/pi-ai": "^0.81.
|
|
44
|
-
"@handy_wote/pi-tui": "^0.81.
|
|
42
|
+
"@handy_wote/pi-agent-core": "^0.81.3",
|
|
43
|
+
"@handy_wote/pi-ai": "^0.81.3",
|
|
44
|
+
"@handy_wote/pi-tui": "^0.81.3",
|
|
45
45
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
46
46
|
"chalk": "5.6.2",
|
|
47
47
|
"cross-spawn": "7.0.6",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"license": "MIT",
|
|
92
92
|
"repository": {
|
|
93
93
|
"type": "git",
|
|
94
|
-
"url": "git+https://github.com/
|
|
94
|
+
"url": "git+https://github.com/HandyWote/pi.git",
|
|
95
95
|
"directory": "packages/coding-agent"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|