mirror of
https://github.com/domfelipe/hermes-client-onboarding.git
synced 2026-08-07 06:16:47 +00:00
Fix auto-kickoff: short message + raw TTY relay
Long kickoff text tripped Hermes paste-collapse ([Pasted text #N]) and broke Enter handling. Use a short single-line kickoff, inject once after skill activation, and set raw mode so input stays inside Hermes.
This commit is contained in:
parent
ec5a72865e
commit
b8f55e799a
3 changed files with 50 additions and 55 deletions
|
|
@ -7,7 +7,7 @@ set -euo pipefail
|
|||
SKILL_NAME="hermes-client-onboarding"
|
||||
DEFAULT_BASE="${HERMES_ONBOARD_BASE:-https://setup.domhubs.com.br/hermes}"
|
||||
HERMES_INSTALL_URL="${HERMES_INSTALL_URL:-https://hermes-agent.nousresearch.com/install.sh}"
|
||||
KICKOFF_MSG="${HERMES_ONBOARD_KICKOFF:-Inicie AGORA o onboarding de cliente Hermes. Siga a skill hermes-client-onboarding: pre-flight em silêncio e abra a Phase 1 com a primeira pergunta. Você fala primeiro — não espere eu dizer oi. Português brasileiro.}"
|
||||
KICKOFF_MSG="${HERMES_ONBOARD_KICKOFF:-Inicie o onboarding agora. Skill hermes-client-onboarding. Pre-flight silencioso e Phase 1 (voce fala primeiro).}"
|
||||
|
||||
CONDUCTOR="${HERMES_ONBOARD_CONDUCTOR:-}"
|
||||
NO_LAUNCH=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue