gm-qwen 2.0.1002 → 2.0.1004
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/bin/rtk.sha256 +2 -2
- 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
|
+
16e6db40c8c253d7e6e6130070f0c1bcc4ae9566b2a12f18214f2284d0a50ba1 plugkit-win32-x64.exe
|
|
2
|
+
cc876baabd7de371c494f8ba2b4d29f20974e31f65dcf1f8303c20e3753187ab plugkit-win32-arm64.exe
|
|
3
|
+
a8dbdb919381a80c1087cb4f3c7ed4fc61fc82a2b501cb55dc8a51caf97d5eab plugkit-darwin-x64
|
|
4
|
+
5df1ad1f15bbe90c40c8f8897e595812f30253f655a01865cfc1b4a86cd223a8 plugkit-darwin-arm64
|
|
5
|
+
5c695dc8a51617ad0dfb66c14a6f393de63e53725d637c056a1af891a0a42505 plugkit-linux-x64
|
|
6
|
+
089c39c517a095a050df5c27ab053ccf4045064557d9e484e2948f46e05e37ea plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.350
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
945cb97379ce6df270f31cb4a9ff8e27af8671b187929edcd6892770a13e8467 rtk-win32-x64.exe
|
|
2
|
+
7e848a986e8638ee005fe6f3b767eeca922d2fe09f5e28f024a729214e2266d6 rtk-win32-arm64.exe
|
|
3
3
|
1b1e792767ed0e1e6ca0e2f0a8de02e77b06dea2f5ae667278b94baf239fcdc3 rtk-darwin-x64
|
|
4
4
|
9717978d9d6216ea50c94444e00e359479b6315a17bd48c16064b267c8b0b60d rtk-darwin-arm64
|
|
5
5
|
a100d3defac54194144e5723aec57e6f286b42298c67145c8428815246c9ee56 rtk-linux-x64
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1004",
|
|
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.350"
|
|
27
27
|
}
|