summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/glob.go
AgeCommit message (Collapse)Author
2025-05-29wip: refactoring tuiadamdottv
2025-05-15fix(complete-module): loggingAdictya
2025-05-15feat(complete-module): add completions logic, dialog and providersAdictya
2025-05-13chore: renameadamdottv
2025-04-27small glob fixesKujtim Hoxha
2025-04-27[feature/ripgrep-glob] Add ripgrep-based file globbing to improve performanceisaac-scarrott
- 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-24change package nameKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim Hoxha
2025-04-21rename to opencodeKujtim Hoxha
2025-04-21reimplement agent,provider and add file historyKujtim Hoxha
2025-04-21handle errors correctly in the other toolsKujtim Hoxha
2025-04-08structure tools the sameKujtim Hoxha
- add some tests - fix some tests - change how we handle permissions
2025-04-01rework llmKujtim Hoxha
2025-03-26additional toolsKujtim Hoxha