gm-qwen 2.0.804 → 2.0.806
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
|
+
d54230a6010b92447877c419fbb49aabab1e24bd72b2703ef09e4bcf29e92735 plugkit-win32-x64.exe
|
|
2
|
+
0c1df2418fb5c84d5e506ff0e5545751a1445604c01149ebb9d39be355ab90b8 plugkit-win32-arm64.exe
|
|
3
|
+
90a825845111e8f326b86f5573923198517832ccc9ef31217e0943d41b935198 plugkit-darwin-x64
|
|
4
|
+
cb282b8c25157ac70c1c498e9a9dd70515704c854080a7a4a324bf242047dcad plugkit-darwin-arm64
|
|
5
|
+
92e141096bdae5bfa534d7ed2a99d0282535c813f5fa9d374570571664c4b2cc plugkit-linux-x64
|
|
6
|
+
d92d56cc64f7581b36827056e4a96a3307f9c363ceb8e3adaaf67e774daf184e plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.263
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
c11ea227a52aea98f7b4e4911da01ca24fdd03f3d97ec6cd28e02112bbca035b rtk-win32-x64.exe
|
|
2
|
+
fbfaa3107417c05c78036664d0a0d1e45495c600c6510b55f660f20bf1744962 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.806",
|
|
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.263"
|
|
27
27
|
}
|