From 1544ab1794dc2c146ed5add2316c16aa0bba8a4d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 26 Jan 2026 00:05:35 +0100 Subject: [PATCH] fix: clarify startup hints for thinking level and expand thinking --- .../coding-agent/src/modes/interactive/interactive-mode.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"),