summaryrefslogtreecommitdiffhomepage
path: root/internal/tui
AgeCommit message (Collapse)Author
2025-04-21implement nested tool calls and initial setup for result metadataKujtim Hoxha
2025-04-21add initial message handlingKujtim Hoxha
2025-04-21add initial mock sidebarKujtim Hoxha
2025-04-21intiial layoutKujtim Hoxha
2025-04-10fix logs and add cancellationKujtim Hoxha
2025-04-09add logs border titleKujtim Hoxha
2025-04-09minor fixesKujtim Hoxha
2025-04-09Merge pull request #25 from kujtimiihoxha/cleanup-logs-statusKujtim Hoxha
Cleanup Logs and Status
2025-04-09small fixesKujtim Hoxha
2025-04-09finish logs pageKujtim Hoxha
2025-04-09remove logsKujtim Hoxha
2025-04-09add bedrock supportKujtim Hoxha
2025-04-08Merge pull request #22 from adamdottv/adam/retriesKujtim Hoxha
fix(anthropic): better 429/529 handling
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-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-04Make tool error results visually distinct with red borderKujtim Hoxha
- Change tool result border color to red when displaying errors - Keep green border for successful results - Improve visual distinction between error and success states 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Modernize min/max usage in permission dialogKujtim Hoxha
- Replace if statements with direct min/max function calls - Fix linter hint about using modern min/max functions - Simplify code for better readability 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Fix status message clearing issueKujtim Hoxha
- Add missing case for ClearStatusMsg in main TUI update function - Ensures status messages are properly cleared after timeout 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Add auto-removal of status bar messages after timeoutKujtim Hoxha
🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Improve diff display with colored formatting in permission dialogsKujtim Hoxha
- Add colored formatting for diff display (green for additions, red for removals) - Create a dedicated formatDiff function to handle diff styling - Restructure permission dialog render function for better organization - Apply custom styling to different line types in diffs 🤖 Generated with termai Co-Authored-By: termai <[email protected]>
2025-04-04Make permission dialog height dynamic based on contentKujtim Hoxha
- Adjust dialog height for bash commands based on content length - Reduce default dialog size for bash commands to be more compact - Add strings import for string splitting 🤖 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-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
2025-03-23add initial stuffKujtim Hoxha
2025-03-23small size fix and colors addedKujtim Hoxha
2025-03-23add helpKujtim Hoxha
2025-03-21initialKujtim Hoxha