diff --git a/packages/coding-agent/src/modes/interactive/interactive-mode.ts b/packages/coding-agent/src/modes/interactive/interactive-mode.ts index cdcbfd26..72bd88bd 100644 --- a/packages/coding-agent/src/modes/interactive/interactive-mode.ts +++ b/packages/coding-agent/src/modes/interactive/interactive-mode.ts @@ -394,11 +394,11 @@ export class InteractiveMode { hint("exit", "to exit (empty)"), hint("suspend", "to suspend"), 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"), hint("selectModel", "to select model"), hint("expandTools", "to expand tools"), - hint("toggleThinking", "to toggle thinking"), + hint("toggleThinking", "to expand thinking"), hint("externalEditor", "for external editor"), rawKeyHint("/", "for commands"), rawKeyHint("!", "to run bash"),