From bf475fbf46a5b958f2b31a95dd63c6ae0cf8b2df Mon Sep 17 00:00:00 2001 From: oyasumi Date: Sat, 8 Aug 2026 00:56:18 +0000 Subject: [PATCH] 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) --- tests/test_tui_resume_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tui_resume_history.py b/tests/test_tui_resume_history.py index f1edd8e8..7e1b4bf3 100644 --- a/tests/test_tui_resume_history.py +++ b/tests/test_tui_resume_history.py @@ -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