4415220
fix minor issue
Kujtim Hoxha created
4415220
fix minor issue
Kujtim Hoxha created
a3a04d8
fix gemini provider
Kujtim Hoxha created
792e2b1
fix: gemini tool calling
Lukรกลก Loukota created
5859dcd
small glob fixes
Kujtim Hoxha created
3c2b0f4
[feature/ripgrep-glob] Add ripgrep-based file globbing to improve performance
- 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.
isaac-scarrott created
9738886
fix provider config
Kujtim Hoxha created
f3dccad
Handle new Cursor rules format
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
Sam Ottenhoff created
b3a8dbd
fix retry warning
Kujtim Hoxha created
d93694a
feat: simpler diff implementation
Garrett Mitchell Ladley created
8a4d415
use workingDir if shellInstance is nil otherwise use cwd if shellInstance is not nil
Fuad created
f12386e
use provided workingg dir
Fuad created
94aeb7b
Fix nil pointer dereference in GetPersistentShell
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.
Fuad created
a35466c
fix acc error
Kujtim Hoxha created
170c7ad
small fixes
Kujtim Hoxha created
7a62ab7
feat(groq): add support for Groq using the OpenAI provider
Hunter Casten created
1586d75
remove tool timeout
Kujtim Hoxha created
d043526
add more installation options
Dax Raad created
aaf0bc1
try fix
Kujtim Hoxha created
f2d9bb7
try fix
Kujtim Hoxha created
de41703
change db driver
Kujtim Hoxha created
2c24bfb
fix kitty issues
Kujtim Hoxha created
47a37b7
back to disablign cgo
Dax Raad created
bdbf31f
force CGO
Dax Raad created
4e6560e
turn on cgo
Dax Raad created
f2f6efd
fix version ldflags
Dax Raad created
b106787
change package name
Kujtim Hoxha created
e1b2ce4
change additions/removals
Kujtim Hoxha created
c42d94c
small fixes
Kujtim Hoxha created
f879a94
update mainter email
Kujtim Hoxha created
6d05d5a
small changes
Kujtim Hoxha created
2c5003e
remove edit/normal mode
Kujtim Hoxha created
1b22acb
sync
Dax Raad created
7648a2d
remove cache
Dax Raad created
789ff3c
sync
Dax Raad created
259858d
attempt cache builds
Dax Raad created
289f6af
CI (#43)
* sync * ci test * ci test * tag * sync * sync * ci * sync * enable cgo * sync * add back brew * switch to main
Dax created
cded7ee
Merge pull request #38 from rgodha24/fix-provider-defaults
fix: set provider defaults correctly in AWS projects
Kujtim Hoxha created
c02721c
fix: set provider defaults correctly in AWS projects
Rohan Godha created
5d7a9a9
Merge pull request #34 from shreyassanthu77/main
Kujtim Hoxha created
ce8bf37
look for $HOME/.config for config in addition to $XDG_CONFIG_HOME/
Shreyas Mididoddi created
f33dff8
Merge pull request #27 from kujtimiihoxha/opencode
OpenCode - Initial Implementation
Kujtim Hoxha created
3a6a269
init command
Kujtim Hoxha created
d7569d7
prevent the editor when agent busy
Kujtim Hoxha created
ed3518d
small things
Kujtim Hoxha created
d03a73a
update readme
Kujtim Hoxha created
1e11805
add description
Kujtim Hoxha created
a8d5787
config validation
Kujtim Hoxha created
9ae6af8
remove old logs
Kujtim Hoxha created
e7bb99b
fix the memory bug
Kujtim Hoxha created
1da298e
fix anthropic
Kujtim Hoxha created