gm-qwen 2.0.803 → 2.0.805
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
|
+
15ddd3cf498e2467d1fa43ba1cc4bdfca6436fcf3f7be05b985c77d0ba7fb7eb plugkit-win32-x64.exe
|
|
2
|
+
b9607d3fa2e4352c83247fe975936bd9bf8c2a76e821713f2c9b0f5dc94be8fe plugkit-win32-arm64.exe
|
|
3
|
+
a464976d79ba11aa27d9f658a2d53a15fe2f40a638e4a5e45be9e350f6e2f08c plugkit-darwin-x64
|
|
4
|
+
63e391879c9ea9115cf81bc9e5ee8ffdbe4500ed4538b81f3cc4d1a7527b33d0 plugkit-darwin-arm64
|
|
5
|
+
bb03040732205cf2ae319ca563497fea80aa4938088670fa452065b7861a2776 plugkit-linux-x64
|
|
6
|
+
0705e2263c40492c4a517e7bf2eed87a402362eb28218912e15f41ffcd359f3d plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.262
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
7f88846dacd3261a611effca8f945fc8f8889bd89d09bb7764f77c8866134ab4 rtk-win32-x64.exe
|
|
2
|
+
a76741bb898c170ae2b5fe1d49e9093da63803e6ecfede09f0e423542d896eae rtk-win32-arm64.exe
|
|
3
3
|
e89fdf402c28796b510587a8b0fe046438b5b24d49533d1a2339a48aecae35e9 rtk-darwin-x64
|
|
4
4
|
2b203fd380f5782b5489eb016e34e3dbf848272a7fadf36b39bce6cfd9a3005c rtk-darwin-arm64
|
|
5
5
|
0da9950b859c7a2693aaf6c169f05f9b8965508ba1f23f1547e63d5fa988749e 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.805",
|
|
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.262"
|
|
27
27
|
}
|