gm-cc 2.0.503 → 2.0.505
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "AnEntrypoint"
|
|
5
5
|
},
|
|
6
6
|
"description": "State machine agent with hooks, skills, and automated git enforcement",
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.505",
|
|
8
8
|
"metadata": {
|
|
9
9
|
"description": "State machine agent with hooks, skills, and automated git enforcement"
|
|
10
10
|
},
|
package/package.json
CHANGED
package/plugin.json
CHANGED
package/skills/browser/SKILL.md
CHANGED
|
@@ -29,6 +29,12 @@ Every `exec:browser` call has a 15s live window. During that window, all stdout/
|
|
|
29
29
|
|
|
30
30
|
**"Assertion failed: UV_HANDLE_CLOSING" in output** means the call exceeded 15s and was cut off — ignore the assertion noise, look at the output before it. The task was backgrounded normally.
|
|
31
31
|
|
|
32
|
+
## Idle Timeout & Session Reaper
|
|
33
|
+
|
|
34
|
+
Playwriter kills idle browser sessions after 5-15 minutes of inactivity. The rs-exec tooling now automatically cleans up the spawned browser process when the Claude Code session ends, preventing zombie tabs.
|
|
35
|
+
|
|
36
|
+
**Historical note**: Earlier versions left the browser running after session end, causing repeated tabs on reconnect. This is now fixed — the browser will be killed when your session idles and closes.
|
|
37
|
+
|
|
32
38
|
## Session Pathway (`browser:`)
|
|
33
39
|
|
|
34
40
|
Create a session first, use `--direct` for CDP mode (requires Chrome with remote debugging):
|