gm-qwen 2.0.736 → 2.0.738
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/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
|
+
7e58d1d04ee0e38662af5016f1629f1ca87404c938ea72cc800820121b784d42 plugkit-win32-x64.exe
|
|
2
|
+
fb9560ee66ab6a2a6814e11e32161c7de53687468c06d5f2397b8ba9abac363c plugkit-win32-arm64.exe
|
|
3
|
+
5f88da901fbbbcde3162b8f2f72e9a7fdd9f29838f1892bb53dc8295e4d9aa0f plugkit-darwin-x64
|
|
4
|
+
f7e94dca3dccbc231c26803b038098aeae2e00fa450e20996f60c314193ecda0 plugkit-darwin-arm64
|
|
5
|
+
003e3b595939e168f1c908d4b1097904ef9a9e8d0255ee62df38d7172b9acc62 plugkit-linux-x64
|
|
6
|
+
ac35272cfc97364bfbea1565f54f3de9e86855ce3eff0c4d5b501a31f69e2cad plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.246
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.738",
|
|
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.246"
|
|
27
27
|
}
|