@baleen37/ars 2.5.0 → 2.6.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 +15 -4
- 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
|
@@ -129,12 +129,22 @@ there is no fuzzy ranker.
|
|
|
129
129
|
Keys:
|
|
130
130
|
|
|
131
131
|
- `Up`, `Down`, `j`, `k`: move
|
|
132
|
-
-
|
|
133
|
-
- `
|
|
132
|
+
- `g`, `G`: jump to the top or bottom
|
|
133
|
+
- `PgUp`, `PgDn`, `Ctrl+U`, `Ctrl+D`: move one page
|
|
134
|
+
- `Home`, `End`: jump to the top or bottom
|
|
135
|
+
- `/`: search; `Enter` keeps the filter, `Esc` cancels it, `Ctrl+U` clears
|
|
136
|
+
the query while typing, and `Esc` outside search clears a kept filter
|
|
137
|
+
- `Enter`: start or attach, or toggle the project group under the cursor
|
|
138
|
+
- `Space`: toggle the project group under the cursor
|
|
139
|
+
- `Enter` or `Space` on a `… N more` row: reveal the group's saved sessions
|
|
134
140
|
- `r`: refresh
|
|
135
141
|
- `q`, `Ctrl+C`: quit ARS
|
|
136
142
|
- `Ctrl+Q`: detach only while inside an attached ARS tmux client
|
|
137
143
|
|
|
144
|
+
While a filter is set, the search line shows how many sessions match. The
|
|
145
|
+
footer key help follows the cursor: it offers `enter toggle` on a group
|
|
146
|
+
header and `enter attach` on a session.
|
|
147
|
+
|
|
138
148
|
The screen collects at startup, on `r`, and after attach returns. Rows appear
|
|
139
149
|
immediately from the last collection, cached per host under
|
|
140
150
|
`${XDG_CACHE_HOME:-~/.cache}/ars/hosts/`, marked `cached` until that host's
|
|
@@ -151,8 +161,9 @@ rendered row text, determines the attach command.
|
|
|
151
161
|
- Claude reads direct regular files at
|
|
152
162
|
`~/.claude/projects/<project>/*.jsonl`. It includes canonical root session
|
|
153
163
|
IDs with an absolute CWD, uses only native custom/AI/agent titles, and
|
|
154
|
-
excludes internal, sidechain, and agent histories.
|
|
155
|
-
|
|
164
|
+
excludes internal, sidechain, and agent histories. Title-only metadata
|
|
165
|
+
sidecar files are skipped without a warning. It never derives a title from
|
|
166
|
+
prompt text.
|
|
156
167
|
- Codex recursively reads regular `.jsonl` files below `~/.codex/sessions`.
|
|
157
168
|
It includes only one valid `session_meta` with `thread_source=user` and
|
|
158
169
|
`source=cli` or `source=vscode`. Exec, subagent, and unknown sources are
|
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
|