summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/sourcegraph.go
AgeCommit message (Collapse)Author
2025-05-14chore: remove sourcegraph tooladamdottv
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-11small changeKujtim Hoxha
2025-04-08structure tools the sameKujtim Hoxha
- add some tests - fix some tests - change how we handle permissions
2025-04-04Improve Sourcegraph tool with context window and fix diagnosticsKujtim Hoxha
- Add context_window parameter to control code context display - Fix LSP diagnostics notification handling with proper async waiting - Switch to keyword search pattern for better results - Add Sourcegraph tool to task agent 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04add sourcegraph toolKujtim Hoxha