Fix shed_help to return normal help when howto is empty string

When LLM passes howto="" instead of omitting the parameter,
treat it as a request for normal help instead of an unknown howto error.

https://claude.ai/code/session_01DLaRR2nnTryPWd2p7MyUtf
This commit is contained in:
Claude 2026-01-28 23:56:06 +00:00
parent 2f57d7f81f
commit 7dc71daa88
No known key found for this signature in database

View file

@ -7155,8 +7155,8 @@ class Tools:
# List of available howtos
available_howtos = list(self._core.HOWTO_GUIDES.keys()) + ["full"]
# No argument: return quick help + howto list
if howto is None:
# No argument (or empty string): return quick help + howto list
if not howto:
help_text = """# 🛖 Fileshed - Quick Reference
## 🔥 WORKFLOWS (choose one!)