mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
fix(cli): fix shortcut config conflict in hermes_cli
This commit is contained in:
parent
a919269eb5
commit
645a2f482d
2 changed files with 93 additions and 1 deletions
|
|
@ -809,6 +809,7 @@ DEFAULT_CONFIG = {
|
|||
"enabled": False,
|
||||
"fields": ["model", "context_pct", "cwd"], # Order shown; drop any to hide
|
||||
},
|
||||
"copy_shortcut": "auto", # "auto" (platform default) | "ctrl_c" | "ctrl_shift_c" | "disabled"
|
||||
},
|
||||
|
||||
# Web dashboard settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue