mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-16 04:22:36 +00:00
Merge branch 'feat/ink-refactor' of github.com:NousResearch/hermes-agent into feat/ink-refactor
This commit is contained in:
commit
7803d21bcc
10 changed files with 78 additions and 239 deletions
|
|
@ -138,7 +138,7 @@ export function isSynchronizedOutputSupported(): boolean {
|
|||
// -- XTVERSION-detected terminal name (populated async at startup) --
|
||||
//
|
||||
// TERM_PROGRAM is not forwarded over SSH by default, so env-based detection
|
||||
// fails when claude runs remotely inside a VS Code integrated terminal.
|
||||
// fails when the process runs remotely inside a VS Code integrated terminal.
|
||||
// XTVERSION (CSI > 0 q → DCS > | name ST) goes through the pty — the query
|
||||
// reaches the *client* terminal and the reply comes back through stdin.
|
||||
// App.tsx fires the query when raw mode enables; setXtversionName() is called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue