gm-qwen 2.0.827 → 2.0.829
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
|
+
3b0457809989d0d1d6be59efb95609a9372b590cce691d3a82deb9afcd65e1b7 plugkit-win32-x64.exe
|
|
2
|
+
2e46e0d7263843fe7d0bfc3b4361bb689925325c2565fe03e95d495c96a7a76c plugkit-win32-arm64.exe
|
|
3
|
+
e46fef82067ab7daa68147356b5a51ec1717631b42182e3004756681dafef08f plugkit-darwin-x64
|
|
4
|
+
e29f989be3e2bea017c8deac5bf347b39c103e570d06f1431735ef302e17edd2 plugkit-darwin-arm64
|
|
5
|
+
acfacc68390c1590833fa3c6077cea2d5fc0c6783292ee37f146e217f751920e plugkit-linux-x64
|
|
6
|
+
afd2cbef886fc5af3f592779f613862b48ad9f8e7a0d9d2ad56caa2f1c1014f7 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.273
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
1dc8f860405319787eb1817ed532f3ac7d93d3b329282652ac096d0b43096fea rtk-win32-x64.exe
|
|
2
|
+
a59e5d9df6a48090653c64388c32a0f979ccef92582b239588f1f4e559539162 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.829",
|
|
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.273"
|
|
27
27
|
}
|