fix(cli): fix shortcut config conflict in hermes_cli

This commit is contained in:
Harry Riddle 2026-04-27 01:22:51 +07:00 committed by Teknium
parent a919269eb5
commit 645a2f482d
2 changed files with 93 additions and 1 deletions

View file

@ -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