gm-qwen 2.0.991 → 2.0.992
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
|
+
85c02eb0adb8ba2a307e1e90bc2a463ed7df5c6c7689674b2417dffdbe9ae2e7 plugkit-win32-x64.exe
|
|
2
|
+
4b8cb78d036f69717b9cc42713744b62310eda8438238a22d1d0b38577fea564 plugkit-win32-arm64.exe
|
|
3
|
+
6b07db9be7843112fd3a7173e07500501b6fb92944535cf41cbe436ad1e207cf plugkit-darwin-x64
|
|
4
|
+
417f68e2d203c1a34e4c07843129cf62bacfe6f99da0cead1ae4c9d803a3df57 plugkit-darwin-arm64
|
|
5
|
+
a59e67bdf328b9df8087b96e9d32cf8496e2665557644680e10d4ef66da6cd1b plugkit-linux-x64
|
|
6
|
+
9e3b8c5d893bfeb7d2879eb05f6bd276dd5f13b45c4b8c6fdb6e8ea27c54acac plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.344
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
ad9f858bbfcf92c758bcc1c255446ea14c8dc541068baf802a72a6425d576739 rtk-win32-x64.exe
|
|
2
|
+
926f9ce6094f64cd4e6c2f1098083aa204fff4ded39056832fb9da49d96e8ed8 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.992",
|
|
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.344"
|
|
27
27
|
}
|