gm-qwen 2.0.982 → 2.0.983
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
|
+
c08fd599e0b49d74b5cbae96e72f0a37d8950d8c571227e477204a810f5e6f03 plugkit-win32-x64.exe
|
|
2
|
+
0a6a1f8e75815576729f93e3bd04bbc65f7ab79d36a488c0fe03db47a81bef76 plugkit-win32-arm64.exe
|
|
3
|
+
35cebc201902ee34bbbd01c698286ed764cbc8cf1b31afdf7d15cc0fe21958a1 plugkit-darwin-x64
|
|
4
|
+
78c637d8f387075753949dfa85c243b42482a3b0062d6c54b18d4220218190ef plugkit-darwin-arm64
|
|
5
|
+
06a8da1826625a6a94aae2c2852199b46c56e1984a8be016f433cc89a708221f plugkit-linux-x64
|
|
6
|
+
2eaa1f8ed9347d9ae2c6360b1e153a982afa9aaa5290f76c8017b2463eefcce5 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.339
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
1fc637b025b9c79731a17806e977fb08e07773c94f4035b128719a96e9332456 rtk-win32-x64.exe
|
|
2
|
+
c3806e4c33e830bb329a9d3534e17a1c5f04ef79d6c7ece1b137815a890c9790 rtk-win32-arm64.exe
|
|
3
3
|
1b1e792767ed0e1e6ca0e2f0a8de02e77b06dea2f5ae667278b94baf239fcdc3 rtk-darwin-x64
|
|
4
4
|
9717978d9d6216ea50c94444e00e359479b6315a17bd48c16064b267c8b0b60d rtk-darwin-arm64
|
|
5
5
|
a100d3defac54194144e5723aec57e6f286b42298c67145c8428815246c9ee56 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.983",
|
|
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.339"
|
|
27
27
|
}
|