Merge pull request #29342 from NousResearch/fix/tui-linux-copy

fix(tui): clipboard copy on linux/wayland
This commit is contained in:
ethernet
2026-05-20 21:40:37 -04:00
committed by GitHub
6 changed files with 247 additions and 37 deletions

View File

@@ -345,7 +345,7 @@ export const coreCommands: SlashCommand[] = [
return sys(`copied ${text.length} characters`)
} else {
return sys(
'clipboard copy failed — try HERMES_TUI_FORCE_OSC52=1 to force the escape sequence; HERMES_TUI_DEBUG_CLIPBOARD=1 for details'
'clipboard copy failed — try HERMES_TUI_FORCE_OSC52=1 to force the escape sequence'
)
}
}