@staff0rd/assist 0.196.1 → 0.198.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 -0
- package/dist/commands/sessions/web/bundle.js +20 -20
- package/dist/index.js +606 -295
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -195,6 +195,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
195
195
|
- `assist voice logs [-n <count>]` - Show recent voice daemon log entries
|
|
196
196
|
- `assist sessions` - Start the sessions web dashboard (same as `sessions web`)
|
|
197
197
|
- `assist sessions web [-p, --port <number>]` - Start a web dashboard for Claude Code sessions with xterm.js terminals (default port 3100)
|
|
198
|
+
- `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)
|
|
198
199
|
- `assist next` - Alias for `backlog next -w`
|
|
199
200
|
- `assist draft` (alias: `feat`) - Launch Claude in `/draft` mode, chain into next on `/next` signal
|
|
200
201
|
- `assist bug` - Launch Claude in `/bug` mode, chain into next on `/next` signal
|