gm-qwen 2.0.763 → 2.0.764
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
|
+
8766565ead67f1df374223529bd8a44ac974b519aba0616e6fcf54ee23ae0a6e plugkit-win32-x64.exe
|
|
2
|
+
88112361b07dfe79608e44085edac8cbf039c2a7afaa20d5031917e43552556c plugkit-win32-arm64.exe
|
|
3
|
+
da14510a384a30dbb8c55189885d47f2b89fbcaeba6cbfb6ce55069b80e77256 plugkit-darwin-x64
|
|
4
|
+
03b3ec2c7ff1e376adccac6d2813ad40dc37aa4e8373b583c3eaac913b0edd31 plugkit-darwin-arm64
|
|
5
|
+
2493a8acf8c2df17eedbfa67ae90d58272dec2f916563eb50a1f3ce95afeedcf plugkit-linux-x64
|
|
6
|
+
4d5359df98b29c2ff3a58764cdcef835e0cb3df4933f58efcd9706aff118299b plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.253
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.764",
|
|
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.253"
|
|
27
27
|
}
|