@vincemakes/kiso-tui 0.1.21 → 0.1.23
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/dist/editor.js +1 -0
- package/package.json +2 -2
package/dist/editor.js
CHANGED
|
@@ -71,6 +71,7 @@ export const PROMPT = "▌you> "; // the kiso brick motif: one blue half-block,
|
|
|
71
71
|
export const PROMPT_WIDTH = displayWidth(PROMPT);
|
|
72
72
|
export const MENU_ITEMS = [
|
|
73
73
|
{ name: "/mode", desc: "switch the approval tier (manual/default/accept-edits/plan/bypass)" },
|
|
74
|
+
{ name: "/model", desc: "list model profiles; switch with /model <name|provider/model>" },
|
|
74
75
|
{ name: "/compact", desc: "summarize the older conversation to free context" },
|
|
75
76
|
{ name: "/think", desc: "show the last full thinking block" },
|
|
76
77
|
{ name: "/last", desc: "show the most recent tool call's input and output" },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincemakes/kiso-tui",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "kiso tui
|
|
3
|
+
"version": "0.1.23",
|
|
4
|
+
"description": "kiso tui \u2014 the pure terminal layer (cell renderer, dock, raw editor, diff, palette). Zero runtime dependencies: input is data, output is bytes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|