gm-qwen 2.0.798 → 2.0.800
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 +6 -0
- package/bin/rtk.version +1 -0
- 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
|
+
142fd0fd408b9eee594c407b7cb7ca028a56f5973d1f5a7ae0a23d53777c50e7 plugkit-win32-x64.exe
|
|
2
|
+
250fd4917801bd6e269dfb0b936bc42048738dbf6cf2d8e2121f959ac84d33e3 plugkit-win32-arm64.exe
|
|
3
|
+
566e01efb8663828fed8e66c03015011ea0f715e36be0cd407bd029c104ad369 plugkit-darwin-x64
|
|
4
|
+
a5c516bd6a1be23cc0dc8e7f5d8c16c5a80930fcc1040c56fd85a7063c550a86 plugkit-darwin-arm64
|
|
5
|
+
1a9697bfca3a07614da5080828c26268905a84e7fe09003d5fc738f18cbe10bd plugkit-linux-x64
|
|
6
|
+
c6a3bff26e9d039c1abba8ab2218d22b25195e8f5efd55023fd8bb5e8516d0e8 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.259
|
package/bin/rtk.sha256
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
986bf1dac917fd8e6ee5b14b2686aff49e26341923b45d77187dc4e6bf993d6c rtk-win32-x64.exe
|
|
2
|
+
3bdb09ac8553288eb3a8df3a4514db906217f9dd29acfcb4cdc22d95ea08ec10 rtk-win32-arm64.exe
|
|
3
|
+
e89fdf402c28796b510587a8b0fe046438b5b24d49533d1a2339a48aecae35e9 rtk-darwin-x64
|
|
4
|
+
2b203fd380f5782b5489eb016e34e3dbf848272a7fadf36b39bce6cfd9a3005c rtk-darwin-arm64
|
|
5
|
+
0da9950b859c7a2693aaf6c169f05f9b8965508ba1f23f1547e63d5fa988749e rtk-linux-x64
|
|
6
|
+
690b82a0f1aecb0f8baef8653f9e8bcf4d5aa60217198edce2d7e5b40f4fa29f rtk-linux-arm64
|
package/bin/rtk.version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.38.0
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.800",
|
|
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.259"
|
|
27
27
|
}
|