@pandi-coding-agent/pi-cante 0.80.3-cante.6 → 0.80.3-cante.7
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/npm-shrinkwrap.json +264 -253
- package/package.json +23 -23
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandi-coding-agent/pi-cante",
|
|
3
|
-
"version": "0.80.3-cante.
|
|
3
|
+
"version": "0.80.3-cante.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@pandi-coding-agent/pi-cante",
|
|
9
|
-
"version": "0.80.3-cante.
|
|
9
|
+
"version": "0.80.3-cante.7",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@earendil-works/pi-agent-core": "^0.80.3",
|
|
13
13
|
"@earendil-works/pi-ai": "^0.80.3",
|
|
14
14
|
"@earendil-works/pi-tui": "^0.80.3",
|
|
15
|
-
"@pandi-coding-agent/pandi": "0.1.
|
|
16
|
-
"@pandi-coding-agent/pandi-ask": "0.1.
|
|
17
|
-
"@pandi-coding-agent/pandi-auto-compact": "0.2.
|
|
18
|
-
"@pandi-coding-agent/pandi-bg": "0.1.
|
|
19
|
-
"@pandi-coding-agent/pandi-btw": "0.1.
|
|
20
|
-
"@pandi-coding-agent/pandi-clear": "0.1.
|
|
21
|
-
"@pandi-coding-agent/pandi-container": "0.2.
|
|
22
|
-
"@pandi-coding-agent/pandi-docs": "0.1.
|
|
23
|
-
"@pandi-coding-agent/pandi-doctor": "0.2.
|
|
24
|
-
"@pandi-coding-agent/pandi-dynamic-workflows": "0.
|
|
25
|
-
"@pandi-coding-agent/pandi-effort": "0.1.
|
|
26
|
-
"@pandi-coding-agent/pandi-exit": "0.1.
|
|
27
|
-
"@pandi-coding-agent/pandi-goal": "0.2.
|
|
28
|
-
"@pandi-coding-agent/pandi-improve-prompt": "0.1.
|
|
29
|
-
"@pandi-coding-agent/pandi-local-memory": "0.2.
|
|
30
|
-
"@pandi-coding-agent/pandi-loop": "0.2.
|
|
31
|
-
"@pandi-coding-agent/pandi-mdview": "0.1.
|
|
32
|
-
"@pandi-coding-agent/pandi-plan": "0.1.
|
|
33
|
-
"@pandi-coding-agent/pandi-rename": "0.3.
|
|
34
|
-
"@pandi-coding-agent/pandi-theme": "0.1.
|
|
35
|
-
"@pandi-coding-agent/pandi-typescript-lsp": "0.1.
|
|
36
|
-
"@pandi-coding-agent/pandi-worktree": "0.2.
|
|
15
|
+
"@pandi-coding-agent/pandi": "0.1.5",
|
|
16
|
+
"@pandi-coding-agent/pandi-ask": "0.1.4",
|
|
17
|
+
"@pandi-coding-agent/pandi-auto-compact": "0.2.3",
|
|
18
|
+
"@pandi-coding-agent/pandi-bg": "0.1.5",
|
|
19
|
+
"@pandi-coding-agent/pandi-btw": "0.1.4",
|
|
20
|
+
"@pandi-coding-agent/pandi-clear": "0.1.4",
|
|
21
|
+
"@pandi-coding-agent/pandi-container": "0.2.3",
|
|
22
|
+
"@pandi-coding-agent/pandi-docs": "0.1.3",
|
|
23
|
+
"@pandi-coding-agent/pandi-doctor": "0.2.4",
|
|
24
|
+
"@pandi-coding-agent/pandi-dynamic-workflows": "0.4.0",
|
|
25
|
+
"@pandi-coding-agent/pandi-effort": "0.1.4",
|
|
26
|
+
"@pandi-coding-agent/pandi-exit": "0.1.5",
|
|
27
|
+
"@pandi-coding-agent/pandi-goal": "0.2.5",
|
|
28
|
+
"@pandi-coding-agent/pandi-improve-prompt": "0.1.1",
|
|
29
|
+
"@pandi-coding-agent/pandi-local-memory": "0.2.3",
|
|
30
|
+
"@pandi-coding-agent/pandi-loop": "0.2.4",
|
|
31
|
+
"@pandi-coding-agent/pandi-mdview": "0.1.4",
|
|
32
|
+
"@pandi-coding-agent/pandi-plan": "0.1.5",
|
|
33
|
+
"@pandi-coding-agent/pandi-rename": "0.3.4",
|
|
34
|
+
"@pandi-coding-agent/pandi-theme": "0.1.5",
|
|
35
|
+
"@pandi-coding-agent/pandi-typescript-lsp": "0.1.5",
|
|
36
|
+
"@pandi-coding-agent/pandi-worktree": "0.2.3",
|
|
37
37
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
38
38
|
"chalk": "5.6.2",
|
|
39
39
|
"cross-spawn": "7.0.6",
|
|
@@ -813,6 +813,246 @@
|
|
|
813
813
|
"node": ">=14"
|
|
814
814
|
}
|
|
815
815
|
},
|
|
816
|
+
"node_modules/@pandi-coding-agent/pandi": {
|
|
817
|
+
"version": "0.1.5",
|
|
818
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi/-/pandi-0.1.5.tgz",
|
|
819
|
+
"integrity": "sha512-NQ1VhTNYmpQCGyNVw1xWj7BdvbWVyhz+1D1SERpm+wu4vsWeAcRAhE9jYkfsOqEQG63fWFrkK6vfYBKvIp0sVw==",
|
|
820
|
+
"license": "MIT",
|
|
821
|
+
"peerDependencies": {
|
|
822
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"node_modules/@pandi-coding-agent/pandi-ask": {
|
|
826
|
+
"version": "0.1.4",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-ask/-/pandi-ask-0.1.4.tgz",
|
|
828
|
+
"integrity": "sha512-E3MthHSJWO7aYup8dS6/AJgFZAyPZIDccyLd4QeBClo7e5D0lpzLPcfiB71Fxnae73K8ZP3klH97lbVDyJdrlg==",
|
|
829
|
+
"license": "MIT",
|
|
830
|
+
"peerDependencies": {
|
|
831
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
832
|
+
"typebox": "^1.1.38"
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
"node_modules/@pandi-coding-agent/pandi-auto-compact": {
|
|
836
|
+
"version": "0.2.3",
|
|
837
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-auto-compact/-/pandi-auto-compact-0.2.3.tgz",
|
|
838
|
+
"integrity": "sha512-o0pc1s9uUqAXFYa1n0S5s4lPL7XHcq5diYjMvj3U1E95vsmk2FH0UISItZwFOhMvYEUr1/XFQIVoukP9x3uluw==",
|
|
839
|
+
"license": "MIT",
|
|
840
|
+
"peerDependencies": {
|
|
841
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
842
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"node_modules/@pandi-coding-agent/pandi-bg": {
|
|
846
|
+
"version": "0.1.5",
|
|
847
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-bg/-/pandi-bg-0.1.5.tgz",
|
|
848
|
+
"integrity": "sha512-lvZVBN/loasmJkXFj0UQBkehw02N5xM+63tFBfUeo4Z+5cztK7SgJb+v6m6tqb2JUziXk3/rSFFmxkr/5TCSbg==",
|
|
849
|
+
"license": "MIT",
|
|
850
|
+
"peerDependencies": {
|
|
851
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"node_modules/@pandi-coding-agent/pandi-btw": {
|
|
855
|
+
"version": "0.1.4",
|
|
856
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-btw/-/pandi-btw-0.1.4.tgz",
|
|
857
|
+
"integrity": "sha512-taoUY3Lb9jiDPrKRgq9SLgvNu8YKFAqNkXneyJt9b3axlFAV4l5OIcvjv5qXLa/YOoCvoFpB1DZcDfnLoPWlfg==",
|
|
858
|
+
"license": "MIT",
|
|
859
|
+
"peerDependencies": {
|
|
860
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
861
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
862
|
+
"@earendil-works/pi-tui": "^0.80.3"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"node_modules/@pandi-coding-agent/pandi-clear": {
|
|
866
|
+
"version": "0.1.4",
|
|
867
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-clear/-/pandi-clear-0.1.4.tgz",
|
|
868
|
+
"integrity": "sha512-TF5BzuurXfIq9dO8YUf/aHMwwKhdwdHrVklVJuWT7eJnAn/FHM17zsIbKNC5eM0pgSzu6J9UFFKK4uORCHlyOg==",
|
|
869
|
+
"license": "MIT",
|
|
870
|
+
"peerDependencies": {
|
|
871
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"node_modules/@pandi-coding-agent/pandi-container": {
|
|
875
|
+
"version": "0.2.3",
|
|
876
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-container/-/pandi-container-0.2.3.tgz",
|
|
877
|
+
"integrity": "sha512-U8Jy8duEfof5jqRLFHUdLp7/2OZ9Kfw/7eL6lgbB3EjBfonsmqS7CuDzqVWPftaEtBs8IarjJsghCp0XN6qdjg==",
|
|
878
|
+
"license": "MIT",
|
|
879
|
+
"peerDependencies": {
|
|
880
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
881
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
882
|
+
"typebox": "^1.1.38"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"node_modules/@pandi-coding-agent/pandi-docs": {
|
|
886
|
+
"version": "0.1.3",
|
|
887
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-docs/-/pandi-docs-0.1.3.tgz",
|
|
888
|
+
"integrity": "sha512-Yt/IGO4s93CbsGFUvXsJuOTI2JiwQebrwku5BuEoJ4vjh9EMOhFeebLBbZMuGKkkaXISdQxLBov90KiUY8B0DA==",
|
|
889
|
+
"license": "MIT",
|
|
890
|
+
"dependencies": {
|
|
891
|
+
"highlight.js": "^11.11.1",
|
|
892
|
+
"marked": "^18.0.5"
|
|
893
|
+
},
|
|
894
|
+
"peerDependencies": {
|
|
895
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
896
|
+
"typebox": "^1.1.38"
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"node_modules/@pandi-coding-agent/pandi-docs/node_modules/highlight.js": {
|
|
900
|
+
"version": "11.11.1",
|
|
901
|
+
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
|
|
902
|
+
"integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
|
|
903
|
+
"license": "BSD-3-Clause",
|
|
904
|
+
"engines": {
|
|
905
|
+
"node": ">=12.0.0"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"node_modules/@pandi-coding-agent/pandi-doctor": {
|
|
909
|
+
"version": "0.2.4",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-doctor/-/pandi-doctor-0.2.4.tgz",
|
|
911
|
+
"integrity": "sha512-ZcnmYGi7JXs3e2azHqdDd0Q1/mFnLbY+bghJ3ozJD4j8LyoawgEMUdQAQ7Iv+Xyc6LQAaTQNG5mVBs6jcLw0qA==",
|
|
912
|
+
"license": "MIT",
|
|
913
|
+
"peerDependencies": {
|
|
914
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"node_modules/@pandi-coding-agent/pandi-dynamic-workflows": {
|
|
918
|
+
"version": "0.4.0",
|
|
919
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-dynamic-workflows/-/pandi-dynamic-workflows-0.4.0.tgz",
|
|
920
|
+
"integrity": "sha512-oRmkmBziccvq5yCBviiKBnZddYJ055crvAJ6oZVBhf5fOpzP1+KOamxIBA+uT3XxIT2eRd1k1l0bB/Mp60QdZg==",
|
|
921
|
+
"license": "MIT",
|
|
922
|
+
"dependencies": {
|
|
923
|
+
"marked": "^18.0.5",
|
|
924
|
+
"sanitize-html": "^2.17.5"
|
|
925
|
+
},
|
|
926
|
+
"peerDependencies": {
|
|
927
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
928
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
929
|
+
"@earendil-works/pi-tui": "^0.80.3",
|
|
930
|
+
"typebox": "^1.1.38"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"node_modules/@pandi-coding-agent/pandi-effort": {
|
|
934
|
+
"version": "0.1.4",
|
|
935
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-effort/-/pandi-effort-0.1.4.tgz",
|
|
936
|
+
"integrity": "sha512-zEqsOdctMfuR7NJBzDAqIY2G6XTcHlIQcZeCWRwNoI4MKmlHXjXzpDGIpiiYmmjbMNhiTBTRrvA0YtZ8YTCN/Q==",
|
|
937
|
+
"license": "MIT",
|
|
938
|
+
"peerDependencies": {
|
|
939
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"node_modules/@pandi-coding-agent/pandi-exit": {
|
|
943
|
+
"version": "0.1.5",
|
|
944
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-exit/-/pandi-exit-0.1.5.tgz",
|
|
945
|
+
"integrity": "sha512-A/0ejQFHfsWWszkcXPUIxIInj3XQr2ss4IgPKikPTFRaR88KeOQQG5+4hJcPnett4ZqLFcxWdi23VqhYpfL0Ag==",
|
|
946
|
+
"license": "MIT",
|
|
947
|
+
"peerDependencies": {
|
|
948
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"node_modules/@pandi-coding-agent/pandi-goal": {
|
|
952
|
+
"version": "0.2.5",
|
|
953
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-goal/-/pandi-goal-0.2.5.tgz",
|
|
954
|
+
"integrity": "sha512-WKpqTFDCOUCAueT8iabd9kf9xd9HSjjdOdBuoqQvMR8SMGnXIPu2ZlbEym7xXdcAR8Mij9bdBHSFqic+vd1BJg==",
|
|
955
|
+
"license": "MIT",
|
|
956
|
+
"peerDependencies": {
|
|
957
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
958
|
+
"typebox": "^1.1.38"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"node_modules/@pandi-coding-agent/pandi-improve-prompt": {
|
|
962
|
+
"version": "0.1.1",
|
|
963
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-improve-prompt/-/pandi-improve-prompt-0.1.1.tgz",
|
|
964
|
+
"integrity": "sha512-5nwLoBiHLJs511wonAxN9sqwznues0wNYOKXtH1KcQmYKriXccdfJYHvZVvWup+L17NVV5lcxfwt6NRUlrHPtQ==",
|
|
965
|
+
"license": "MIT",
|
|
966
|
+
"peerDependencies": {
|
|
967
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
968
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
969
|
+
"@earendil-works/pi-tui": "^0.80.3"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
"node_modules/@pandi-coding-agent/pandi-local-memory": {
|
|
973
|
+
"version": "0.2.3",
|
|
974
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-local-memory/-/pandi-local-memory-0.2.3.tgz",
|
|
975
|
+
"integrity": "sha512-948Kj5gTnB+VW39TklkNlGEri2paeD77kQ5nbnizRlwE//Ce5ve2ESE1LIG918290j1IRL3DEEC1G/FuGP8lCQ==",
|
|
976
|
+
"license": "MIT",
|
|
977
|
+
"peerDependencies": {
|
|
978
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
979
|
+
"typebox": "^1.1.38"
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"node_modules/@pandi-coding-agent/pandi-loop": {
|
|
983
|
+
"version": "0.2.4",
|
|
984
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-loop/-/pandi-loop-0.2.4.tgz",
|
|
985
|
+
"integrity": "sha512-y7qlqGneLGzVnf0He/iMYbjr9w3v2ISg8NuJfq1GsyS2lg18JkuzUg46gkl7BZqvuw9uHzwh/WXNmKJzkAJiVw==",
|
|
986
|
+
"license": "MIT",
|
|
987
|
+
"peerDependencies": {
|
|
988
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
989
|
+
"typebox": "^1.1.38"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"node_modules/@pandi-coding-agent/pandi-mdview": {
|
|
993
|
+
"version": "0.1.4",
|
|
994
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-mdview/-/pandi-mdview-0.1.4.tgz",
|
|
995
|
+
"integrity": "sha512-6XaMRdtD1LQgZu2RR95G3VWJ53ybPD5vReXsLSqsN0KUmMzej60NuzijVBfczUp3wDkz27IjAIcDudTMAgaI0w==",
|
|
996
|
+
"license": "MIT",
|
|
997
|
+
"peerDependencies": {
|
|
998
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
999
|
+
"@earendil-works/pi-tui": "^0.80.3"
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
"node_modules/@pandi-coding-agent/pandi-plan": {
|
|
1003
|
+
"version": "0.1.5",
|
|
1004
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-plan/-/pandi-plan-0.1.5.tgz",
|
|
1005
|
+
"integrity": "sha512-M3m4BYNP90M2mOZEF68IYDVdegoUeoTdVYv35Lovk4L0SIldjzCfxQ7jrrmrJh+W8LmGzlmbA43boUunEhMDkA==",
|
|
1006
|
+
"license": "MIT",
|
|
1007
|
+
"dependencies": {
|
|
1008
|
+
"@pandi-coding-agent/pandi-docs": "0.1.3"
|
|
1009
|
+
},
|
|
1010
|
+
"peerDependencies": {
|
|
1011
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
1012
|
+
"@earendil-works/pi-tui": "^0.80.3",
|
|
1013
|
+
"typebox": "^1.1.38"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"node_modules/@pandi-coding-agent/pandi-rename": {
|
|
1017
|
+
"version": "0.3.4",
|
|
1018
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-rename/-/pandi-rename-0.3.4.tgz",
|
|
1019
|
+
"integrity": "sha512-phj+u5H4PydsndNqIgw6EfVs5+Wc7EwzwkQFb0qwkaqxhYGAC/KKl3D8oX8+i6ewVQwy3v1gd7c9meiEwLrVdA==",
|
|
1020
|
+
"license": "MIT",
|
|
1021
|
+
"peerDependencies": {
|
|
1022
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"node_modules/@pandi-coding-agent/pandi-theme": {
|
|
1026
|
+
"version": "0.1.5",
|
|
1027
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-theme/-/pandi-theme-0.1.5.tgz",
|
|
1028
|
+
"integrity": "sha512-fhH76qmHP0+LROgcd/6c536Gbl0c7YWGPQCKitMssS2qzssu7iG+gPVyM3+WEWnftLS3MKeDDxWGncbDNg+DSQ==",
|
|
1029
|
+
"license": "MIT",
|
|
1030
|
+
"peerDependencies": {
|
|
1031
|
+
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"node_modules/@pandi-coding-agent/pandi-typescript-lsp": {
|
|
1035
|
+
"version": "0.1.5",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-typescript-lsp/-/pandi-typescript-lsp-0.1.5.tgz",
|
|
1037
|
+
"integrity": "sha512-TiihKfsWr+LTBGFyvm/rOUnsYFeoqc3zX22R6pAg/Z/92k+5DLdaJQaUEVzgixg9tUuuIVz1oCbLMG9zm+9ovQ==",
|
|
1038
|
+
"license": "MIT",
|
|
1039
|
+
"peerDependencies": {
|
|
1040
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
1041
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
1042
|
+
"typebox": "^1.1.38"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"node_modules/@pandi-coding-agent/pandi-worktree": {
|
|
1046
|
+
"version": "0.2.3",
|
|
1047
|
+
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-worktree/-/pandi-worktree-0.2.3.tgz",
|
|
1048
|
+
"integrity": "sha512-H7aPt0mJ9qXplEchu36nlDGjduQh6YOch5BHBLa6x3nlq5N9FE8vpZVr88DLeTe+NAqXqexUelMlqHfiKTPAwA==",
|
|
1049
|
+
"license": "MIT",
|
|
1050
|
+
"peerDependencies": {
|
|
1051
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
1052
|
+
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
1053
|
+
"typebox": "^1.1.38"
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
816
1056
|
"node_modules/@protobufjs/aspromise": {
|
|
817
1057
|
"version": "1.1.2",
|
|
818
1058
|
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
@@ -2081,235 +2321,6 @@
|
|
|
2081
2321
|
"peerDependencies": {
|
|
2082
2322
|
"zod": "^3.25.28 || ^4"
|
|
2083
2323
|
}
|
|
2084
|
-
},
|
|
2085
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi": {
|
|
2086
|
-
"version": "0.1.4",
|
|
2087
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi/-/pandi-0.1.4.tgz",
|
|
2088
|
-
"integrity": "sha512-PLFRkuZLcMeplhxuuDN+TG/yBKWDtkV66L4e6XT/VM8cS6/5WpuWTp4GZiRcXvrGMFFCD8nnfhCdCBiqji8h4A==",
|
|
2089
|
-
"license": "MIT",
|
|
2090
|
-
"peerDependencies": {
|
|
2091
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2092
|
-
}
|
|
2093
|
-
},
|
|
2094
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-ask": {
|
|
2095
|
-
"version": "0.1.3",
|
|
2096
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-ask/-/pandi-ask-0.1.3.tgz",
|
|
2097
|
-
"integrity": "sha512-fZkRM9q+TJ6J5SgKIlpuQHQXCf74bJ09RPJ3EQdo1gV3upuhx1LWaDziXZM64tam8G1ju58pOq1aV2cHFF0iUg==",
|
|
2098
|
-
"license": "MIT",
|
|
2099
|
-
"peerDependencies": {
|
|
2100
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2101
|
-
"typebox": "^1.1.38"
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-auto-compact": {
|
|
2105
|
-
"version": "0.2.2",
|
|
2106
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-auto-compact/-/pandi-auto-compact-0.2.2.tgz",
|
|
2107
|
-
"integrity": "sha512-H5QZk8IGeDF6cC43WW00NkjHbmLk5IaHiARLJSN+RZVW0f+roenTWf7+l1lVJrh4pbv+GVBV8Y8xGSMh5luhxA==",
|
|
2108
|
-
"license": "MIT",
|
|
2109
|
-
"peerDependencies": {
|
|
2110
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-bg": {
|
|
2114
|
-
"version": "0.1.4",
|
|
2115
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-bg/-/pandi-bg-0.1.4.tgz",
|
|
2116
|
-
"integrity": "sha512-Fx8ZRiHp1s6mjmJ6zuRqLymBxtFvHaedOqr4kigkSb2xI8JINm4Q4axTL96Lc4KsDelKY8rCDOAD/iIBTTnXHA==",
|
|
2117
|
-
"license": "MIT",
|
|
2118
|
-
"peerDependencies": {
|
|
2119
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2120
|
-
}
|
|
2121
|
-
},
|
|
2122
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-btw": {
|
|
2123
|
-
"version": "0.1.3",
|
|
2124
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-btw/-/pandi-btw-0.1.3.tgz",
|
|
2125
|
-
"integrity": "sha512-GT6U46wEi6MLI1jKXBihRWrObcKf7kqsUGyiAvfj9Ysn0aPTZl/UDCRzuABh7ELksywc9SOgcT4RifwPjYNl7g==",
|
|
2126
|
-
"license": "MIT",
|
|
2127
|
-
"peerDependencies": {
|
|
2128
|
-
"@earendil-works/pi-ai": "^0.80.3",
|
|
2129
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2130
|
-
"@earendil-works/pi-tui": "^0.80.3"
|
|
2131
|
-
}
|
|
2132
|
-
},
|
|
2133
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-clear": {
|
|
2134
|
-
"version": "0.1.3",
|
|
2135
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-clear/-/pandi-clear-0.1.3.tgz",
|
|
2136
|
-
"integrity": "sha512-11EPQ+zZn2FglbaRleDftKAcGGRh30IpZK/qaDFGKprQjFniQWPH5E7QEURx0mvRG6zHmS43EwcO1BiCx2Lm+w==",
|
|
2137
|
-
"license": "MIT",
|
|
2138
|
-
"peerDependencies": {
|
|
2139
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-container": {
|
|
2143
|
-
"version": "0.2.2",
|
|
2144
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-container/-/pandi-container-0.2.2.tgz",
|
|
2145
|
-
"integrity": "sha512-g0PrGIgbVYwQRVy2UuqYxf9Q/YD8E4B5FpVMYLUs9SeazgMLXIV5mY4Wa2h0IoxgqQ/yBkytp3WR7uIQZ0V6MQ==",
|
|
2146
|
-
"license": "MIT",
|
|
2147
|
-
"peerDependencies": {
|
|
2148
|
-
"@earendil-works/pi-ai": "^0.80.3",
|
|
2149
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2150
|
-
"typebox": "^1.1.38"
|
|
2151
|
-
}
|
|
2152
|
-
},
|
|
2153
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-docs": {
|
|
2154
|
-
"version": "0.1.2",
|
|
2155
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-docs/-/pandi-docs-0.1.2.tgz",
|
|
2156
|
-
"integrity": "sha512-wQdf2mcZHSbWDAI6jWTkxKI7ErZhUAMiqTvdTYOznRbx1ra0QTlK7DU6+Z2LPOIWM0mTUb28Rs9WmnuO1ItLJg==",
|
|
2157
|
-
"license": "MIT",
|
|
2158
|
-
"dependencies": {
|
|
2159
|
-
"marked": "^18.0.5"
|
|
2160
|
-
},
|
|
2161
|
-
"peerDependencies": {
|
|
2162
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2163
|
-
"typebox": "^1.1.38"
|
|
2164
|
-
}
|
|
2165
|
-
},
|
|
2166
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-doctor": {
|
|
2167
|
-
"version": "0.2.3",
|
|
2168
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-doctor/-/pandi-doctor-0.2.3.tgz",
|
|
2169
|
-
"integrity": "sha512-7xqIIjl9LdcMKTzin459wJJxwTViGM8hltJJ8sEgPjxvz23xLvswn7ma0HFlJBjALj5QjmXj4tWzwWYIaUBMhQ==",
|
|
2170
|
-
"license": "MIT",
|
|
2171
|
-
"peerDependencies": {
|
|
2172
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2173
|
-
}
|
|
2174
|
-
},
|
|
2175
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-dynamic-workflows": {
|
|
2176
|
-
"version": "0.3.4",
|
|
2177
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-dynamic-workflows/-/pandi-dynamic-workflows-0.3.4.tgz",
|
|
2178
|
-
"integrity": "sha512-yZ6Lv4yQ1Mji79AecVib0FudIlRi2BCqeNRMc+qRY83LutVVOdGOHhnTnjxGwvtJsxbtxDQqDFrWiRpfCa+1rQ==",
|
|
2179
|
-
"license": "MIT",
|
|
2180
|
-
"dependencies": {
|
|
2181
|
-
"marked": "^18.0.5",
|
|
2182
|
-
"sanitize-html": "^2.17.5"
|
|
2183
|
-
},
|
|
2184
|
-
"peerDependencies": {
|
|
2185
|
-
"@earendil-works/pi-ai": "^0.80.3",
|
|
2186
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2187
|
-
"@earendil-works/pi-tui": "^0.80.3",
|
|
2188
|
-
"typebox": "^1.1.38"
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-effort": {
|
|
2192
|
-
"version": "0.1.3",
|
|
2193
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-effort/-/pandi-effort-0.1.3.tgz",
|
|
2194
|
-
"integrity": "sha512-d754erzvrL67Nvqlgt9LRJm95VAw0pNprTusVlkqjL7PaDz52l5et0nceOyPGuv9gmccOaK9Cle/fjsOlSSs8A==",
|
|
2195
|
-
"license": "MIT",
|
|
2196
|
-
"peerDependencies": {
|
|
2197
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-exit": {
|
|
2201
|
-
"version": "0.1.4",
|
|
2202
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-exit/-/pandi-exit-0.1.4.tgz",
|
|
2203
|
-
"integrity": "sha512-CudPNV8n2yrW5oKL/Qr3Gi5sSWvZA+DV+leWfSuNMpjQt2w4BbxHnyBXCVzTa8Au9o5S0JGgKrHEgpvz/s3Pkg==",
|
|
2204
|
-
"license": "MIT",
|
|
2205
|
-
"peerDependencies": {
|
|
2206
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-goal": {
|
|
2210
|
-
"version": "0.2.4",
|
|
2211
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-goal/-/pandi-goal-0.2.4.tgz",
|
|
2212
|
-
"integrity": "sha512-AMi0bz3GjV8K4X0S29OdUod7o8RBmMLSL+VbmxxmB2D/6cUMCYb4Jc9Chirs1Bijrh8NhDiF/aF5dBS6SSggNA==",
|
|
2213
|
-
"license": "MIT",
|
|
2214
|
-
"peerDependencies": {
|
|
2215
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2216
|
-
"typebox": "^1.1.38"
|
|
2217
|
-
}
|
|
2218
|
-
},
|
|
2219
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-improve-prompt": {
|
|
2220
|
-
"version": "0.1.0",
|
|
2221
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-improve-prompt/-/pandi-improve-prompt-0.1.0.tgz",
|
|
2222
|
-
"integrity": "sha512-KLyn4iNvgDKpSpSfVCycve1XMyZjZdgIiEeuVns+U5vpnmGMkVZDoTOHUelYrd/BDm4KQL8A0glXedky4Fc0XA==",
|
|
2223
|
-
"license": "MIT",
|
|
2224
|
-
"peerDependencies": {
|
|
2225
|
-
"@earendil-works/pi-ai": "^0.80.3",
|
|
2226
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2227
|
-
"@earendil-works/pi-tui": "^0.80.3"
|
|
2228
|
-
}
|
|
2229
|
-
},
|
|
2230
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-local-memory": {
|
|
2231
|
-
"version": "0.2.2",
|
|
2232
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-local-memory/-/pandi-local-memory-0.2.2.tgz",
|
|
2233
|
-
"integrity": "sha512-/d83W4gqcNPLTxyvD21GW6i/EWbQ7FMnTp5Hq9Z4s3FuyeOkujMxI88GGjsDzMCZKTmM+1/4xaRldyvu1yI9nw==",
|
|
2234
|
-
"license": "MIT",
|
|
2235
|
-
"peerDependencies": {
|
|
2236
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2237
|
-
"typebox": "^1.1.38"
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-loop": {
|
|
2241
|
-
"version": "0.2.3",
|
|
2242
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-loop/-/pandi-loop-0.2.3.tgz",
|
|
2243
|
-
"integrity": "sha512-OHgqiGQ9Q3ZsKLyNNZrt6Y/GoTUZE4g1Afj6zWqVyO67EVKIaBDz6CJYEStBB601hOa0ehZA1IfZOeG1OYr5wQ==",
|
|
2244
|
-
"license": "MIT",
|
|
2245
|
-
"peerDependencies": {
|
|
2246
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2247
|
-
"typebox": "^1.1.38"
|
|
2248
|
-
}
|
|
2249
|
-
},
|
|
2250
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-mdview": {
|
|
2251
|
-
"version": "0.1.3",
|
|
2252
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-mdview/-/pandi-mdview-0.1.3.tgz",
|
|
2253
|
-
"integrity": "sha512-A6vx1FYzzZPoSNqbxLtX2P2biCF7jCLVrFGR6sYNk4LtKg81UnGIyAI539HnrgsL/An7cRUVpSFS7bWPKj+J6A==",
|
|
2254
|
-
"license": "MIT",
|
|
2255
|
-
"peerDependencies": {
|
|
2256
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2257
|
-
"@earendil-works/pi-tui": "^0.80.3"
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-plan": {
|
|
2261
|
-
"version": "0.1.4",
|
|
2262
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-plan/-/pandi-plan-0.1.4.tgz",
|
|
2263
|
-
"integrity": "sha512-qVDRY6Hcqcjy20stBwggVgKO4Glhf1dKnbN16KfWglCqRbgb1jt3T359VxRj/uvLBkhApwyRfR00pqXWFGicqQ==",
|
|
2264
|
-
"license": "MIT",
|
|
2265
|
-
"dependencies": {
|
|
2266
|
-
"@pandi-coding-agent/pandi-docs": "0.1.2"
|
|
2267
|
-
},
|
|
2268
|
-
"peerDependencies": {
|
|
2269
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2270
|
-
"@earendil-works/pi-tui": "^0.80.3",
|
|
2271
|
-
"typebox": "^1.1.38"
|
|
2272
|
-
}
|
|
2273
|
-
},
|
|
2274
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-rename": {
|
|
2275
|
-
"version": "0.3.3",
|
|
2276
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-rename/-/pandi-rename-0.3.3.tgz",
|
|
2277
|
-
"integrity": "sha512-l91xQjTgTWfljnye1EJj0os9L7A329jBRloMkI2cszUDssgeCgEZfXyqyWXmjMvdCPri7L3rEoMhvZ+zq2z6EQ==",
|
|
2278
|
-
"license": "MIT",
|
|
2279
|
-
"peerDependencies": {
|
|
2280
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-theme": {
|
|
2284
|
-
"version": "0.1.4",
|
|
2285
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-theme/-/pandi-theme-0.1.4.tgz",
|
|
2286
|
-
"integrity": "sha512-I+YH/hT16lRLhmC5txdfWWx0kuF22gYe6E1SQMNcBHigEHtgIrRkG+VFl/oFVSM3hwCZuk3bXTvAgWGLLxoy7A==",
|
|
2287
|
-
"license": "MIT",
|
|
2288
|
-
"peerDependencies": {
|
|
2289
|
-
"@earendil-works/pi-coding-agent": "^0.80.3"
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-typescript-lsp": {
|
|
2293
|
-
"version": "0.1.4",
|
|
2294
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-typescript-lsp/-/pandi-typescript-lsp-0.1.4.tgz",
|
|
2295
|
-
"integrity": "sha512-nhJzvz97d37SmMFYEBry/Rmi/8kmL6/65qa3z+2G8MGBYslKZvLWlkNolNFJZIg1hBfyVWhW7cOrE07RU5N8QQ==",
|
|
2296
|
-
"license": "MIT",
|
|
2297
|
-
"peerDependencies": {
|
|
2298
|
-
"@earendil-works/pi-ai": "^0.80.3",
|
|
2299
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2300
|
-
"typebox": "^1.1.38"
|
|
2301
|
-
}
|
|
2302
|
-
},
|
|
2303
|
-
"packages/coding-agent/node_modules/@pandi-coding-agent/pandi-worktree": {
|
|
2304
|
-
"version": "0.2.2",
|
|
2305
|
-
"resolved": "https://registry.npmjs.org/@pandi-coding-agent/pandi-worktree/-/pandi-worktree-0.2.2.tgz",
|
|
2306
|
-
"integrity": "sha512-ekHsVcmLDKzXLOJpQLn2qA0RpJUguY3ytXKgJtqqcH0I7V2+A1HooCzsAWNZfTLYHcUfL7o6HCGazx1110UqJw==",
|
|
2307
|
-
"license": "MIT",
|
|
2308
|
-
"peerDependencies": {
|
|
2309
|
-
"@earendil-works/pi-ai": "^0.80.3",
|
|
2310
|
-
"@earendil-works/pi-coding-agent": "^0.80.3",
|
|
2311
|
-
"typebox": "^1.1.38"
|
|
2312
|
-
}
|
|
2313
2324
|
}
|
|
2314
2325
|
}
|
|
2315
2326
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandi-coding-agent/pi-cante",
|
|
3
|
-
"version": "0.80.3-cante.
|
|
3
|
+
"version": "0.80.3-cante.7",
|
|
4
4
|
"description": "pi-cante: a pi coding agent distribution bundling the pandi extension pack",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"piConfig": {
|
|
@@ -43,28 +43,28 @@
|
|
|
43
43
|
"@earendil-works/pi-agent-core": "^0.80.3",
|
|
44
44
|
"@earendil-works/pi-ai": "^0.80.3",
|
|
45
45
|
"@earendil-works/pi-tui": "^0.80.3",
|
|
46
|
-
"@pandi-coding-agent/pandi": "0.1.
|
|
47
|
-
"@pandi-coding-agent/pandi-ask": "0.1.
|
|
48
|
-
"@pandi-coding-agent/pandi-auto-compact": "0.2.
|
|
49
|
-
"@pandi-coding-agent/pandi-bg": "0.1.
|
|
50
|
-
"@pandi-coding-agent/pandi-btw": "0.1.
|
|
51
|
-
"@pandi-coding-agent/pandi-clear": "0.1.
|
|
52
|
-
"@pandi-coding-agent/pandi-container": "0.2.
|
|
53
|
-
"@pandi-coding-agent/pandi-docs": "0.1.
|
|
54
|
-
"@pandi-coding-agent/pandi-doctor": "0.2.
|
|
55
|
-
"@pandi-coding-agent/pandi-dynamic-workflows": "0.
|
|
56
|
-
"@pandi-coding-agent/pandi-effort": "0.1.
|
|
57
|
-
"@pandi-coding-agent/pandi-exit": "0.1.
|
|
58
|
-
"@pandi-coding-agent/pandi-goal": "0.2.
|
|
59
|
-
"@pandi-coding-agent/pandi-improve-prompt": "0.1.
|
|
60
|
-
"@pandi-coding-agent/pandi-local-memory": "0.2.
|
|
61
|
-
"@pandi-coding-agent/pandi-loop": "0.2.
|
|
62
|
-
"@pandi-coding-agent/pandi-mdview": "0.1.
|
|
63
|
-
"@pandi-coding-agent/pandi-plan": "0.1.
|
|
64
|
-
"@pandi-coding-agent/pandi-rename": "0.3.
|
|
65
|
-
"@pandi-coding-agent/pandi-theme": "0.1.
|
|
66
|
-
"@pandi-coding-agent/pandi-typescript-lsp": "0.1.
|
|
67
|
-
"@pandi-coding-agent/pandi-worktree": "0.2.
|
|
46
|
+
"@pandi-coding-agent/pandi": "0.1.5",
|
|
47
|
+
"@pandi-coding-agent/pandi-ask": "0.1.4",
|
|
48
|
+
"@pandi-coding-agent/pandi-auto-compact": "0.2.3",
|
|
49
|
+
"@pandi-coding-agent/pandi-bg": "0.1.5",
|
|
50
|
+
"@pandi-coding-agent/pandi-btw": "0.1.4",
|
|
51
|
+
"@pandi-coding-agent/pandi-clear": "0.1.4",
|
|
52
|
+
"@pandi-coding-agent/pandi-container": "0.2.3",
|
|
53
|
+
"@pandi-coding-agent/pandi-docs": "0.1.3",
|
|
54
|
+
"@pandi-coding-agent/pandi-doctor": "0.2.4",
|
|
55
|
+
"@pandi-coding-agent/pandi-dynamic-workflows": "0.4.0",
|
|
56
|
+
"@pandi-coding-agent/pandi-effort": "0.1.4",
|
|
57
|
+
"@pandi-coding-agent/pandi-exit": "0.1.5",
|
|
58
|
+
"@pandi-coding-agent/pandi-goal": "0.2.5",
|
|
59
|
+
"@pandi-coding-agent/pandi-improve-prompt": "0.1.1",
|
|
60
|
+
"@pandi-coding-agent/pandi-local-memory": "0.2.3",
|
|
61
|
+
"@pandi-coding-agent/pandi-loop": "0.2.4",
|
|
62
|
+
"@pandi-coding-agent/pandi-mdview": "0.1.4",
|
|
63
|
+
"@pandi-coding-agent/pandi-plan": "0.1.5",
|
|
64
|
+
"@pandi-coding-agent/pandi-rename": "0.3.4",
|
|
65
|
+
"@pandi-coding-agent/pandi-theme": "0.1.5",
|
|
66
|
+
"@pandi-coding-agent/pandi-typescript-lsp": "0.1.5",
|
|
67
|
+
"@pandi-coding-agent/pandi-worktree": "0.2.3",
|
|
68
68
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
69
69
|
"chalk": "5.6.2",
|
|
70
70
|
"cross-spawn": "7.0.6",
|