gm-qwen 2.0.802 → 2.0.803
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
|
+
4a4201ed31f9338e23b81e78f9da97f8eaa568ac1fe88329f258680d95f102cf plugkit-win32-x64.exe
|
|
2
|
+
10dbe0668558e1a0b98c40f6649f317d97d3b99a180d180b65337d299a519b98 plugkit-win32-arm64.exe
|
|
3
|
+
7919aa48a1b35a57ffb989ddc90a727e1f5ae94dc10db8f402cbf7d4eb5e3bf7 plugkit-darwin-x64
|
|
4
|
+
fd3db4ada0edf9896049cf7abf4f810aa83255ec24916a390d487940b7bedfea plugkit-darwin-arm64
|
|
5
|
+
fac22aac7d0465aa7fd7bfb3902d895637882cc5f688fbdb167a57dc78582ec0 plugkit-linux-x64
|
|
6
|
+
6e0d405b7c9e0a127351f27fd36ca8215022b23bc88a1d50e6575e2547eadda6 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.261
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
1fb115244b456a937fcd0b7888766c6ddeb27b073321faf620612a75d29dcba0 rtk-win32-x64.exe
|
|
2
|
+
b9666cd5aba12f71e1aea4994dd139d75f6e4b2068630bdfcda097c211592171 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.803",
|
|
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.261"
|
|
27
27
|
}
|