Branches (80)

main (default)

a4f5d72 docs(README): add FreeBSD installation instructions

Christian Rocha created

ui

e38ffc3 fix(models): ensure that we show unknown providers on the list

Andrey Nering created

ui-completions

fc74683 chore: simplify gitignore

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

improve-agent-prompt

09361b9 refactor: move model family

Kujtim Hoxha created

resolve-extra-headers

c326ade chore: make sure to update custom provider headers too

Kujtim Hoxha created

search-tool-improvements

de0b559 chore: add the delay, and log web search on debug

Kujtim Hoxha created

unicode-filenames

5251d78 fix: use ansi.Cut for Unicode grapheme handling in editor completions

Click to expand commit body
💘 Generated with Crush

Assisted-by: Kimi K2 0905 via Crush <crush@charm.land>

Christian Rocha created

lsp-ignore-outside-files

d06b9d5 refactor: use existing `fsext.HasPrefix` helper

Andrey Nering created

remove-utf8-restriction

c140703 fix: remove restriction for text content to be utf8

Kujtim Hoxha created

integrate-lazygit

43229c7 fix(lazygit): handle nil case

Christian Rocha created

integrate-editor

019b34b feat: add support for using external editor

Kujtim Hoxha created

chat-items

6be80b4 chore: remove unused methods

Kujtim Hoxha created

lazy-resize

b4e7193 perf(tui): debounce window resize rendering

Click to expand commit body
This commit introduces window resize debouncing in the TUI application
to reduce tearing and excessive re-rendering during rapid resize events.
A debounce duration of 50 milliseconds has been implemented, ensuring
that the UI only updates after the user has stopped resizing for this
period.

Ayman Bagabas created

feat/configure-banned-commands

a3ddd48 chore: rename unit test titles to better reflect reality

tauraamui created

feat/edit-api-keys

7dfebf3 fix: reset help visibility toggle on return

tauraamui created

feat/scrollable-prompt-history

a6be91d fix: appease linter

tauraamui created