gm-qwen 2.0.739 → 2.0.741
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
|
+
0fde607c51914aa15b096b41a45b0dd234512f98e4466a5dd3d7849611d4535e plugkit-win32-x64.exe
|
|
2
|
+
b97b19937bd798b6e770752bf19eacdc079b15186c8f560e0c9e06f94747a2fb plugkit-win32-arm64.exe
|
|
3
|
+
b714170ba235f8ea3e8d028547393e0fcb101e30717ce440e6430f57f637206b plugkit-darwin-x64
|
|
4
|
+
7fff7447b6fa0b24fbf1be6af459045f6414f0cdd630a671f8bf9c78c3c06538 plugkit-darwin-arm64
|
|
5
|
+
a706309e3906b060f9e3cbd901b848acabbfeda3ba11b2fbf361d522117ea017 plugkit-linux-x64
|
|
6
|
+
e5cab2639fe78b2c25621221585a946e413a3bcae9eecd0b4bbdead06bb205d6 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.247
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.741",
|
|
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.247"
|
|
27
27
|
}
|