mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
test(tui): match the de-branded lifecycle nudge
77c7b0d changed the message to "the autonomous run" in both execution.py and
live_view.py but left this case asserting the older wording, so the classifier
test has been failing on main since that commit.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f1356ac33c
commit
bf475fbf46
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ def test_internal_turn_classifier_matches_every_injected_form() -> None:
|
|||
"[CRITICAL] Turn budget: 480/500 used (96%).",
|
||||
"== Inherited context from parent (background only) ==",
|
||||
"Your previous message ended a turn without a tool call.",
|
||||
"Your previous response ended the autonomous Strix run without a lifecycle tool call.",
|
||||
"Your previous response ended the autonomous run without a lifecycle tool call.",
|
||||
):
|
||||
assert _is_internal_agent_turn(content), content
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue