gm-qwen 2.0.813 → 2.0.815
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/bin/plugkit.sha256 +6 -6
- package/bin/plugkit.version +1 -1
- package/bin/rtk.sha256 +2 -2
- package/gm.json +2 -2
- package/package.json +1 -1
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
ee95aaa013438c7c8e9a157da8b88050307bb65df333daa70a1027301365c9d0 plugkit-win32-x64.exe
|
|
2
|
+
4d845322c0c66b882eeda7837378b4c70124bbb93eda247cfe86a57775d069a6 plugkit-win32-arm64.exe
|
|
3
|
+
c79eea5fbc2584d76c97bda69a134cb37c2e815e774ff9e0c47b52dd3cb02202 plugkit-darwin-x64
|
|
4
|
+
af290170b95ea0986b2f7ba061d93b9845597aeb0d7cf601b0fe1b490cbaf06e plugkit-darwin-arm64
|
|
5
|
+
e29f087b4d340ed2d65cd3973f4aae39fe58a8115ed1bb7ebf477e616373be64 plugkit-linux-x64
|
|
6
|
+
d6e347f3304fded215dd21b0e3c223d83e57faad7b351979aa4a7283976ef4a8 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.266
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
a9a8c938a589729aac4cafe54ac3d206b825e49a4b918a85b5a6ebb1d7367b37 rtk-win32-x64.exe
|
|
2
|
+
76c0b2f352d989d4372d68553ac9a1cbb85cfc2ef7b680596bba2720e92c4059 rtk-win32-arm64.exe
|
|
3
3
|
e89fdf402c28796b510587a8b0fe046438b5b24d49533d1a2339a48aecae35e9 rtk-darwin-x64
|
|
4
4
|
2b203fd380f5782b5489eb016e34e3dbf848272a7fadf36b39bce6cfd9a3005c rtk-darwin-arm64
|
|
5
5
|
0da9950b859c7a2693aaf6c169f05f9b8965508ba1f23f1547e63d5fa988749e rtk-linux-x64
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.815",
|
|
4
4
|
"description": "State machine agent with hooks, skills, and automated git enforcement",
|
|
5
5
|
"author": "AnEntrypoint",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"plugkitVersion": "0.1.
|
|
26
|
+
"plugkitVersion": "0.1.266"
|
|
27
27
|
}
|