summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/tui.go
AgeCommit message (Collapse)Author
2025-04-21config validationKujtim Hoxha
2025-04-21fix the memory bugKujtim Hoxha
2025-04-21small fixesKujtim Hoxha
2025-04-21implement patch, update ui, improve renderingKujtim Hoxha
2025-04-21small improvementsKujtim Hoxha
2025-04-21rename to opencodeKujtim Hoxha
2025-04-21reimplement agent,provider and add file historyKujtim Hoxha
2025-04-21cleanup app, config and rootKujtim Hoxha
2025-04-21wip filesKujtim Hoxha
2025-04-21intiial layoutKujtim Hoxha
2025-04-10fix logs and add cancellationKujtim Hoxha
2025-04-09small fixesKujtim Hoxha
2025-04-09finish logs pageKujtim 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-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-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-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-01rework llmKujtim Hoxha
2025-03-26additional toolsKujtim Hoxha
2025-03-23initial agent setupKujtim Hoxha
2025-03-23add initial stuffKujtim Hoxha
2025-03-23add helpKujtim Hoxha
2025-03-21initialKujtim Hoxha