- Add disallowed_tools=["Bash"] to SDK options so the model never tries
the built-in Bash tool (previously it tried Bash, got blocked by the
security hook, then fell back to bash_exec — wasting a turn)
- Resolve merge conflicts in tools/models.py (keep both HEAD additions
and incoming BlockDetails/BlockDetailsResponse)
- Fix pyright error in find_block.py (pass categories to BlockInfoSummary)