@vincemakes/kiso-tui-cells 0.15.0 → 0.15.1

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.
Files changed (2) hide show
  1. package/dist/strings.js +2 -0
  2. package/package.json +1 -1
package/dist/strings.js CHANGED
@@ -338,6 +338,8 @@ export function helpRows() {
338
338
  cmd("/mode", "show the approval tier; /mode <name> switches (manual/default/accept-edits/plan/bypass)"),
339
339
  cmd("/model", "list model profiles; /model <name|provider/model> switches"),
340
340
  cmd("/compact", "summarize the older conversation to free context"),
341
+ cmd("/clear", "start a fresh conversation (the old session stays resumable)"),
342
+ cmd("/resume", "switch to another session; /resume <id> goes directly"),
341
343
  // TUI2-R1 (D): DELIBERATELY UNCHANGED. Deriving this sentence from
342
344
  // KEY_BINDINGS would be an improvement and it would also move an
343
345
  // assertion outside the round's two declared supersession classes,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincemakes/kiso-tui-cells",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "kiso tui-cells — the components cell renderer (components, diff, width, the render slice). Zero runtime dependencies: input is data, output is bytes.",
5
5
  "type": "module",
6
6
  "license": "MIT",