fix: clarify startup hints for thinking level and expand thinking
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user