Commit log
b3c0285
feat: model selection for given provider (#57)
Click to expand commit body
* feat: model selection for given provider
* tweak: adjust cfg validation func, remove duplicated logic, consolidate agent updating into agent.go
* tweak: make the model dialog scrollable, adjust padding slightly for modal"
* feat: add provider selection, add hints, simplify some logic, add horizontal scrolling support, additional scroll indicators"
* remove nav help
* update docs
* increase number of visible models, make horizontal scroll "wrap"
* add provider popularity rankings
Aiden Cline
created
9 months ago
805aeff
feat: add azure openai models (#74)
YJG
created
9 months ago
bce2ec5
fix duplicate context
Kujtim Hoxha
created
9 months ago
292e9d9
remove unnecessary var
Kujtim Hoxha
created
9 months ago
Kujtim Hoxha
created
9 months ago
8f3a94d
feat: configure context paths (#86)
Garrett Ladley
created
9 months ago
4415220
fix minor issue
Kujtim Hoxha
created
9 months ago
a3a04d8
fix gemini provider
Kujtim Hoxha
created
9 months ago
792e2b1
fix: gemini tool calling
Lukรกลก Loukota
created
9 months ago
5859dcd
small glob fixes
Kujtim Hoxha
created
9 months ago
3c2b0f4
[feature/ripgrep-glob] Add ripgrep-based file globbing to improve performance
Click to expand commit body
- 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
9 months ago
9738886
fix provider config
Kujtim Hoxha
created
9 months ago
f3dccad
Handle new Cursor rules format
Click to expand commit body
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
10 months ago
b3a8dbd
fix retry warning
Kujtim Hoxha
created
9 months ago
d93694a
feat: simpler diff implementation
Garrett Mitchell Ladley
created
9 months ago
8a4d415
use workingDir if shellInstance is nil otherwise use cwd if shellInstance is not nil
Fuad
created
9 months ago
f12386e
use provided workingg dir
Fuad
created
9 months ago
94aeb7b
Fix nil pointer dereference in GetPersistentShell
Click to expand commit body
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
9 months ago
Kujtim Hoxha
created
9 months ago
Kujtim Hoxha
created
10 months ago
7a62ab7
feat(groq): add support for Groq using the OpenAI provider
Hunter Casten
created
10 months ago
1586d75
remove tool timeout
Kujtim Hoxha
created
10 months ago
d043526
add more installation options
Dax Raad
created
10 months ago
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
de41703
change db driver
Kujtim Hoxha
created
10 months ago
2c24bfb
fix kitty issues
Kujtim Hoxha
created
10 months ago
47a37b7
back to disablign cgo
Dax Raad
created
10 months ago
Dax Raad
created
10 months ago
Dax Raad
created
10 months ago
f2f6efd
fix version ldflags
Dax Raad
created
10 months ago
b106787
change package name
Kujtim Hoxha
created
10 months ago
e1b2ce4
change additions/removals
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
f879a94
update mainter email
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
2c5003e
remove edit/normal mode
Kujtim Hoxha
created
10 months ago
Dax Raad
created
10 months ago
Dax Raad
created
10 months ago
Dax Raad
created
10 months ago
259858d
attempt cache builds
Dax Raad
created
10 months ago
Click to expand commit body
* sync
* ci test
* ci test
* tag
* sync
* sync
* ci
* sync
* enable cgo
* sync
* add back brew
* switch to main
Dax
created
10 months ago
cded7ee
Merge pull request #38 from rgodha24/fix-provider-defaults
Click to expand commit body
fix: set provider defaults correctly in AWS projects
Kujtim Hoxha
created
10 months ago
c02721c
fix: set provider defaults correctly in AWS projects
Rohan Godha
created
10 months ago
5d7a9a9
Merge pull request #34 from shreyassanthu77/main
Kujtim Hoxha
created
10 months ago
ce8bf37
look for $HOME/.config for config in addition to $XDG_CONFIG_HOME/
Shreyas Mididoddi
created
10 months ago
f33dff8
Merge pull request #27 from kujtimiihoxha/opencode
Click to expand commit body
OpenCode - Initial Implementation
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
d7569d7
prevent the editor when agent busy
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
Page 37 of 39