ae1de2f
feat: add session deletion with confirmation dialog
Click to expand commit body
- Add delete key binding (d/delete) to sessions dialog
- Implement confirmation dialog for session deletion
- Handle session deletion in main TUI with proper cleanup
- Clear current session if deleted session was active
- Close sessions dialog after successful deletion
🐾 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>
Kieran Klukas
and
Crush
created
c8c2a9c
chore: capitalize 'Go' in LSP config for this project
Christian Rocha
created
494274e
feat(mouse): delegate mouse actions to terminal emulator (#218)
bashbunni
created
7ee0eb0
Merge pull request #227 from charmbracelet/bugfix/panic-loglines
Click to expand commit body
bugfix: fixup panic for oob range
Kujtim Hoxha
created
52346a2
Merge pull request #221 from charmbracelet/bugfix/filepicker-in-cwd
Click to expand commit body
fix: start filepicker in cwd instead of os.Homedir
Kujtim Hoxha
created
1fe561c
Merge pull request #231 from charmbracelet/unvendor
Click to expand commit body
chore: unvendor crush
Kujtim Hoxha
created
909bb21
Merge pull request #232 from charmbracelet/bash-tabs
Click to expand commit body
fix(tui): renderer: replace tabs with spaces in plain content
Kujtim Hoxha
created
a236ede
fix(tui): renderer: replace tabs with spaces in plain content
Click to expand commit body
We need to ensure that tabs in plain text content are replaced with
spaces otherwise they will be escaped and displayed as tab unicode
picture characters.
a700b64
fix: hide completions tui when no results (#206)
Click to expand commit body
* fix: hide completions tui when no results
* fix: gitignore
* Revert "fix(tui): completions should not close on no results (#198)"
This reverts commit 833eede1c10e1dcfacfcc6c6e529d3d8b7e7f838.
* fix: completions
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: accept
* fix: improvements
* chore(deps): update bubbles
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: improvements
* fix: accept
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker
created
f664df6
Merge pull request #219 from charmbracelet/crush-thinking
4937409
fix: start filepicker in cwd instead of os.Homedir
Tai Groot
created
acf354e
fix(tui): escape control characters in tool call content
Ayman Bagabas
created
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`