gm-qwen 2.0.822 → 2.0.823
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
|
+
10d1c05a907aa034b7e9b358d0cf6e079acbfbd93d0c6039d59669cd00702a61 plugkit-win32-x64.exe
|
|
2
|
+
d0d1ae8449739d1cd467f3731260f664f3b0cc0d47dfec8fc9981dadecd81a3b plugkit-win32-arm64.exe
|
|
3
|
+
1d873ea32c6ee708828c362a736f219ff2d55242c79df60827ad6d9d5fc4b8ed plugkit-darwin-x64
|
|
4
|
+
0285f7687ff43fca51fd124a1d981090ef5db7b5c43dd1c22eed62ceb89d9ab5 plugkit-darwin-arm64
|
|
5
|
+
07b925c6ee0efced7543eed6c9704ffce6888daa2e2f7ef364e281cfd96ef378 plugkit-linux-x64
|
|
6
|
+
414c7ffdabe0fc4a705682e6be589ca98e48d0d6f1a38caa189c7da7b09a75d8 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.271
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
0b2399942703d257d233842350a1e6229b7ec3bd60c9360d5db1042ee9b7e26a rtk-win32-x64.exe
|
|
2
|
+
8582f8875a69347a861cd471395302cd656a03826eb7862971ab58e732240313 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.823",
|
|
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.271"
|
|
27
27
|
}
|