gm-qwen 2.0.747 → 2.0.748
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/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
|
+
f7bdb27cf581698e3f2de566c12c90899618986bcacdbfbedb675a628e8c59ed plugkit-win32-x64.exe
|
|
2
|
+
7b5c9d638227848bb54b51a3b38a6e24640c147008ee2d9cf6d1d567c2820a07 plugkit-win32-arm64.exe
|
|
3
|
+
c1fc5619d830ed6fbdfd0f6ec1723d1e95d899bbc3317dc8e75dd3a963dc5ef0 plugkit-darwin-x64
|
|
4
|
+
fb9851bdc20953baf7f6fed3552b01b8e32ff1138d459fdcd878078213359ed4 plugkit-darwin-arm64
|
|
5
|
+
a436040fe367a9d4febb972747b110a8db51408deb4dc382421d19ff296e9d08 plugkit-linux-x64
|
|
6
|
+
cd03c3d79c53f8ceda08bce0e8b849204bffa88b4bdb844f6ea4e16d5a693b3a plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.249
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.748",
|
|
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.249"
|
|
27
27
|
}
|