@staff0rd/assist 0.277.0 → 0.279.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 +1 -1
- package/dist/index.js +738 -499
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -242,7 +242,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
|
|
|
242
242
|
- `assist voice devices` - List available audio input devices
|
|
243
243
|
- `assist voice logs [-n <count>]` - Show recent voice daemon log entries
|
|
244
244
|
- `assist sessions` - Start the web dashboard (same as `sessions web`)
|
|
245
|
-
- `assist sessions web [-p, --port <number>]` - Start the web dashboard with Sessions and Backlog tabs, xterm.js terminals with clickable http(s) links (default port 3100)
|
|
245
|
+
- `assist sessions web [-p, --port <number>]` - Start the web dashboard with Sessions and Backlog tabs, xterm.js terminals with clickable http(s) links (default port 3100); press Ctrl+R in the foreground terminal for an in-terminal restart menu (Restart daemon, Restart webserver, Restart both); Restart webserver re-execs the foreground process so the connected browser auto-reconnects
|
|
246
246
|
- `assist sessions summarise [-f, --force] [-n, --limit <count>]` - Generate one-line summaries for unsummarised Claude sessions (force re-generates all; limit caps how many to process)
|
|
247
247
|
- `assist daemon run` - Run the sessions daemon in the foreground (normally auto-spawned detached by `assist sessions`)
|
|
248
248
|
- `assist daemon status` - Show sessions daemon status, live sessions, and any stray daemon processes or stolen socket
|