@staff0rd/assist 0.657.1 → 0.658.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 +1 -1
- package/dist/index.js +266 -174
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -326,6 +326,7 @@ The Config tab of the sessions web dashboard never receives secret values: `GET
|
|
|
326
326
|
- `assist handover load` - SessionStart hook entry point advising how many unrecalled handovers exist
|
|
327
327
|
- `assist mermaid export [file.md]` - Render each fenced mermaid block to `<stem>-<index>.svg` via [Kroki](https://kroki.io) (`--out`, `--index`, `mermaid.krokiUrl`)
|
|
328
328
|
- `assist prompts` - Show top 10 denied tool calls by frequency with count and repo breakdown
|
|
329
|
+
- `assist chart [--title <title>]` - Draw a terminal line chart of a `label value` series piped in on stdin, one pair per line, separated by a comma, tab or whitespace. Points are charted in the order given — nothing is sorted or aggregated — and the chart closes on q, Esc or Ctrl-C. Blank lines are skipped, fewer than two points prints `Not enough data points to chart.`, and a non-numeric value exits 1 naming the line
|
|
329
330
|
|
|
330
331
|
### Project setup
|
|
331
332
|
|