130 Commits

Author SHA1 Message Date
Kujtim Hoxha b362dd2182 fix provider config
release / goreleaser (push) Has been cancelled
v0.0.29
2025-04-27 14:44:40 +02:00
Sam Ottenhoff 0e783fbbfa 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
2025-04-27 14:17:06 +02:00
Kujtim Hoxha 8cad545138 fix retry warning
release / goreleaser (push) Has been cancelled
v0.0.28
2025-04-27 14:08:09 +02:00
Garrett Mitchell Ladley 108ba90f13 feat: simpler diff implementation 2025-04-27 13:56:57 +02:00
Fuad f83e9980f0 use workingDir if shellInstance is nil otherwise use cwd if shellInstance is not nil 2025-04-27 13:46:59 +02:00
Fuad 869dc96ac1 use provided workingg dir 2025-04-27 13:46:59 +02:00
Fuad 024118757d 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.
2025-04-27 13:46:59 +02:00
Kujtim Hoxha 7710a5c8cb fix acc error
release / goreleaser (push) Has been cancelled
v0.0.27
2025-04-25 21:58:14 +02:00
Kujtim Hoxha e0da02457b small fixes 2025-04-25 14:42:47 +02:00
Hunter Casten 8f31eb3ba0 feat(groq): add support for Groq using the OpenAI provider 2025-04-25 11:11:52 +02:00
Kujtim Hoxha bd986442e8 remove tool timeout 2025-04-24 22:35:17 +02:00
Dax Raad 99099458ed add more installation options 2025-04-24 16:34:57 -04:00
Kujtim Hoxha 36a7f2fb51 try fix 2025-04-24 22:27:51 +02:00
Kujtim Hoxha f6427a32dc try fix 2025-04-24 22:27:51 +02:00
Kujtim Hoxha 75170dac12 change db driver 2025-04-24 22:27:51 +02:00
Kujtim Hoxha f59ee986a4 fix kitty issues 2025-04-24 19:57:04 +02:00
Dax Raad c8f1148b8e back to disablign cgo 2025-04-24 12:46:11 -04:00
Dax Raad 30586e2710 force CGO
release / goreleaser (push) Has been cancelled
v0.0.22
2025-04-24 12:34:55 -04:00
Dax Raad 484dff2677 turn on cgo
release / goreleaser (push) Has been cancelled
v0.0.21
2025-04-24 12:30:33 -04:00
Dax Raad e35a914ccc fix version ldflags
release / goreleaser (push) Has been cancelled
v0.0.20
2025-04-24 12:26:42 -04:00
Kujtim Hoxha 6e33817b30 change package name 2025-04-24 18:26:16 +02:00
Kujtim Hoxha dcc3012f1b change additions/removals 2025-04-24 16:40:36 +02:00
Kujtim Hoxha 5c7850576b small fixes 2025-04-24 16:40:36 +02:00
Kujtim Hoxha 4c9ee89ff3 update mainter email 2025-04-24 16:40:36 +02:00
Kujtim Hoxha b90d7e3a9b small changes 2025-04-24 16:40:36 +02:00
Kujtim Hoxha a29f155feb remove edit/normal mode 2025-04-24 16:40:36 +02:00
Dax Raad e3419bb8b3 sync 2025-04-22 21:29:32 -04:00
Dax Raad dd79157a62 remove cache
release / goreleaser (push) Has been cancelled
v0.0.16
2025-04-22 21:23:20 -04:00
Dax Raad ebeb8c6973 sync
release / goreleaser (push) Has been cancelled
v0.0.15
2025-04-22 21:21:53 -04:00
Dax Raad c7ca4ababf attempt cache builds 2025-04-22 21:20:35 -04:00
Dax d9d6dbcd9a CI (#43)
release / goreleaser (push) Has been cancelled
* sync

* ci test

* ci test

* tag

* sync

* sync

* ci

* sync

* enable cgo

* sync

* add back brew

* switch to main
v0.0.14
2025-04-22 21:16:14 -04:00
Kujtim Hoxha fe98959d41 Merge pull request #38 from rgodha24/fix-provider-defaults
fix: set provider defaults correctly in AWS projects
2025-04-22 12:15:27 +02:00
Rohan Godha 7ee99cbd99 fix: set provider defaults correctly in AWS projects 2025-04-22 00:53:05 -04:00
Kujtim Hoxha 1367d34159 Merge pull request #34 from shreyassanthu77/main 2025-04-22 00:06:03 +02:00
Shreyas Mididoddi 1234559d0b look for $HOME/.config for config in addition to $XDG_CONFIG_HOME/ 2025-04-22 00:49:23 +05:30
Kujtim Hoxha 893ff09cdb Merge pull request #27 from kujtimiihoxha/opencode
OpenCode - Initial Implementation
2025-04-21 19:59:35 +02:00
Kujtim Hoxha 6344673f23 init command 2025-04-21 19:53:55 +02:00
Kujtim Hoxha 4a9496e9df prevent the editor when agent busy 2025-04-21 16:50:10 +02:00
Kujtim Hoxha 68d518a639 small things 2025-04-21 16:24:38 +02:00
Kujtim Hoxha ece6959947 update readme 2025-04-21 16:22:52 +02:00
Kujtim Hoxha cf8d32c091 add description 2025-04-21 15:52:32 +02:00
Kujtim Hoxha 94271b528f config validation 2025-04-21 14:29:28 +02:00
Kujtim Hoxha 0094dd728c remove old logs 2025-04-21 13:46:32 +02:00
Kujtim Hoxha dc0894025e fix the memory bug 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 77cf4bf688 fix anthropic 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 39375ed352 add context to the prompt 2025-04-21 13:42:29 +02:00
Kujtim Hoxha baff25ad6b improve cache 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 6411617f7f initial tool call stream 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 304d666856 lsp improvements 2025-04-21 13:42:29 +02:00
Kujtim Hoxha 20c28668ca add bedrock model 2025-04-21 13:42:29 +02:00