1 parent 8c49080 commit f5f0cf6Copy full SHA for f5f0cf6
1 file changed
tests/test_tui.py
@@ -1823,7 +1823,7 @@ def test_run_quits_on_eof(self):
1823
with mock.patch.object(tui, "_read_multiline", return_value=None):
1824
tui.run()
1825
out = buf.getvalue()
1826
- self.assertIn("python-agent-harness — agent execution harness", out)
+ self.assertIn("python-agent-harness — interactive AI coding agent", out)
1827
self.assertIn("Commands:", out)
1828
1829
def test_run_handles_empty_and_slash_input(self):
0 commit comments