summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-04-28feat: add azure openai models (#74)YJG
2025-04-27fix duplicate contextKujtim Hoxha
2025-04-27remove unnecessary varKujtim Hoxha
2025-04-27fix contextKujtim Hoxha
2025-04-27feat: configure context paths (#86)Garrett Ladley
2025-04-27fix minor issueKujtim Hoxha
2025-04-27fix gemini providerKujtim Hoxha
2025-04-27fix: gemini tool callingLukáš Loukota
2025-04-27small glob fixesKujtim Hoxha
2025-04-27[feature/ripgrep-glob] Add ripgrep-based file globbing to improve performanceisaac-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-27fix provider configKujtim Hoxha
2025-04-27Handle new Cursor rules formatSam 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-27fix retry warningKujtim Hoxha
2025-04-27feat: simpler diff implementationGarrett Mitchell Ladley
2025-04-27use workingDir if shellInstance is nil otherwise use cwd if shellInstance is ↵Fuad
not nil
2025-04-27use provided workingg dirFuad
2025-04-27Fix nil pointer dereference in GetPersistentShellFuad
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-25fix acc errorKujtim Hoxha
2025-04-25small fixesKujtim Hoxha
2025-04-25feat(groq): add support for Groq using the OpenAI providerHunter Casten
2025-04-24remove tool timeoutKujtim Hoxha
2025-04-24add more installation optionsDax Raad
2025-04-24try fixKujtim Hoxha
2025-04-24try fixKujtim Hoxha
2025-04-24change db driverKujtim Hoxha
2025-04-24fix kitty issuesKujtim Hoxha
2025-04-24back to disablign cgoDax Raad
2025-04-24force CGODax Raad
2025-04-24turn on cgoDax Raad
2025-04-24fix version ldflagsDax Raad
2025-04-24change package nameKujtim Hoxha
2025-04-24change additions/removalsKujtim Hoxha
2025-04-24small fixesKujtim Hoxha
2025-04-24update mainter emailKujtim Hoxha
2025-04-24small changesKujtim Hoxha
2025-04-24remove edit/normal modeKujtim Hoxha
2025-04-22syncDax Raad
2025-04-22remove cacheDax Raad
2025-04-22syncDax Raad
2025-04-22attempt cache buildsDax Raad
2025-04-22CI (#43)Dax
* sync * ci test * ci test * tag * sync * sync * ci * sync * enable cgo * sync * add back brew * switch to main
2025-04-22Merge pull request #38 from rgodha24/fix-provider-defaultsKujtim Hoxha
fix: set provider defaults correctly in AWS projects
2025-04-22fix: set provider defaults correctly in AWS projectsRohan Godha
2025-04-22Merge pull request #34 from shreyassanthu77/mainKujtim Hoxha
2025-04-22look for $HOME/.config for config in addition to $XDG_CONFIG_HOME/Shreyas Mididoddi
2025-04-21Merge pull request #27 from kujtimiihoxha/opencodeKujtim Hoxha
OpenCode - Initial Implementation
2025-04-21init commandKujtim Hoxha
2025-04-21prevent the editor when agent busyKujtim Hoxha
2025-04-21small thingsKujtim Hoxha
2025-04-21update readmeKujtim Hoxha