gm-qwen 2.0.830 → 2.0.832
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
|
+
92cd4a8c45d247d6e77a75eb9db4128e792bd7c868287fa14b4fe2f20d60ecea plugkit-win32-x64.exe
|
|
2
|
+
37cebe8fe8041fbf9bc99c6ff6df92e9be1a846dce30df17be49f7aa36df6545 plugkit-win32-arm64.exe
|
|
3
|
+
30cd77b28f51c1a3f51f3901cbe97d5d23c0f7b335cd3dbb5bb6d3fb0cd80280 plugkit-darwin-x64
|
|
4
|
+
eae50e5b4d3916294400681d601545af148c2809e120cd6ec812ee96dcaffd83 plugkit-darwin-arm64
|
|
5
|
+
51a3afebcd981fe1c001ed20a02131f6a5d935f62b78386d1f0f2df0fc299f17 plugkit-linux-x64
|
|
6
|
+
2edebfbce4b8b379c20e309adb529a62d317ecd335e83f94c9d77e09af7ad113 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.274
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
dac434432490c395b631b61b301d798f2aa2a9b50a3feba282720afce021efa9 rtk-win32-x64.exe
|
|
2
|
+
a1be95d496a17f79a6b588bd5c6068c553747555b3be32e3363ea0e6ebb995e7 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.832",
|
|
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.274"
|
|
27
27
|
}
|