gm-qwen 2.0.874 → 2.0.876
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
|
+
b3c2e70f0309f50974f071ce20140ab6b05f0b0337c68852816ee64ab9690812 plugkit-win32-x64.exe
|
|
2
|
+
bc320769e26202b58090a5ce4dbccd31875af11312c893320e13a2d98d7e9792 plugkit-win32-arm64.exe
|
|
3
|
+
88c303e57ac4f1e032054c30fc69f3814f7ecaa0b750560a4b11e5b80e13e2c7 plugkit-darwin-x64
|
|
4
|
+
a83dbbfa7c83762ad0862c775cb6c97b1af11cf6e370695dac8eacf568b68258 plugkit-darwin-arm64
|
|
5
|
+
af65ec784f331ecff9ff243324c3298580f1ff80d8f08f0e33a80a0e3252e912 plugkit-linux-x64
|
|
6
|
+
64902af7e3bcfe70d07374156e69da1afedde023c4a9a1643a7d480b86b8defd plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.292
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
1d96ee55286d1224705dd4d350f867ec4503ff8454340b096cbe791eb1170e5f rtk-win32-x64.exe
|
|
2
|
+
49a0077ac9264107dbd203e57c4f1d308e6b7916bc96ceb886f4a3b22138da0f 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.876",
|
|
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.292"
|
|
27
27
|
}
|