mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
feat: support shift enter for ghostty etc
This commit is contained in:
@@ -12,4 +12,8 @@ if (!process.stdin.isTTY) {
|
|||||||
|
|
||||||
const gw = new GatewayClient()
|
const gw = new GatewayClient()
|
||||||
gw.start()
|
gw.start()
|
||||||
render(<App gw={gw} />, { exitOnCtrlC: false, maxFps: 60 })
|
render(<App gw={gw} />, {
|
||||||
|
exitOnCtrlC: false,
|
||||||
|
maxFps: 60,
|
||||||
|
kittyKeyboard: { mode: 'enabled', flags: ['disambiguateEscapeCodes'] },
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user