fix(tui): address copilot review nits

This commit is contained in:
Brooklyn Nicholson
2026-04-26 13:43:08 -05:00
parent cc16d0ef77
commit 4a21920b5e
3 changed files with 29 additions and 7 deletions

View File

@@ -371,6 +371,7 @@ def test_complete_slash_details_args():
)
assert resp_root["result"]["replace_from"] == len("/details")
assert any(item["text"] == " thinking" for item in resp_root["result"]["items"])
assert any(item["text"] == "thinking" for item in resp_section["result"]["items"])
assert any(item["text"] == "expanded" for item in resp_mode["result"]["items"])