gm-qwen 2.0.818 → 2.0.819
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
|
+
b61e578be59ff8d9172ba049f9956115c7d1eabac60ecc19739a850bb5445b5d plugkit-win32-x64.exe
|
|
2
|
+
3658adedb9b400a9de9bc689d734d4727c70b3857d21cb6a5df2b55487f606af plugkit-win32-arm64.exe
|
|
3
|
+
bc1546586a0a3d6c9c9026bc06e6113dd081d2282ab793490bde85660ade7443 plugkit-darwin-x64
|
|
4
|
+
cc1f4a4a9c6f1a3da30c3ffdf1a89d5afc53a2c41659f5602e9d8e72874b12e6 plugkit-darwin-arm64
|
|
5
|
+
1a2eaf42f4b673fda62b1a474c1e2ab1492f70b8b28a2f5bc5c856cb4fa68a39 plugkit-linux-x64
|
|
6
|
+
ae67d04e9748843ee2c20f53f0796fa79b98cae67279e346e6927350cb07300d plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.267
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
831e71fb71539ba3a3144ecc37f2af23f2b8cea4247b84ecbe7b4e55f2192e7f rtk-win32-x64.exe
|
|
2
|
+
c1c06fe848542b6a146c969ecacd46ef654ea9888c95bc98f6b3a2483c799850 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.819",
|
|
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.267"
|
|
27
27
|
}
|