(...aliases)
| 767 | .map(v => String(v || '').trim()) |
| 768 | .filter(Boolean)); |
| 769 | const has = (...aliases) => aliases.some(name => names.has(name)); |
| 770 | return { |
| 771 | runCommand: has('run_command', 'shell_command', 'shell', 'Bash'), |
| 772 | viewFile: has('view_file', 'read_file', 'Read'), |
no outgoing calls
no test coverage detected