A powerful search tool based-on ripgrep. **Tips:** - ALWAYS use Grep tool instead of running `grep` or `rg` command with Shell tool. - Use the ripgrep pattern syntax, not grep syntax. E.g. you need to escape braces like `\\{` to search for `{`.