| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-21 | reimplement agent,provider and add file history | Kujtim Hoxha | |
| 2025-04-21 | minor fixes | Kujtim Hoxha | |
| 2025-04-21 | fix segment diff and add new theme | Kujtim Hoxha | |
| 2025-04-21 | fix diff | Kujtim Hoxha | |
| 2025-04-21 | remove node dependency and implement diff format | Kujtim Hoxha | |
| 2025-04-21 | handle errors correctly in the other tools | Kujtim Hoxha | |
| 2025-04-21 | handle errors correctly in the edit tool | Kujtim Hoxha | |
| 2025-04-21 | handle errros correctly in the bash tool | Kujtim Hoxha | |
| 2025-04-21 | handle errors correctly in the agent tool | Kujtim Hoxha | |
| 2025-04-21 | cleanup diff, cleanup agent | Kujtim Hoxha | |
| 2025-04-21 | cleanup app, config and root | Kujtim Hoxha | |
| 2025-04-21 | cleanup config | Kujtim Hoxha | |
| 2025-04-21 | wip files | Kujtim Hoxha | |
| 2025-04-21 | add initial git support | Kujtim Hoxha | |
| 2025-04-21 | implement nested tool calls and initial setup for result metadata | Kujtim Hoxha | |
| 2025-04-21 | add initial message handling | Kujtim Hoxha | |
| 2025-04-21 | add initial mock sidebar | Kujtim Hoxha | |
| 2025-04-21 | intiial layout | Kujtim Hoxha | |
| 2025-04-15 | OpenAI model config changed to GPT-4.1 | jdlms | |
| 2025-04-12 | refactor: use context for automatic lsp process cleanup | Nacho Vazquez | |
| 2025-04-11 | small change | Kujtim Hoxha | |
| 2025-04-10 | fix cancell | Kujtim Hoxha | |
| 2025-04-10 | fix logs and add cancellation | Kujtim Hoxha | |
| 2025-04-09 | add logs border title | Kujtim Hoxha | |
| 2025-04-09 | default the region to us | Kujtim Hoxha | |
| 2025-04-09 | minor fixes | Kujtim Hoxha | |
| 2025-04-09 | Merge pull request #25 from kujtimiihoxha/cleanup-logs-status | Kujtim Hoxha | |
| Cleanup Logs and Status | |||
| 2025-04-09 | small fixes | Kujtim Hoxha | |
| 2025-04-09 | finish logs page | Kujtim Hoxha | |
| 2025-04-09 | remove logs | Kujtim Hoxha | |
| 2025-04-09 | add bedrock support | Kujtim Hoxha | |
| 2025-04-08 | cleanup retry | Kujtim Hoxha | |
| 2025-04-08 | Merge pull request #22 from adamdottv/adam/retries | Kujtim Hoxha | |
| fix(anthropic): better 429/529 handling | |||
| 2025-04-08 | fix typo | Kujtim Hoxha | |
| 2025-04-08 | structure tools the same | Kujtim Hoxha | |
| - add some tests - fix some tests - change how we handle permissions | |||
| 2025-04-08 | fix: status messages | adamdottv | |
| 2025-04-07 | improve status message handling | Kujtim Hoxha | |
| 2025-04-07 | fix: handle anthropic 429s | adamdottv | |
| 2025-04-05 | fix(anthropic): increase max retries | adamdottv | |
| 2025-04-04 | fix(anthropic): skip empty messages | adamdottv | |
| 2025-04-04 | Enhance bash tool security and improve permission dialog UI | Kujtim 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-04 | Make tool error results visually distinct with red border | Kujtim 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-04 | Modernize min/max usage in permission dialog | Kujtim 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-04 | Fix status message clearing issue | Kujtim 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-04 | Improve LSP diagnostics handling for file operations | Kujtim 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-04 | Add auto-removal of status bar messages after timeout | Kujtim Hoxha | |
| 🤖 Generated with termai Co-Authored-By: termai <[email protected]> | |||
| 2025-04-04 | Improve diff display with colored formatting in permission dialogs | Kujtim 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-04 | Make permission dialog height dynamic based on content | Kujtim 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-04 | Enhance UI feedback and improve file diff visualization | Kujtim 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-04 | Improve Sourcegraph tool with context window and fix diagnostics | Kujtim 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]> | |||
