gm-codex 2.0.924 → 2.0.926
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/.codex-plugin/plugin.json +1 -1
- package/bin/plugkit.sha256 +6 -6
- package/bin/rtk.sha256 +2 -2
- package/gm.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/browser/SKILL.md +1 -0
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
bdc29b7266a817566b2b4f1aa1abc7f6f9c7e54a21949f403a0cd0a7c5d8e174 plugkit-win32-x64.exe
|
|
2
|
+
d7d1393caa0c9a9cab72b597441e7021d29a59043558d9c8a020f951dfef28c2 plugkit-win32-arm64.exe
|
|
3
|
+
1bcada5b81cf9297abf74e1c96dc3ac0c4b5fbcc01fca7799f9a1dc8347941f8 plugkit-darwin-x64
|
|
4
|
+
98777d855ae1efc5d2352979ac9c827ef4db98c234431654c21321902e090f52 plugkit-darwin-arm64
|
|
5
|
+
ec770b5d3c9f4f0bceca71076109e57d7c4264cb58891f9d9ca1190a879e430d plugkit-linux-x64
|
|
6
|
+
38415b13e79df675b3d60f0977037c265f8041ccc8d7652ec8c442188d93cfac plugkit-linux-arm64
|
package/bin/rtk.sha256
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
25330485c0dd569a4411fa15158d16c20671aff0206aef12473fcd507a64a7ac rtk-win32-x64.exe
|
|
2
|
+
647c09aa8a398ae4bd81ff722e200d26e172caa776601175680cee9c8cd05010 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
package/package.json
CHANGED
package/plugin.json
CHANGED
package/skills/browser/SKILL.md
CHANGED
|
@@ -76,3 +76,4 @@ console.log(JSON.stringify(state.logs.slice(-20)))
|
|
|
76
76
|
- `exec:browser` is plain JS, no shell quoting
|
|
77
77
|
- Browser tasks drain automatically on every plugkit interaction
|
|
78
78
|
- Sessions reap after 5–15 min idle; cleaned up on session end
|
|
79
|
+
- Never write standalone `.mjs`/`.js` Playwright scripts as a fallback — `exec:browser` errors must be debugged through `exec:browser` retries, not by creating test files on disk
|