7816fe5
Merge pull request #195 from charmbracelet/charm-327
Click to expand commit body
fix(tui): adjust completions popup to fit within window width
Kujtim Hoxha
created
41efff7
fix(tui): completions: close and reset completions on cancel key
Click to expand commit body
This change ensures that when the cancel key is pressed, the completions
component is closed and reset, preventing any lingering state that could
affect subsequent interactions.
Ayman Bagabas
created
4f26ae0
Merge pull request #205 from charmbracelet/charm-267
Click to expand commit body
fix(tui): permissions: set a maximum width for the dialog
Kujtim Hoxha
created
859e95a
Merge pull request #210 from charmbracelet/charm-373
Click to expand commit body
fix(tui): chat: fix compact mode details toggle
Kujtim Hoxha
created
22094cb
Merge pull request #204 from charmbracelet/charm-265
Click to expand commit body
fix(tui): permissions: properly pad command block
Kujtim Hoxha
created
84b99d5
Merge pull request #202 from charmbracelet/charm-367
Click to expand commit body
fix(tui): permissions: ensure content viewport has a minimum height
Kujtim Hoxha
created
39c6373
chore: update `Co-Authored-By` address to `crush@charm.land`
If the details are open, then the window gets wider, the sidebar state
doesn't get reset. This commit fixes the issue by ensuring that the
sidebar is reset when the compact mode is toggled off.
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
6dd3b09
refactor: use sync primitives in GetMcpTools
Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
5389513
Merge pull request #201 from charmbracelet/fix-lsp-watch
Kujtim Hoxha
created
5c319e6
chore(lint): enable staticcheck and fix its issues
Tai Groot
created
2d332fc
feat(permissions): add `--yolo` flag for auto-accepting all permissions
Click to expand commit body
- Add --yolo/-y flag to enable dangerous mode that automatically accepts
all permission requests
- Pass yolo flag from command line through config to permission service
This feature allows users to bypass all permission prompts when they
trust the operations being performed, useful for automation or when
running in controlled environments.
π Generated with Crush
Co-Authored-By: Crush <noreply@crush.charm.land>
Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
we should simply respect the gitignore, which is already there.
Carlos Alexandro Becker
created
a29ec05
fix(tui): permissions: properly pad command block
Click to expand commit body
This change ensures the bash command block has 1 vertical padding and
2 horizontal paddings, improving the visual layout in the permissions
dialog.
Ayman Bagabas
created
4c278de
fix(tui): permissions: default to diff split mode when dialog is wide enough
Click to expand commit body
This makes the diff view more readable in wider dialogs by default,
while still allowing users to toggle between split and unified modes.
If the user has previously set a preference, that will be respected.
Otherwise, the dialog will start in split mode when wide enough.
Ayman Bagabas
created
833eede
fix(tui): completions should not close on no results (#198)
Carlos Alexandro Becker
created
40d53fe
fix(tui): permissions: ensure content viewport has a minimum height