gm-qwen 2.0.818 → 2.0.820
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
|
+
8187bb9a9b56fc26cb62f5185753008fdfc7c107a54130d0aa28aa2f846c0001 plugkit-win32-x64.exe
|
|
2
|
+
f69f4284c43e30baa1ade655456ed7c8fc5c65c966ef410531ebf932865e3940 plugkit-win32-arm64.exe
|
|
3
|
+
d495e7f0601e27ecda4a847e8a87d8c34705e28cc383a53bf816da00042ab261 plugkit-darwin-x64
|
|
4
|
+
343dfc08adf9232f8ea055056a54bc6589c43bbdbac6501ad0f1abcc4703b470 plugkit-darwin-arm64
|
|
5
|
+
ecf205f2dc913b63529d8c54dfef06b11d323bbe02d35fc735850dce81b4fd56 plugkit-linux-x64
|
|
6
|
+
be494ef8fe9454a088c1748712606cc2127e154156a8ecaac9d9da51b0de639d plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.268
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
60f3fc2d08ea765612e8aa21b0364d48b57e880475d8ca8ecbc85c4f4c940287 rtk-win32-x64.exe
|
|
2
|
+
b97c404e3353653d15ca4c8f48ae84a707f60003bdac1d5f75c7aeee1b09dcfc 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.820",
|
|
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.268"
|
|
27
27
|
}
|