Commit log
ae9da39
Merge pull request #290 from charmbracelet/charm-432
Click to expand commit body
feat(tui): completions: add select and insert keybinds
Kujtim Hoxha
created
5 months ago
d4575e3
move skip to permissions
Tai Groot
created
5 months ago
7015943
rename to use toplevel permissions
Tai Groot
created
5 months ago
bc6fadc
add command whitelist
Tai Groot
created
5 months ago
28aac45
fix(tui): completions: reposition popup on window resize
Ayman Bagabas
created
5 months ago
6dc3cf2
fix(tui): completions: readjust position on filter change
Ayman Bagabas
created
5 months ago
fd1adf0
fix(tui): completions: don't set initial width
Ayman Bagabas
created
5 months ago
6f1f7a2
fix(tui): completions: keep track of the popup position
Ayman Bagabas
created
5 months ago
5c9f168
chore(diffview): `TrimSuffix` -> `TrimRight`
Click to expand commit body
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Andrey Nering
and
Ayman Bagabas
created
5 months ago
90d1e2f
fix(diffview): escape content to avoid surprises
Andrey Nering
created
5 months ago
e6186c6
perf(ansiext): grow string builder to optimize allocations
Andrey Nering
created
5 months ago
63efed6
refactor: move ansi escape function to the `ansiext` package
Andrey Nering
created
5 months ago
e7f29ad
fix(diffview): fix rendering issue caused by line breaks added by chroma
Andrey Nering
created
5 months ago
78789b8
refactor(diffview): simplify how we handle line endings
Andrey Nering
created
5 months ago
56b8f43
feat(tui): completions: dynamically adjust width based on items
Click to expand commit body
This will dynamically adjust the width of the completions popup based on
the width of the last 10 items in the list, ensuring that the popup
fits the content better and avoids unnecessary horizontal scrolling.
Ayman Bagabas
created
5 months ago
d896927
fix: structure logging
Carlos Alexandro Becker
created
5 months ago
Click to expand commit body
Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Christian Rocha
and
Carlos Alexandro Becker
created
5 months ago
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
464477c
feat: use new catwalk
Carlos Alexandro Becker
created
5 months ago
cc5ef29
feat(tui): completions: add select and insert keybinds
Click to expand commit body
This adds keybinds to select next/previous completion item using ctrl+p
and ctrl+n similar to Vim's completion behavior.
Ayman Bagabas
created
5 months ago
da127ca
chore: bump charmbracelet/ultraviolet to v0.0.0-20250723145313-809e6f5b43a1
Ayman Bagabas
created
5 months ago
b74c180
docs(readme): add notes about APKs and PKGs
Christian Rocha
created
5 months ago
effe2f5
chore(goreleaser): release for windows
Andrey Nering
created
5 months ago
68e1130
chore(windows): remove warning
Andrey Nering
created
5 months ago
ec7894f
feat(shell): use coreutils from u-root
Andrey Nering
created
5 months ago
cb3bcaa
ci: build apk for alpine
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
c8c7c4a
docs(readme): now supporting windows!
Christian Rocha
created
5 months ago
51d6d07
ci: publish to npm (#266)
Click to expand commit body
* ci: publish to npm
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: job
* fix: drop keywords
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
f36edc6
fix: load providers in background
Carlos Alexandro Becker
created
5 months ago
9db27b2
chore(non-interactive): log read error
Christian Rocha
created
5 months ago
1a0a4f5
fix(non-interactive): check bounds when reading message bytes
Christian Rocha
created
5 months ago
26be55f
fix: method name
Carlos Alexandro Becker
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
7f10a03
fix: improvements
Carlos Alexandro Becker
created
5 months ago
df56ffd
feat: improve providers startup (#287)
Click to expand commit body
* feat: check providers in background
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* test: test csync.Map
* fix: improvements
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
95b0f86
ci: fix `build` github action
Andrey Nering
created
5 months ago
9ce4fb6
chore: be specific about what is too small
Christian Rocha
created
5 months ago
c8e2938
chore: improve shell output and summary to include cwd
Kujtim Hoxha
created
5 months ago
e25a42c
Update internal/llm/agent/agent.go
Click to expand commit body
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
Carlos Alexandro Becker
and
Andrey Nering
created
5 months ago
bb3b380
fix: anim out of bounds (#283)
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5 months ago
199e315
chore(tui): small window design adjustments
Christian Rocha
created
5 months ago
8eeb043
Update agent.go
Click to expand commit body
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Carlos Alexandro Becker
and
Copilot
created
5 months ago
0e51a48
Merge pull request #281 from charmbracelet/charm-415
Click to expand commit body
fix(tui): status: properly truncate info messages
Raphael Amorim
created
5 months ago
Carlos Alexandro Becker
created
5 months ago
05c73bb
fix: improv diff
Carlos Alexandro Becker
created
5 months ago
4399c9a
fix: improvements
Carlos Alexandro Becker
created
5 months ago
Page 9 of 27