@baleen37/ars 2.26.1 → 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 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/2 helper over the user's existing OpenSSH configuration.
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 collection, cached per host under
151
- `${XDG_CACHE_HOME:-~/.cache}/ars/hosts/`, marked `cached` until that host's
152
- live refresh lands; each host updates independently, so a slow peer does not
153
- hold up the others (hosts are collected up to four at a time). It does not
154
- poll, watch, or collect in the background, and
155
- peers still store nothing. Canonical host/provider/native-ID data, never
156
- rendered row text, determines the attach command.
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/2 protocol line
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/2 collector returns validated metadata only: provider, native
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
@@ -23,5 +23,5 @@
23
23
  "type": "git",
24
24
  "url": "git+https://github.com/baleen37/agent-remote-sessions.git"
25
25
  },
26
- "version": "2.26.1"
26
+ "version": "2.28.0"
27
27
  }
Binary file
Binary file
Binary file