gm-qwen 2.0.838 → 2.0.840
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
|
+
ae6809d8ecb157bec063aba2cdd033950a5b18e30aa60b86d4330ae1802ec254 plugkit-win32-x64.exe
|
|
2
|
+
02fd957134c0e1a91dd73266ac90ce7eeee2447b1c8f40ccefa3f8fa0d833549 plugkit-win32-arm64.exe
|
|
3
|
+
12073019bd68ae0e34f5383e5047d7dfdcbed716cda92cea793a8e73cae31ce9 plugkit-darwin-x64
|
|
4
|
+
2c541356f0c3a69a5f0abde70bd36bb356234625d6cba3b1fb54ad68126275ee plugkit-darwin-arm64
|
|
5
|
+
fb705e3ce85a37162c8ba1c2dc1e63d341580829871816bef40d37a520ad64f2 plugkit-linux-x64
|
|
6
|
+
6e16f0b6f105231874dc2d1153d4f27819a2f7e9cf42bb7c0be197a9018eafb2 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.276
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
b327572b1817abb963201e19dd6f4d163152f1c9544ddbf31cebf165684a0b33 rtk-win32-x64.exe
|
|
2
|
+
7fb1df7192dd69efa465daab309ed74d221a39f7c5b0d1cf05107eb9cec485dd 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.840",
|
|
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.276"
|
|
27
27
|
}
|