gm-qwen 2.0.847 → 2.0.848
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
|
+
fb00d00e7bccd36615e906c1cf9fc7883a3e385e46956aab48c25d71a11cb7e9 plugkit-win32-x64.exe
|
|
2
|
+
b34be43616956503a2f36cbc40fb51a0adf861d5f308714f6d85ff5b8d47c7f0 plugkit-win32-arm64.exe
|
|
3
|
+
a79adb8fa613b0bb46e7627285d23389aaa9b04f8754be8a5d8c7a03bc1f22ae plugkit-darwin-x64
|
|
4
|
+
3d027c6c543c7c221bafad902126acf764e2b51e19097d3eef1cab88c64ba175 plugkit-darwin-arm64
|
|
5
|
+
fbb0407b2e78f1a30225d9430301eac820661adbebd66ea2cdb22467aae62361 plugkit-linux-x64
|
|
6
|
+
796d5ddc5c2d45704ac1bc5508688be881433ebce57ab4fb51a49455e662a03b plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.279
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
9e6b8e30a82ca3c7d5a28a38bd696a75174c9f78b90f19d703b11ecf3fce4c6e rtk-win32-x64.exe
|
|
2
|
+
ed10d5154ade80ca1d8ed291fe23883757026aa6f82b1fcbc1eb87baa16a91ed 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.848",
|
|
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.279"
|
|
27
27
|
}
|