gm-qwen 2.0.751 → 2.0.753
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
|
+
337eac9e472c3a49e5a04521a6a623b1ccf14c0c47c723c3524e3612698d6591 plugkit-win32-x64.exe
|
|
2
|
+
5f7a64a2d8fa972ad4350e0fb4b9b8756d6a3bff8e0e0fe25e96903dc1da3b47 plugkit-win32-arm64.exe
|
|
3
|
+
2f9cd676778970e8e617de6bed921c220703df8f2314d257f867db1ed1281dd3 plugkit-darwin-x64
|
|
4
|
+
ce1d9f7d83f7a06785ca77e84cea8aaf95933e22d8679df75e11737f758e7be6 plugkit-darwin-arm64
|
|
5
|
+
28e6cb748948fb0ba836b8b63e6240a6f1e2dfb331414ded34d0d8d91ff8cc20 plugkit-linux-x64
|
|
6
|
+
b4a85011af17a7cdc62ef81c8b2ea8bafbe4d0ac2f06e28001b035953d6fe30f plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.250
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.753",
|
|
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.250"
|
|
27
27
|
}
|