mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 22:03:45 +00:00
fix: clarify startup hints for thinking level and expand thinking
This commit is contained in:
parent
07325c27e8
commit
1544ab1794
1 changed files with 2 additions and 2 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue