| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-28 | feat: add azure openai models (#74) | YJG | |
| 2025-04-27 | fix duplicate context | Kujtim Hoxha | |
| 2025-04-27 | remove unnecessary var | Kujtim Hoxha | |
| 2025-04-27 | fix context | Kujtim Hoxha | |
| 2025-04-27 | feat: configure context paths (#86) | Garrett Ladley | |
| 2025-04-27 | fix minor issue | Kujtim Hoxha | |
| 2025-04-27 | fix gemini provider | Kujtim Hoxha | |
| 2025-04-27 | fix: gemini tool calling | Lukáš Loukota | |
| 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 | fix provider config | Kujtim Hoxha | |
| 2025-04-27 | Handle new Cursor rules format | Sam Ottenhoff | |
| 1. Check if a path ends with a slash (/) 2. If it does, treat it as a directory and read all files within it 3. For directories like .cursor/rules/, it will scan all files and include their content in the prompt 4. Each file from a directory will be prefixed with "# From filename" for clarity | |||
| 2025-04-27 | fix retry warning | Kujtim Hoxha | |
| 2025-04-27 | feat: simpler diff implementation | Garrett Mitchell Ladley | |
| 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-25 | fix acc error | Kujtim Hoxha | |
| 2025-04-25 | small fixes | Kujtim Hoxha | |
| 2025-04-25 | feat(groq): add support for Groq using the OpenAI provider | Hunter Casten | |
| 2025-04-24 | remove tool timeout | Kujtim Hoxha | |
| 2025-04-24 | add more installation options | Dax Raad | |
| 2025-04-24 | try fix | Kujtim Hoxha | |
| 2025-04-24 | try fix | Kujtim Hoxha | |
| 2025-04-24 | change db driver | Kujtim Hoxha | |
| 2025-04-24 | fix kitty issues | Kujtim Hoxha | |
| 2025-04-24 | back to disablign cgo | Dax Raad | |
| 2025-04-24 | force CGO | Dax Raad | |
| 2025-04-24 | turn on cgo | Dax Raad | |
| 2025-04-24 | fix version ldflags | Dax Raad | |
| 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 | update mainter email | Kujtim Hoxha | |
| 2025-04-24 | small changes | Kujtim Hoxha | |
| 2025-04-24 | remove edit/normal mode | Kujtim Hoxha | |
| 2025-04-22 | sync | Dax Raad | |
| 2025-04-22 | remove cache | Dax Raad | |
| 2025-04-22 | sync | Dax Raad | |
| 2025-04-22 | attempt cache builds | Dax Raad | |
| 2025-04-22 | CI (#43) | Dax | |
| * sync * ci test * ci test * tag * sync * sync * ci * sync * enable cgo * sync * add back brew * switch to main | |||
| 2025-04-22 | Merge pull request #38 from rgodha24/fix-provider-defaults | Kujtim Hoxha | |
| fix: set provider defaults correctly in AWS projects | |||
| 2025-04-22 | fix: set provider defaults correctly in AWS projects | Rohan Godha | |
| 2025-04-22 | Merge pull request #34 from shreyassanthu77/main | Kujtim Hoxha | |
| 2025-04-22 | look for $HOME/.config for config in addition to $XDG_CONFIG_HOME/ | Shreyas Mididoddi | |
| 2025-04-21 | Merge pull request #27 from kujtimiihoxha/opencode | Kujtim Hoxha | |
| OpenCode - Initial Implementation | |||
| 2025-04-21 | init command | Kujtim Hoxha | |
| 2025-04-21 | prevent the editor when agent busy | Kujtim Hoxha | |
| 2025-04-21 | small things | Kujtim Hoxha | |
| 2025-04-21 | update readme | Kujtim Hoxha | |
