summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/diagnostics.go
AgeCommit message (Collapse)Author
2025-05-14feat: docSymbols and workspaceSymbols toolsadamdottv
2025-05-13chore: renameadamdottv
2025-05-02fix: diagnostics tool initadamdottv
2025-04-24change package nameKujtim Hoxha
2025-04-21rename to opencodeKujtim Hoxha
2025-04-21handle errors correctly in the edit toolKujtim Hoxha
2025-04-08structure tools the sameKujtim Hoxha
- add some tests - fix some tests - change how we handle permissions
2025-04-04Improve LSP diagnostics handling for file operationsKujtim Hoxha
- Split LSP file notification into separate functions - Add waitForLspDiagnostics function to wait for diagnostics after file changes - Move LSP diagnostics to after file operations in edit and write tools - Fix string splitting in diff generation - Reduce diagnostics timeout from 10 to 5 seconds 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Enhance UI feedback and improve file diff visualizationKujtim Hoxha
- Improve diff display in permission dialogs with better formatting - Add visual indicators for focus changes in permission dialogs - Increase diagnostics timeout from 5 to 10 seconds - Fix write tool to show proper diffs for existing files - Update status component to properly handle messages 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
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-03small improvements to the promptKujtim Hoxha
2025-04-03add initial lsp supportKujtim Hoxha