| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge pull request #30 from jdlms/update/config-GPT4.1 | Kujtim Hoxha | |
| OpenAI model config changed to GPT-4.1 | |||
| 2025-04-15 | OpenAI model config changed to GPT-4.1 | jdlms | |
| 2025-04-13 | Merge pull request #28 from naxodev/refactor/improve-process-management | Kujtim Hoxha | |
| refactor: use context for automatic lsp process cleanup | |||
| 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 | Merge pull request #26 from kujtimiihoxha/bedrock | Kujtim Hoxha | |
| Add initial support for bedrock | |||
| 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 | Merge pull request #24 from kujtimiihoxha/cleanup-tools | Kujtim Hoxha | |
| Cleanup tools | |||
| 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-07 | update readme | Kujtim Hoxha | |
| 2025-04-07 | remove test code | Kujtim Hoxha | |
| 2025-04-05 | fix(anthropic): increase max retries | adamdottv | |
| 2025-04-05 | Merge pull request #21 from adamdottv/adam/anthropic-empty-messages | Kujtim Hoxha | |
| 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]> | |||
