fix(hermes): start stock TUI with supported flags
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 204
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 204
This commit is contained in:
parent
8f3027568f
commit
d047cb1dca
@ -437,8 +437,7 @@ spec:
|
|||||||
--continue \
|
--continue \
|
||||||
--tui \
|
--tui \
|
||||||
--yolo \
|
--yolo \
|
||||||
--accept-hooks \
|
--accept-hooks
|
||||||
--checkpoints
|
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
printf "\r\nHermes exited (exit %s); resuming in 2 seconds...\r\n" "${exit_code}"
|
printf "\r\nHermes exited (exit %s); resuming in 2 seconds...\r\n" "${exit_code}"
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|||||||
@ -594,7 +594,7 @@ def test_agent_installs_hermes_integration_before_startup():
|
|||||||
assert "--tui" in tui_command
|
assert "--tui" in tui_command
|
||||||
assert "--yolo" in tui_command
|
assert "--yolo" in tui_command
|
||||||
assert "--accept-hooks" 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():
|
def test_agent_mounts_auto_router_into_both_hermes_runtimes():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user