gm-qwen 2.0.996 → 2.0.997
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
|
+
62a6680d4e69bb5638401c6a49da384c724505ec81655bcf1472285c18ed36e1 plugkit-win32-x64.exe
|
|
2
|
+
d2207b2170f946528f8ecaf385a95e124cc068a9dff5d48f08ed62ae3fb212d3 plugkit-win32-arm64.exe
|
|
3
|
+
1746f2746091c654cfd56c82e165bb4a5002b8ea33847bf6a15acef82fafd003 plugkit-darwin-x64
|
|
4
|
+
b506f4ff3a1a9ab9a58ba4320980eb76b8b8582fb64d6b04f247d63716ff9e1c plugkit-darwin-arm64
|
|
5
|
+
9fcbd4cc768ef48a3979e1a53cbc2c3073925f540375a524d8047ae7aa2ee0cb plugkit-linux-x64
|
|
6
|
+
1bfc06f1cbe120b541885e2dc6a464418f81886a1c912339a4e2a0b1381ef4e6 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.346
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
a51569822980fa028e42d9737b5b2503586f71d86dce3f5810cd50141651d882 rtk-win32-x64.exe
|
|
2
|
+
655520131a484001eb2d02b3246b4dda8cb357dedbbb062f8b4c6dcffa6e4219 rtk-win32-arm64.exe
|
|
3
3
|
1b1e792767ed0e1e6ca0e2f0a8de02e77b06dea2f5ae667278b94baf239fcdc3 rtk-darwin-x64
|
|
4
4
|
9717978d9d6216ea50c94444e00e359479b6315a17bd48c16064b267c8b0b60d rtk-darwin-arm64
|
|
5
5
|
a100d3defac54194144e5723aec57e6f286b42298c67145c8428815246c9ee56 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.997",
|
|
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.346"
|
|
27
27
|
}
|