gm-qwen 2.0.881 → 2.0.883
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
|
+
f0a217d24261d6fee31b3f09347da19e2eda76f9b558adf607240cefcc131d01 plugkit-win32-x64.exe
|
|
2
|
+
24bfc958f0b0682c56f5531a8e8c42f047f228bf9592405ff6802a0371620379 plugkit-win32-arm64.exe
|
|
3
|
+
004d0ea64c0d20e0fc15005be2934995a9f21b5faf2d6f3e46815f1f56a3ea2f plugkit-darwin-x64
|
|
4
|
+
8281cc89e37d683cb798de88ede8214946b4d87d08209a06f5af3d00aff3ab37 plugkit-darwin-arm64
|
|
5
|
+
60c0f7d606bdb7fc38c8d62919204eacc736782223d5775a3329c3a788e50a67 plugkit-linux-x64
|
|
6
|
+
07bfac610e89a4923aa43479ce14e2d060bf95762d2144a32787ee3698aa902d plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.294
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
45001a4384331c752b20937d2918867717655e1f836a7da626cfd813abd6b828 rtk-win32-x64.exe
|
|
2
|
+
043a0438b9b28e50db56187d0e2e8e1833be674f45db24398cf3892f48f26004 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.883",
|
|
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.294"
|
|
27
27
|
}
|