Branches (77)

main (default)

830d9ef chore(deps): bump the all group with 3 updates (#1735)

Click to expand commit body
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] and dependabot[bot] created

ui

876048d fix(ui): do not allow summarizing if agent is busy

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

improve-agent-prompt

380f76a refactor(prompts): initial prompt/tool description improvements

Kujtim Hoxha 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

ui-list

baf91bb refactor(ui): simplify list component and add markdown rendering

Ayman Bagabas created