@staff0rd/assist 0.618.0 → 0.619.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/claude/settings.json +1 -1
- package/dist/commands/sessions/web/bundle.js +1 -1
- package/dist/index.js +158 -83
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -348,6 +348,7 @@ The Config tab of the sessions web dashboard never receives secret values: `GET
|
|
|
348
348
|
- `assist transcript configure` - Configure transcript directories
|
|
349
349
|
- `assist transcript clean <path>` - Clean any .vtt file and write the result to stdout (`--format <md|vtt>`, default `md`). Markdown chat log: `assist transcript clean ./raw.vtt > clean.md`; cleaned WebVTT with timings preserved: `assist transcript clean ./raw.vtt --format vtt > fixed.vtt`
|
|
350
350
|
- `assist transcript list` - List raw .vtt filenames waiting in the pick-up directory
|
|
351
|
+
- `assist transcript merge <path...>` - Collapse several .vtt files into one transcript with `NOTE` provenance, rebasing cue times onto a continuous timeline (`--out <path>` to write a file instead of stdout): `assist transcript merge ./a.vtt ./b.vtt --out ./refinement.vtt`
|
|
351
352
|
- `assist transcript move <file>` - Convert a raw .vtt to a dated markdown transcript and archive the original
|
|
352
353
|
- `assist voice setup` - Download required voice models (VAD, STT)
|
|
353
354
|
- `assist voice start [--foreground]` - Start the voice daemon (always-on, listens for wake word)
|