gm-qwen 2.0.848 → 2.0.849
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
|
+
3fefa1c9d567cdc0ee8d5f00edbb07bb913d8f8340aa977922a5446fa85fbb4e plugkit-win32-x64.exe
|
|
2
|
+
8d166677f792ea7651adca8c05c437ced6b96bca4fa8f2c6b2796a020714cd61 plugkit-win32-arm64.exe
|
|
3
|
+
d1a6653981f522de2fef70ef8dbfb294430ddb2b8a0a9d598c14b19d4a6a22bc plugkit-darwin-x64
|
|
4
|
+
e60e5c40109daf68f82d9e58d1de1ff71ed0ff12425a402bbf55a87b4928348e plugkit-darwin-arm64
|
|
5
|
+
279c1246f97793de700641a613b15e892aa5572f41d4a5b5d5a1c2cdee16c836 plugkit-linux-x64
|
|
6
|
+
b9a628f254142fc8e97e6ed444e12cc11fa9dcf1d08a56d589e9f11c325b6ae2 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.280
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
ac7ad01435f9ef7bfcbc3c44048f855e87119e9c8ee3f0945a90e18544ae0e21 rtk-win32-x64.exe
|
|
2
|
+
fa82d10f5f160da4a6f81d28ffe1bd474f4866092d912401244e95c54e0ef91c 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.849",
|
|
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.280"
|
|
27
27
|
}
|