Commit 4c4d237
fix: correct api_commands set to use 'tool' not 'tools'
The command is registered as 'tool' (singular) but the api_commands
set had 'tools' (plural). This caused ensure_initialization() to run
for 'bm tool --help', triggering the hanging issue on Windows.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>1 parent d98497e commit 4c4d237
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments