From ad2a0d235a8fb4de87668bf5b84c3aec1db1f04c Mon Sep 17 00:00:00 2001 From: Remotework Date: Fri, 24 Apr 2026 00:27:24 -0400 Subject: [PATCH] fix(cli): shorten overlong tip entry --- hermes_cli/tips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes_cli/tips.py b/hermes_cli/tips.py index 04bddc8b6e..f4dfa95d25 100644 --- a/hermes_cli/tips.py +++ b/hermes_cli/tips.py @@ -129,7 +129,7 @@ TIPS = [ # --- Tools & Capabilities --- "execute_code runs Python scripts that call Hermes tools programmatically — results stay out of context.", - "delegate_task spawns up to 3 concurrent sub-agents by default (delegation.max_concurrent_children) with isolated contexts for parallel work.", + "delegate_task spawns up to 3 sub-agents by default (see delegation.max_concurrent_children) with isolated contexts for parallel work.", "web_extract works on PDF URLs — pass any PDF link and it converts to markdown.", "search_files is ripgrep-backed and faster than grep — use it instead of terminal grep.", "patch uses 9 fuzzy matching strategies so minor whitespace differences won't break edits.",