gm-qwen 2.0.854 → 2.0.855
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
|
+
ca57e664ec24a7bb42f16d287b0bac32dbc2382bbb0dc8608649abb0ad64014c plugkit-win32-x64.exe
|
|
2
|
+
fcc3acb4c334b6b5cd649099781cf09c3c8132deb10cc73aee8f64a62302aea8 plugkit-win32-arm64.exe
|
|
3
|
+
5b1d311f7eb5b59d3b1595482576df94271e0502da4d8f47401348e3240d1587 plugkit-darwin-x64
|
|
4
|
+
4d3aeedc4134e9f67d67d5d579a6ccad20410985b9e32483a828b878492cdf62 plugkit-darwin-arm64
|
|
5
|
+
838dc6eb88e4674a0a0ea78ee88630331442718faf4f38ca204017a3dc419f16 plugkit-linux-x64
|
|
6
|
+
219fe5eefd78e2cbbe7b3bcda0af072afc8aab65942bfda36200f46cdec19fae plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.285
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
1620f02329cea7d20af9cba115b419636c1c2431a6da8cee919a6e4ad0af1c6f rtk-win32-x64.exe
|
|
2
|
+
ec58dfdf3516fcf8419a20a72dcea87a97645105b220c5dca847ed604e0168cf 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.855",
|
|
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.285"
|
|
27
27
|
}
|