summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/write.go
AgeCommit message (Collapse)Author
2025-05-29wip: refactoring tuiadamdottv
2025-05-16fix: Show correct file paths in permission window (#25)Ed Zynda
* Fix paths in permission window to show relative paths * Fix paths in permission window to show actual file paths
2025-05-13chore: renameadamdottv
2025-05-12wip: refactoringadamdottv
2025-05-09wip: logging improvementsadamdottv
2025-04-24change package nameKujtim Hoxha
2025-04-21init commandKujtim Hoxha
2025-04-21config validationKujtim Hoxha
2025-04-21remove old logsKujtim Hoxha
2025-04-21rename to opencodeKujtim Hoxha
2025-04-21reimplement agent,provider and add file historyKujtim Hoxha
2025-04-21fix diffKujtim Hoxha
2025-04-21remove node dependency and implement diff formatKujtim Hoxha
2025-04-21handle errors correctly in the other toolsKujtim Hoxha
2025-04-21handle errors correctly in the edit toolKujtim Hoxha
2025-04-21cleanup diff, cleanup agentKujtim Hoxha
2025-04-21add initial git supportKujtim 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-03add initial lsp supportKujtim Hoxha
2025-04-01rework llmKujtim Hoxha
2025-03-26additional toolsKujtim Hoxha