gm-qwen 2.0.852 → 2.0.853
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
|
+
e41a7849cd4518512797582b328dea5abb9ecfa5085edd6cc8336c1f4ffdec59 plugkit-win32-x64.exe
|
|
2
|
+
d025afb3981fadc9138efc31c4c6ef6ce0628b84f74f7d3cb0101a2ddd052a3f plugkit-win32-arm64.exe
|
|
3
|
+
91bf40241d52f9d34a810db5f9434d59ce699e43026aa8a967280190ede653b3 plugkit-darwin-x64
|
|
4
|
+
e25644bffcc042a7e657e08991f3d0f251eecf088b6d4026823124d656fd4195 plugkit-darwin-arm64
|
|
5
|
+
6dd7af7e9fd0db07fb88fa57549fd65d0cb0b21ce33d5598dfe9ac8b75d3eef5 plugkit-linux-x64
|
|
6
|
+
9d391be9a18c355a3797dd20c552de057c930b8a1897c5b7762055bf4f8afd96 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.283
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
3757c900e6f33243bea8c18573dda2aa97a90f02c90a4898388def2a6fd101cc rtk-win32-x64.exe
|
|
2
|
+
32f946c973a1c7944a22769699cda26d740630d51c1d0d5ecc078f5ae6592dc2 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.853",
|
|
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.283"
|
|
27
27
|
}
|