gm-qwen 2.0.794 → 2.0.795
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
|
+
e418e70b28ab73aaf15ab3cdfb0c7e6ffd4419471da912d23eedb1720ccbc30b plugkit-win32-x64.exe
|
|
2
|
+
57f972a2fcb711093a2882b17113d8febabaed225b92b433e0b28ea2ce16f62f plugkit-win32-arm64.exe
|
|
3
|
+
a69a62c9ba6375ba0f205c6b08d68a3575dd8a95f7fed4f76eae2c6a5ee44efe plugkit-darwin-x64
|
|
4
|
+
561b4d3a962d8627e66bf1ebfcc122f274a06ca987584f2763853e06bbb61a35 plugkit-darwin-arm64
|
|
5
|
+
9df5110a1a983e1ac26c30dfc5a226493fc2f87cd5979aa441ee7e4fafa48e59 plugkit-linux-x64
|
|
6
|
+
d45b59e1a3144ed54d7f6e2fa3f3c4f8b6c8927c4f9d4ec7187a95ae973c6ae6 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.257
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.795",
|
|
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.257"
|
|
27
27
|
}
|