| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-24 | fix kitty issues | Kujtim Hoxha | |
| 2025-04-24 | change package name | Kujtim Hoxha | |
| 2025-04-24 | change additions/removals | Kujtim Hoxha | |
| 2025-04-24 | small fixes | Kujtim Hoxha | |
| 2025-04-24 | small changes | Kujtim Hoxha | |
| 2025-04-24 | remove edit/normal mode | Kujtim Hoxha | |
| 2025-04-21 | init command | Kujtim Hoxha | |
| 2025-04-21 | prevent the editor when agent busy | Kujtim Hoxha | |
| 2025-04-21 | config validation | Kujtim Hoxha | |
| 2025-04-21 | fix the memory bug | Kujtim Hoxha | |
| 2025-04-21 | improve cache | Kujtim Hoxha | |
| 2025-04-21 | initial tool call stream | Kujtim Hoxha | |
| 2025-04-21 | lsp improvements | Kujtim Hoxha | |
| 2025-04-21 | small fixes | Kujtim Hoxha | |
| 2025-04-21 | implement patch, update ui, improve rendering | Kujtim Hoxha | |
| 2025-04-21 | update logs | Kujtim Hoxha | |
| 2025-04-21 | small improvements | Kujtim Hoxha | |
| 2025-04-21 | Update agent prompt, improve TUI patch UI, remove obsolete tool tests | Kujtim 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-21 | rename to opencode | Kujtim Hoxha | |
| 2025-04-21 | reimplement agent,provider and add file history | Kujtim Hoxha | |
| 2025-04-21 | remove node dependency and implement diff format | Kujtim Hoxha | |
| 2025-04-21 | cleanup diff, cleanup agent | Kujtim Hoxha | |
| 2025-04-21 | cleanup app, config and root | 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-10 | fix logs and add cancellation | Kujtim Hoxha | |
| 2025-04-09 | add logs border title | 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 | Merge pull request #22 from adamdottv/adam/retries | Kujtim Hoxha | |
| fix(anthropic): better 429/529 handling | |||
| 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-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 | 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-03 | small fixes | Kujtim Hoxha | |
