mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 01:51:44 +00:00
fix: leading ./ thingy
This commit is contained in:
parent
b7d4ea1550
commit
c5511bbc5a
3 changed files with 4 additions and 2 deletions
|
|
@ -907,7 +907,7 @@ export function App({ gw }: { gw: GatewayClient }) {
|
|||
} else if (input || inputBuf.length) {
|
||||
clearIn()
|
||||
} else {
|
||||
die()
|
||||
return die()
|
||||
}
|
||||
|
||||
return
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export const FACES = [
|
|||
]
|
||||
|
||||
export const HOTKEYS: [string, string][] = [
|
||||
['Ctrl+C', 'interrupt / clear / exit'],
|
||||
['Ctrl+C', 'interrupt / clear draft / exit'],
|
||||
['Ctrl+D', 'exit'],
|
||||
['Ctrl+G', 'open $EDITOR for prompt'],
|
||||
['Ctrl+L', 'new session (clear)'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue