@staff0rd/assist 0.191.2 → 0.192.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
@@ -189,6 +189,8 @@ After installation, the `assist` command will be available globally. You can als
189
189
  - `assist voice status` - Check voice daemon status and recent events
190
190
  - `assist voice devices` - List available audio input devices
191
191
  - `assist voice logs [-n <count>]` - Show recent voice daemon log entries
192
+ - `assist sessions` - Start the sessions web dashboard (same as `sessions web`)
193
+ - `assist sessions web [-p, --port <number>]` - Start a web dashboard for Claude Code sessions with xterm.js terminals (default port 3100)
192
194
  - `assist next` - Alias for `backlog next -w`
193
195
  - `assist draft` (alias: `feat`) - Launch Claude in `/draft` mode, chain into next on `/next` signal
194
196
  - `assist bug` - Launch Claude in `/bug` mode, chain into next on `/next` signal