@mkhuda/agent-ps 0.6.1 → 0.6.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.6.2
4
+
5
+ A stop that worked is no longer reported as a failure.
6
+
7
+ - Killing a session's children leaves them waiting to be collected by a parent
8
+ that is itself about to be killed, and `ps` still lists them. They were
9
+ counted as survivors, so stopping a Claude session with six MCP servers under
10
+ it reported one of seven stopped when all seven had gone.
11
+
3
12
  ## 0.6.1
4
13
 
5
14
  Stopping a session now stops what it started.
package/README.md CHANGED
@@ -376,7 +376,7 @@ install fetches. The build is reproducible: the same source always produces the
376
376
  same bytes, so the committed executable can be checked against the tree.
377
377
 
378
378
  ```
379
- 37b410980a4968757cd30092644c8483503499eebfee76b49b3721a1107493f4 agent-ps
379
+ fb81708bdedfee2dea7f83bf92cc3b4f32596a02af7d2e6383c92acd57790a4b agent-ps
380
380
  ```
381
381
 
382
382
  Adding an agent takes one class and one line in the registry. See
package/agent-ps CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mkhuda/agent-ps",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A process table for coding agent sessions. Claude Code, Codex, OpenCode, Hermes, Pi, CommandCode and Copilot in one view, with models, idle time, disk use and one key to stop them.",
5
5
  "keywords": [
6
6
  "cli",