mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
- hermes-ink: export `withInkSuspended()` + `useExternalProcess()` that pause/resume Ink around an arbitrary external process (built on the existing enterAlternateScreen/exitAlternateScreen plumbing) - tui: `launchHermesCommand(args)` spawns the `hermes` binary with inherited stdio, with `HERMES_BIN` override for non-standard launches - tui: `/model` and `/setup` slash commands invoke the CLI wizards in-place, then re-preflight `setup.status` and auto-start a session on success — no more exit-and-relaunch to finish first-run setup - setup panel now advertises those slashes instead of only pointing users back at the shell |
||
|---|---|---|
| .. | ||
| use-animation-frame.ts | ||
| use-app.ts | ||
| use-declared-cursor.ts | ||
| use-external-process.ts | ||
| use-input.ts | ||
| use-interval.ts | ||
| use-search-highlight.ts | ||
| use-selection.ts | ||
| use-stdin.ts | ||
| use-tab-status.ts | ||
| use-terminal-focus.ts | ||
| use-terminal-title.ts | ||
| use-terminal-viewport.ts | ||