gm-qwen 2.0.841 → 2.0.843
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
|
+
7e775d7ff0ed653cf84dfbde6cbcd845b8b3fb41f704e700042431d442a871a9 plugkit-win32-x64.exe
|
|
2
|
+
f8419b0e33bb136fd2655690973b95b2d51f104350cf45407b96bdabf23b024f plugkit-win32-arm64.exe
|
|
3
|
+
631be9a6955e8513fdc54591216cd57d98c2ff3d09cd3f9a744f3e417cfe78b1 plugkit-darwin-x64
|
|
4
|
+
ea14245a1a4d39960c31d295f104cbda54b64ee36a1a1b78bd1baa3aa21d0ff7 plugkit-darwin-arm64
|
|
5
|
+
f16346d0982d8ef38142bdafbd0c48c9ee1b83af45d566f5adb880df79e57270 plugkit-linux-x64
|
|
6
|
+
d82a2aa3a1544ae0bd6760d1c2d0bea533115930bea9bb8cb12c6e4becf253b3 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.278
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
099b593ce4191475c94c36ab021b3fc1c1c9f1957524c32836baeefeb069d4d3 rtk-win32-x64.exe
|
|
2
|
+
b00463dc158463f2f55b3aaaf1c33772bad537aa7751acda7ee71972844b9036 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.843",
|
|
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.278"
|
|
27
27
|
}
|