Files
opencode/internal/llm/tools
isaac-scarrott 3c2b0f4dd0 [feature/ripgrep-glob] Add ripgrep-based file globbing to improve performance
- Introduced `globWithRipgrep` function to perform file globbing using the `rg` (ripgrep) command.
- Updated `globFiles` to prioritize ripgrep-based globbing and fall back to doublestar-based globbing if ripgrep fails.
- Added logic to handle ripgrep command execution, output parsing, and filtering of hidden files.
- Ensured results are sorted by path length and limited to the specified maximum number of matches.
- Modified imports to include `os/exec` and `bytes` for ripgrep integration.
2025-04-27 18:01:31 +02:00
..
2025-04-24 18:26:16 +02:00
2025-04-24 18:26:16 +02:00
2025-04-24 18:26:16 +02:00
2025-04-24 18:26:16 +02:00
2025-04-24 18:26:16 +02:00
2025-04-01 13:38:54 +02:00
2025-04-24 18:26:16 +02:00
2025-04-24 18:26:16 +02:00
2025-04-21 13:42:02 +02:00
2025-04-24 18:26:16 +02:00
2025-04-24 18:26:16 +02:00