gm-qwen 2.0.841 → 2.0.842
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
|
+
564b981291e19d152ae99a747c5ae69193fd5334a5970d5780f90e509d26b52a plugkit-win32-x64.exe
|
|
2
|
+
bee4e18af4ab840122fa49973b677360ae7b772102f2048caace4817a1dda3b5 plugkit-win32-arm64.exe
|
|
3
|
+
8d0b627499451e9c98c90545c81a26d8a068d1e68c0172045cbbadb37e099205 plugkit-darwin-x64
|
|
4
|
+
2ab8162da025ed71b3d8ef97cd7ce3cdc988435008fd7b8398f4fe469cad24e9 plugkit-darwin-arm64
|
|
5
|
+
baf4b76fe5c59bfa876681e901d306873ae199272809aa6d065e2703fb433d6c plugkit-linux-x64
|
|
6
|
+
8b53487d030386ac8c821ff91c13e14bd585d0b9e159b4e91f984c35cf69fb04 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.277
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
46f23182aa4447d8519896ffc4185d3006c37b54325d2004e6a669df5038174d rtk-win32-x64.exe
|
|
2
|
+
ee6b17fcb135a2a0f291cae0b75cad4157154f407593946ac54de23872542788 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.842",
|
|
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.277"
|
|
27
27
|
}
|