docs: align runtime footer field docs

This commit is contained in:
helix4u
2026-06-06 11:20:40 -06:00
parent 3606307339
commit 8b23b2bc01
4 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -345,7 +345,7 @@ TIPS = [
'/copy [N] copies the last assistant response to your clipboard, or the Nth-from-last with a number.',
'/redraw forces a full UI repaint, fixing terminal drift after tmux resize or mouse selection artifacts.',
'/agents (alias /tasks) shows active agents and running background tasks across the current session.',
'/footer toggles the gateway footer on final replies showing model, tool counts, and turn timing.',
'/footer toggles the gateway footer on final replies showing model, context %, and cwd.',
'/busy queue|steer|interrupt controls what pressing Enter does while Hermes is working.',
'/topic in Telegram DMs enables user-managed multi-session topic mode — /topic <id> restores past sessions inline.',
'/approve session|always runs a pending dangerous command with your chosen trust scope; /deny rejects it.',
@@ -484,4 +484,3 @@ def get_random_tip(exclude_recent: int = 0) -> str:
deduplication across sessions.
"""
return random.choice(TIPS)