diff --git a/cli.py b/cli.py
index fdf625481..09cb47e38 100644
--- a/cli.py
+++ b/cli.py
@@ -2420,8 +2420,8 @@ class HermesCLI:
# suppress them during streaming too — unless show_reasoning is
# enabled, in which case we route the inner content to the
# reasoning display box instead of discarding it.
- _OPEN_TAGS = ("", "", "", "", "")
- _CLOSE_TAGS = ("", "", "", "", "")
+ _OPEN_TAGS = ("", "", "", "", "", "")
+ _CLOSE_TAGS = ("", "", "", "", "", "")
# Append to a pre-filter buffer first
self._stream_prefilt = getattr(self, "_stream_prefilt", "") + text