@mkhuda/agent-ps 0.6.0 → 0.6.1
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 +12 -0
- package/README.md +1 -1
- package/agent-ps +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.1
|
|
4
|
+
|
|
5
|
+
Stopping a session now stops what it started.
|
|
6
|
+
|
|
7
|
+
- `k` in the table stops the whole process tree, as `agent-ps stop` already
|
|
8
|
+
did. It was reading the agent rows rather than the process table, so a
|
|
9
|
+
session's MCP servers and helpers were left orphaned.
|
|
10
|
+
- A stop is no longer reported as failed when it worked. SIGKILL is delivered
|
|
11
|
+
after `os.kill` returns, and the check ran before the kernel had finished.
|
|
12
|
+
- When something does survive, the message names the PIDs instead of only
|
|
13
|
+
counting them.
|
|
14
|
+
|
|
3
15
|
## 0.6.0
|
|
4
16
|
|
|
5
17
|
Reclaiming what ended sessions leave behind.
|
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
|
-
|
|
379
|
+
37b410980a4968757cd30092644c8483503499eebfee76b49b3721a1107493f4 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.
|
|
3
|
+
"version": "0.6.1",
|
|
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",
|