Merge pull request #40679 from helix4u/docs/runtime-footer-supported-fields

docs: align runtime footer field docs
This commit is contained in:
kshitij 2026-06-06 10:29:21 -07:00 committed by GitHub
commit 7cf7300a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 9 deletions

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)