summaryrefslogtreecommitdiffhomepage
path: root/internal/llm
AgeCommit message (Collapse)Author
2025-04-10fix cancellKujtim Hoxha
2025-04-10fix logs and add cancellationKujtim Hoxha
2025-04-09default the region to usKujtim Hoxha
2025-04-09minor fixesKujtim Hoxha
2025-04-09Merge pull request #25 from kujtimiihoxha/cleanup-logs-statusKujtim Hoxha
Cleanup Logs and Status
2025-04-09finish logs pageKujtim Hoxha
2025-04-09add bedrock supportKujtim Hoxha
2025-04-08cleanup retryKujtim Hoxha
2025-04-08Merge pull request #22 from adamdottv/adam/retriesKujtim Hoxha
fix(anthropic): better 429/529 handling
2025-04-08fix typoKujtim Hoxha
2025-04-08structure tools the sameKujtim Hoxha
- add some tests - fix some tests - change how we handle permissions
2025-04-08fix: status messagesadamdottv
2025-04-07improve status message handlingKujtim Hoxha
2025-04-07fix: handle anthropic 429sadamdottv
2025-04-05fix(anthropic): increase max retriesadamdottv
2025-04-04fix(anthropic): skip empty messagesadamdottv
2025-04-04Enhance bash tool security and improve permission dialog UIKujtim Hoxha
- Expand safe command list with common dev tools (git, go, node, python, etc.) - Improve multi-word command detection for better security checks - Add scrollable viewport to permission dialog for better diff viewing - Fix command batching in TUI update to properly handle multiple commands 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
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-04add sourcegraph toolKujtim Hoxha
2025-04-03small improvements to the promptKujtim Hoxha
2025-04-03small fixesKujtim Hoxha
2025-04-03small fixesKujtim Hoxha
2025-04-03add initial lsp supportKujtim Hoxha
2025-04-01rework llmKujtim Hoxha
2025-03-26additional toolsKujtim Hoxha
2025-03-24initial working agentKujtim Hoxha
2025-03-23initial agent setupKujtim Hoxha