@baleen37/ars 2.27.0 → 2.28.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 +13 -10
- package/package.json +1 -1
- package/vendor/ars-darwin-arm64 +0 -0
- package/vendor/ars-linux-amd64 +0 -0
- package/vendor/ars-linux-arm64 +0 -0
package/README.md
CHANGED
|
@@ -8,7 +8,8 @@ and returns to the same refreshed TUI.
|
|
|
8
8
|
|
|
9
9
|
ARS is one local Go binary. Peers need no `ars` install, daemon, database,
|
|
10
10
|
cache, index, or background helper. Collection uses a private, one-shot,
|
|
11
|
-
version-matched ARS/
|
|
11
|
+
version-matched ARS/3 streaming helper over the user's existing OpenSSH
|
|
12
|
+
configuration.
|
|
12
13
|
|
|
13
14
|
## Install
|
|
14
15
|
|
|
@@ -147,13 +148,15 @@ footer key help follows the cursor: it offers `enter toggle` on a group
|
|
|
147
148
|
header and `enter attach` on a session.
|
|
148
149
|
|
|
149
150
|
The screen collects at startup, on `r`, and after attach returns. Rows appear
|
|
150
|
-
immediately from the last
|
|
151
|
-
`${XDG_CACHE_HOME:-~/.cache}/ars/hosts/`,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
151
|
+
immediately from the last successful result for each host, stored under
|
|
152
|
+
`${XDG_CACHE_HOME:-~/.cache}/ars/hosts/`, while a generic `refreshing` indicator
|
|
153
|
+
shows that fresher data is being collected. Histories most likely to be visible
|
|
154
|
+
refresh first while exhaustive history discovery continues silently. Each host
|
|
155
|
+
updates independently, so a slow peer does not hold up the others (hosts are
|
|
156
|
+
collected up to four at a time). It does not poll, watch, or collect in the
|
|
157
|
+
background, and peers still store nothing. Only the exhaustive successful
|
|
158
|
+
result replaces a host's stored result. Canonical host/provider/native-ID data,
|
|
159
|
+
never rendered row text, determines the attach command.
|
|
157
160
|
|
|
158
161
|
## Session inclusion
|
|
159
162
|
|
|
@@ -256,7 +259,7 @@ discarding valid sessions.
|
|
|
256
259
|
|
|
257
260
|
Collection is bounded and fail-closed:
|
|
258
261
|
|
|
259
|
-
- 64 KiB startup noise and 64 KiB per ARS/
|
|
262
|
+
- 64 KiB startup noise and 64 KiB per ARS/3 protocol line
|
|
260
263
|
- 16 MiB total collector stdout and 64 KiB diagnostic stderr
|
|
261
264
|
- 10,000 sessions total; provider traversal also caps discovered sessions at
|
|
262
265
|
10,000
|
|
@@ -273,7 +276,7 @@ that exact leftover.
|
|
|
273
276
|
|
|
274
277
|
## Privacy
|
|
275
278
|
|
|
276
|
-
The private ARS/
|
|
279
|
+
The private ARS/3 collector streams validated metadata only: provider, native
|
|
277
280
|
UUID, modification time, saved CWD, native title, runtime state, attached-client
|
|
278
281
|
count, and runtime start time. Prompts, responses, tool input or output,
|
|
279
282
|
credentials, raw transcript lines, provider source paths, filenames, pane
|
package/package.json
CHANGED
package/vendor/ars-darwin-arm64
CHANGED
|
Binary file
|
package/vendor/ars-linux-amd64
CHANGED
|
Binary file
|
package/vendor/ars-linux-arm64
CHANGED
|
Binary file
|