summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components
AgeCommit message (Collapse)Author
2025-04-24remove edit/normal modeKujtim Hoxha
2025-04-21init commandKujtim Hoxha
2025-04-21prevent the editor when agent busyKujtim Hoxha
2025-04-21fix the memory bugKujtim Hoxha
2025-04-21improve cacheKujtim Hoxha
2025-04-21initial tool call streamKujtim Hoxha
2025-04-21lsp improvementsKujtim Hoxha
2025-04-21small fixesKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim Hoxha
2025-04-21update logsKujtim Hoxha
2025-04-21small improvementsKujtim Hoxha
2025-04-21Update agent prompt, improve TUI patch UI, remove obsolete tool testsKujtim Hoxha
- Replace and expand agent coder prompt for clarity and safety - Add patch tool and TUI dialog support for patch diffs - Sort sidebar modified files by name - Remove Bash/Edit/Sourcegraph/Write tool tests 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-04-21rename to opencodeKujtim Hoxha
2025-04-21reimplement agent,provider and add file historyKujtim Hoxha
2025-04-21remove node dependency and implement diff formatKujtim Hoxha
2025-04-21cleanup diff, cleanup agentKujtim Hoxha
2025-04-21cleanup app, config and rootKujtim Hoxha
2025-04-21add initial git supportKujtim Hoxha
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-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-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