Commit log

a52e030 fix(ui): hide cursor when editor is not visible

Ayman Bagabas created

81ec622 Merge branch 'main' into ui

Ayman Bagabas created

f48a3ed feat: implement text highlighting in list items (#1536)

Ayman Bagabas created

b71baee feat(ui): add optimized list component with focus navigation

Click to expand commit body
Add high-performance scrollable list component with efficient rendering:

**Core Architecture**
- Master buffer caching with lazy viewport extraction
- Dirty item tracking for partial updates
- Smart buffer manipulation for append/prepend/delete operations

**Performance Optimizations**
- Viewport height changes no longer trigger master buffer rebuilds
- In-place re-rendering when item heights unchanged
- Efficient structural operations (append/prepend/delete via buffer slicing)
- Focus navigation automatically skips non-focusable items

**Item Types**
- StringItem: Simple text with optional wrapping
- MarkdownItem: Glamour-rendered markdown with optional focus styles
- SpacerItem: Vertical spacing
- FocusableItem: Wrapper to add focus behavior to any item

**Focus Management**
- Built-in Focusable interface support
- Focus/blur state tracking with automatic item updates
- Smart navigation that skips non-focusable items (Gap, Spacer)

**Testing**
- 32 tests covering core operations, rendering, focus, scrolling
- Comprehensive test coverage for edge cases and regressions

๐Ÿ’˜ Generated with Crush

Assisted-by: Claude Sonnet 4.5 via Crush <crush@charm.land>

Ayman Bagabas created

431d6fb chore: bump ultraviolet to fix rendering issues with unnecessary cursor movements and erasing line background color

Ayman Bagabas created

59a4b47 refactor: use contains any

Andrey Nering created

2c97eb8 feat: show progress bar on iterm2 and rio

Andrey Nering created

7272a90 fix: add ValidArgs and Args to login cmd (#1540)

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

Carlos Alexandro Becker created

b4b3207 v0.20.1

Andrey Nering created

53e2277 ci: fix cosign (#1538)

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

Carlos Alexandro Becker created

a35b509 v0.20.0

Andrey Nering created

d898662 feat: add `crush login claude` command (#1537)

Andrey Nering created

2b222e3 fix: remove `max_tokens` minimum requirement to fix json schema issue (#1532)

masroor-ahmad created

b1919cc Merge branch 'main' into ui

Ayman Bagabas created

c330f0c v0.19.4

Andrey Nering created

4f37cff fix(editor): fix opening `$EDITOR` w/ and w/o args (#1520)

Amolith created

e5639f0 fix: fix `c` key not working in model filter (#1534)

Beiming Zhang created

a9aeaff chore(deps): bump github.com/charmbracelet/x/ansi from 0.11.1 to 0.11.2 in the all group (#1535)

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

8193ba8 chore(legal): @thezbm has signed the CLA

Charm created

f508c6b chore(legal): @masroor-ahmad has signed the CLA

Charm created

6ae8968 v0.19.3

Kujtim Hoxha created

b621f93 fix: refresh oauth token in the background

Click to expand commit body
Co-authored-by: Kujtim Hoxha <kujtimii.h@gmail.com>

Raphael Amorim and Kujtim Hoxha created

b66c49f v0.19.2

Ayman Bagabas created

5ab2048 chore: update bubbletea to fix restoring terminal first render

Ayman Bagabas created

9b1ec53 Revert "fix(editor): fix opening `$EDITOR` when it contains argumentsโ€ฆ (#1519)

Ayman Bagabas created

8ab82f5 Merge branch 'main' into ui

Ayman Bagabas created

64637e5 v0.19.1

Andrey Nering created

9f536ba fix(claude): simplify code and fix potential unauthorized error

Andrey Nering created

3a5375f fix: fix `h` and `l` keys not working on models filter

Andrey Nering created

77da29d fix(editor): fix opening `$EDITOR` when it contains arguments (#1481)

Amolith created

ece936a fix(ui): prevent panic when session is nil

Ayman Bagabas created

0c772aa Merge branch 'main' into ui

Ayman Bagabas created

26edcdc chore: add chat sidebar (#1510)

Kujtim Hoxha created

68bed39 v0.19.0

Andrey Nering created

dcd12e3 chore(deps): bump the all group across 1 directory with 4 updates (#1515)

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

c533928 chore: auto-update generated files

Charm created

191a6c8 feat: add support for claude code max (#1514)

Click to expand commit body
Co-authored-by: Raphael Amorim <rapha850@gmail.com>
Co-authored-by: Christian Rocha <christian@rocha.is>

Andrey Nering , Raphael Amorim , and Christian Rocha created

db5c3eb chore: initialize functionality & landing page

Kujtim Hoxha created

4c223c3 fix: use canvas to render UI view

Ayman Bagabas created

05f5ab3 Merge branch 'main' into ui

Ayman Bagabas created

303bf8c chore: update bubbletea to use string view content

Ayman Bagabas created

268d3e2 Merge branch 'main' into ui

Ayman Bagabas created

a34a8a3 chore: swap error related logs to use error log level (#1505)

Adam Stringer created

dac33ca chore(deps): bump the all group with 2 updates (#1503)

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

8703bed chore(legal): @heimoshuiyu has signed the CLA

Charm created

1f38946 v0.18.5

Christian Rocha created

b363612 chore(ui): adjust status notification details (#1490)

Christian Rocha created

7b4691e chore: add gopls settings from Carlos's dotfiles (#1424)

Click to expand commit body
Co-authored-by: Crush <crush@charm.land>

Christian Rocha and Crush created

22040d2 feat(ui): implement tea.Layer Draw for UI model

Ayman Bagabas created

38605b2 Merge branch 'main' into ui

Ayman Bagabas created