mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat: support shift enter for ghostty etc
This commit is contained in:
parent
4fe78d5b88
commit
17a9c47178
1 changed files with 5 additions and 1 deletions
|
|
@ -12,4 +12,8 @@ if (!process.stdin.isTTY) {
|
|||
|
||||
const gw = new GatewayClient()
|
||||
gw.start()
|
||||
render(<App gw={gw} />, { exitOnCtrlC: false, maxFps: 60 })
|
||||
render(<App gw={gw} />, {
|
||||
exitOnCtrlC: false,
|
||||
maxFps: 60,
|
||||
kittyKeyboard: { mode: 'enabled', flags: ['disambiguateEscapeCodes'] },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue