| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-29 | wip: refactoring tui | adamdottv | |
| 2025-05-16 | fix: Show correct file paths in permission window (#25) | Ed Zynda | |
| * Fix paths in permission window to show relative paths * Fix paths in permission window to show actual file paths | |||
| 2025-05-16 | feat: Make shell configurable via config file (#23) | Ed Zynda | |
| 2025-05-15 | feat: batch tool | adamdottv | |
| 2025-05-15 | fix(complete-module): logging | Adictya | |
| 2025-05-15 | feat(complete-module): add completions logic, dialog and providers | Adictya | |
| 2025-05-14 | feat: codeAction tool | adamdottv | |
| 2025-05-14 | feat: docSymbols and workspaceSymbols tools | adamdottv | |
| 2025-05-14 | feat: definition and references tools | adamdottv | |
| 2025-05-14 | chore: remove sourcegraph tool | adamdottv | |
| 2025-05-13 | chore: rename | adamdottv | |
| 2025-05-12 | chore: cleanup | adamdottv | |
| 2025-05-12 | wip: refactoring | adamdottv | |
| 2025-05-09 | wip: logging improvements | adamdottv | |
| 2025-05-08 | chore: refactoring status updates | adamdottv | |
| 2025-05-02 | chore: cleanup and logging | adamdottv | |
| 2025-05-02 | fix: diagnostics tool init | adamdottv | |
| 2025-05-01 | fix: remove lsp tool | adamdottv | |
| 2025-05-01 | feat: lsp discovery | adamdottv | |
| 2025-04-27 | small glob fixes | Kujtim Hoxha | |
| 2025-04-27 | [feature/ripgrep-glob] Add ripgrep-based file globbing to improve performance | isaac-scarrott | |
| - Introduced `globWithRipgrep` function to perform file globbing using the `rg` (ripgrep) command. - Updated `globFiles` to prioritize ripgrep-based globbing and fall back to doublestar-based globbing if ripgrep fails. - Added logic to handle ripgrep command execution, output parsing, and filtering of hidden files. - Ensured results are sorted by path length and limited to the specified maximum number of matches. - Modified imports to include `os/exec` and `bytes` for ripgrep integration. | |||
| 2025-04-27 | use workingDir if shellInstance is nil otherwise use cwd if shellInstance is ↵ | Fuad | |
| not nil | |||
| 2025-04-27 | use provided workingg dir | Fuad | |
| 2025-04-27 | Fix nil pointer dereference in GetPersistentShell | Fuad | |
| Added nil check in GetPersistentShell before accessing shellInstance.isAlive to prevent panic when newPersistentShell returns nil due to shell startup errors. This resolves the "invalid memory address or nil pointer dereference" error that was occurring in the shell tool. | |||
| 2025-04-24 | change package name | Kujtim Hoxha | |
| 2025-04-21 | init command | Kujtim Hoxha | |
| 2025-04-21 | config validation | Kujtim Hoxha | |
| 2025-04-21 | remove old logs | Kujtim Hoxha | |
| 2025-04-21 | fix anthropic | 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 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 | 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 | cleanup diff, cleanup agent | 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-11 | small change | Kujtim Hoxha | |
| 2025-04-08 | cleanup retry | Kujtim Hoxha | |
| 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-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 | 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 | 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]> | |||
