Allow /debug ask and /why to call the LLM for a short explanation.

Client dump stays the source of truth; the model only narrates Exact vs session vs live without applying a patch.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-21 23:36:29 +03:00
co-authored by Cursor
parent 6d487726ef
commit 25c98b2d1d
3 changed files with 37 additions and 9 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ Copy `personas/cinema/` → `noir/`, edit only differing JSON files.
| Command | Effect |
| --- | --- |
| `/help` | List commands |
| `/debug` | Short dump: prompt, params, Exact/session, why |
| `/debug` | Short UI/Exact dump (no LLM) |
| `/debug ask` / `/why` | Dump + short model explanation |
| `/gen` | Generate now |
| `/look generate\|refN` | Attach that board window + ask the LLM to look |
| `/init` `/mask` `/clear` | Same as board buttons |