gm-qwen 2.0.869 → 2.0.871
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
|
+
6caec0034285d8d3bb7a7a3bb1e334024c3f4837fc866a63d5d1ca84ff2b8256 plugkit-win32-x64.exe
|
|
2
|
+
a8bacdd3cde47d8d3f659aea78fced54a4fe621841fe1fe0759e4dac0422a544 plugkit-win32-arm64.exe
|
|
3
|
+
94680be61537a68c6c48f72db3f02ee5e0feff7bb320ce13f752ba609b16564d plugkit-darwin-x64
|
|
4
|
+
a1fd96ab88919dc91e150847ea1d033f08b3b0add39052a1d38097aad8e52e38 plugkit-darwin-arm64
|
|
5
|
+
2b025f860453d2d6a3a03bc41b98bf134bd6ef434f58f81e717055830c43b548 plugkit-linux-x64
|
|
6
|
+
d9e2383629789506eba73dd1b80d3e51e3bd6450666f898fe2f7f13d869f18e5 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.290
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
caedbc9fa5da0502b0c6008392f55a1702bec1a83680db364d4c01edc845661d rtk-win32-x64.exe
|
|
2
|
+
8724f215d2761637a37c4340dcfe9e5628850668491be06fe78937b7caebf0d7 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.871",
|
|
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.290"
|
|
27
27
|
}
|