fix: clarify startup hints for thinking level and expand thinking

This commit is contained in:
Mario Zechner 2026-01-26 00:05:35 +01:00
parent 07325c27e8
commit 1544ab1794

View file

@ -394,11 +394,11 @@ export class InteractiveMode {
hint("exit", "to exit (empty)"), hint("exit", "to exit (empty)"),
hint("suspend", "to suspend"), hint("suspend", "to suspend"),
keyHint("deleteToLineEnd", "to delete to end"), keyHint("deleteToLineEnd", "to delete to end"),
hint("cycleThinkingLevel", "to cycle thinking"), hint("cycleThinkingLevel", "to cycle thinking level"),
rawKeyHint(`${appKey(kb, "cycleModelForward")}/${appKey(kb, "cycleModelBackward")}`, "to cycle models"), rawKeyHint(`${appKey(kb, "cycleModelForward")}/${appKey(kb, "cycleModelBackward")}`, "to cycle models"),
hint("selectModel", "to select model"), hint("selectModel", "to select model"),
hint("expandTools", "to expand tools"), hint("expandTools", "to expand tools"),
hint("toggleThinking", "to toggle thinking"), hint("toggleThinking", "to expand thinking"),
hint("externalEditor", "for external editor"), hint("externalEditor", "for external editor"),
rawKeyHint("/", "for commands"), rawKeyHint("/", "for commands"),
rawKeyHint("!", "to run bash"), rawKeyHint("!", "to run bash"),