ragent-cli 1.9.0 → 1.11.0
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/README.md +11 -0
- package/dist/index.js +4646 -3903
- package/dist/sbom.json +481 -153
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -102,6 +102,17 @@ ragent update [--check]
|
|
|
102
102
|
|
|
103
103
|
Use `--check` to see if an update is available without installing.
|
|
104
104
|
|
|
105
|
+
### `ragent discover`
|
|
106
|
+
|
|
107
|
+
One-shot scan for running AI agent sessions.
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
ragent discover # Human-readable table
|
|
111
|
+
ragent discover --json # JSON output
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
Detects Claude Code, Codex CLI, aider, Gemini CLI, and VS Code terminal sessions with confidence scoring.
|
|
115
|
+
|
|
105
116
|
### `ragent sessions list`
|
|
106
117
|
|
|
107
118
|
List tmux sessions, windows, and panes on this host.
|