@staff0rd/assist 0.206.1 → 0.207.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/index.js +453 -319
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,6 +176,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
176
176
|
- `assist seq query <filter> --from <date>` - Start of query window (UTC date or relative e.g. 5m, 1h, 2d)
|
|
177
177
|
- `assist seq query <filter> --to <date>` - End of query window (UTC date or relative e.g. 5m, 1h, 2d)
|
|
178
178
|
- `assist screenshot <process>` - Capture a screenshot of a running application window (e.g. `assist screenshot notepad`). Output directory is configurable via `screenshot.outputDir` (default `./screenshots`)
|
|
179
|
+
- `assist mermaid export [file.md]` - Render each fenced mermaid block to `<stem>-<index>.svg` via [Kroki](https://kroki.io). With no file, scans `*.md` in the current directory (non-recursive). Use `--out <dir>` to override the output directory. Use `--index <n>` to render only the nth mermaid block (1-based; requires a file argument). Endpoint is configurable via `mermaid.krokiUrl` (default `https://kroki.io`).
|
|
179
180
|
- `assist prompts` - Show top 10 denied tool calls by frequency with count and repo breakdown
|
|
180
181
|
- `assist coverage` - Print global statement coverage percentage
|
|
181
182
|
- `assist complexity <pattern>` - Analyze a file (all metrics if single match, maintainability if multiple)
|