gm-qwen 2.0.838 → 2.0.839
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
|
+
b75b37c5d5bd0bfb6ca3a6fa588912d02d9fa9efc45e1fcbbd793ccfb6e5c117 plugkit-win32-x64.exe
|
|
2
|
+
af04de796fdff1ad47c567aead44bc1169cb066310cd2fe9e31802900c045f49 plugkit-win32-arm64.exe
|
|
3
|
+
33c096500d4eaa04936c61d7ebdea76bf5dc694ab720c3b9494294169f00dc8f plugkit-darwin-x64
|
|
4
|
+
87461e2f6c8e09a117f6b2818a7ba1db98c0d2642fe30aaf5cbddf1e5d4b888d plugkit-darwin-arm64
|
|
5
|
+
d42fc7168696278f3341f016125da5765aa4f10bb325be0b1a236dc61861ebe5 plugkit-linux-x64
|
|
6
|
+
89ec008019cf86386a29d83e335bb33572b220ed081b695954a65b3144171f09 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.275
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
55a27b1201f22d2a525f8e9e55bda3741f914e2d827c9850e68a7d385424ee9b rtk-win32-x64.exe
|
|
2
|
+
c00f2586935bee014c5efa609df3d77f435406bf3ac4744ea914868124df81a4 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.839",
|
|
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.275"
|
|
27
27
|
}
|