fix(hermes): start stock TUI with supported flags
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 204

This commit is contained in:
jenkins 2026-08-10 12:06:31 -03:00
parent 8f3027568f
commit d047cb1dca
2 changed files with 2 additions and 3 deletions

View File

@ -437,8 +437,7 @@ spec:
--continue \
--tui \
--yolo \
--accept-hooks \
--checkpoints
--accept-hooks
exit_code=$?
printf "\r\nHermes exited (exit %s); resuming in 2 seconds...\r\n" "${exit_code}"
sleep 2

View File

@ -594,7 +594,7 @@ def test_agent_installs_hermes_integration_before_startup():
assert "--tui" in tui_command
assert "--yolo" in tui_command
assert "--accept-hooks" in tui_command
assert "--checkpoints" in tui_command
assert "--checkpoints" not in tui_command
def test_agent_mounts_auto_router_into_both_hermes_runtimes():