@baleen37/ars 2.0.0 → 2.2.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
@@ -125,9 +125,14 @@ Keys:
125
125
  - `q`, `Ctrl+C`: quit ARS
126
126
  - `Ctrl+Q`: detach only while inside an attached ARS tmux client
127
127
 
128
- The screen collects at startup, on `r`, and after attach returns. It does not
129
- poll, watch, or cache in the background. Canonical host/provider/native-ID data,
130
- never rendered row text, determines the attach command.
128
+ The screen collects at startup, on `r`, and after attach returns. Rows appear
129
+ immediately from the last collection, cached per host under
130
+ `${XDG_CACHE_HOME:-~/.cache}/ars/hosts/`, marked `cached` until that host's
131
+ live refresh lands; each host updates independently, so a slow peer does not
132
+ hold up the others (hosts are collected up to four at a time). It does not
133
+ poll, watch, or collect in the background, and
134
+ peers still store nothing. Canonical host/provider/native-ID data, never
135
+ rendered row text, determines the attach command.
131
136
 
132
137
  ## Session inclusion
133
138
 
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.0.0"
26
+ "version": "2.2.0"
27
27
  }
Binary file
Binary file
Binary file