6895ea3
Merge pull request #170 from charmbracelet/small-fixes
Click to expand commit body
Small fixes
Kujtim Hoxha created
6895ea3
Merge pull request #170 from charmbracelet/small-fixes
Small fixes
Kujtim Hoxha created
89292e6
Merge branch 'small-fixes' of github.com:charmbracelet/crush-internal into small-fixes
Kujtim Hoxha created
3dfac0b
chore: move the permissions dialog a bit up
Kujtim Hoxha created
659f3cc
Merge pull request #139 from charmbracelet/feature/log-stdout
update logs command to have oneshot + follow mode, write to stdout
Kujtim Hoxha created
e2bb970
fix: timeout and context cancel (#180)
* fix: timeout * fix: handle context cancel * chore: smaller diff Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: once --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
d9640db
Merge branch 'main' into feature/log-stdout
Tai Groot created
0b95320
fix: address panic when deciding which model to use
Andrey Nering created
4baeaaf
fix: remove unused key release and uniform key layout options
We don't need these options unless we need key release, which are not used in the codebase, or uniform key where we need to handle Unicode key events, which we don't.
Ayman Bagabas created
7402ca8
chore(tui): add tests for escapeLine
Ayman Bagabas created
625aa47
fix(tui): make sure we treat \r\n as \n
Ayman Bagabas created
82eca73
feat(tui): use lipgloss on escape sequences
Ayman Bagabas created
f2b9ed0
fix: agent init
Kujtim Hoxha created
682aa79
fix: use fur production (#177)
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
ee1cac6
refactor(tools): replace custom LineScanner with bufio.Scanner
Ayman Bagabas created
49059f8
fix(tui): escape ANSI escape sequences and control characters in tool
call content This would ensure that the content is displayed correctly in the terminal, without any unintended formatting or control characters or escape sequences. It will also style the escaped content for display in the terminal, making it more readable.
Ayman Bagabas created
e8212e5
Merge pull request #174 from charmbracelet/onboarding-remove-ctrlv
fix(tui): chat: remove paste key binding from onboarding
Kujtim Hoxha created
3ebc761
Merge remote-tracking branch 'origin/main' into small-fixes
Kujtim Hoxha created
95d5c90
fix: fix permission cancel logic
Kujtim Hoxha created
5953ff8
fix: signal
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
911dc9b
fix(tui): chat: remove paste key binding from onboarding
The keybinding does not bind to any action in the app but rather assumes the terminal application's default paste behavior. We shouldn't assume that and instead leave it to the terminal emulator and user to handle pasting. On most macOS terminals the default paste keybinding is `cmd+v` and on most Windows and Linux terminals it is `ctrl+shift+v`.
Ayman Bagabas created
2aa5f61
fix: non-interactive and context cancellation when SIGINT (#143)
* fix: non-interactive and context cancellation when SIGINT * fix: spinner interrupt * refactor: remove weird context value usage * fix: improvements * fix: spinner competing for signal handling * fix: vendoring Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: ctrl+c in raw mode * fix: sigkill can't be handled --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Carlos Alexandro Becker created
8ff604f
Merge pull request #134 from charmbracelet/comp-padding
fix(tui): editor: position completions correctly and account for padding
Kujtim Hoxha created
308ba1a
chore: add some status tests
Kujtim Hoxha created
01d43b2
chore: lint
Kujtim Hoxha created
df84bdf
chore: show API errors
Kujtim Hoxha created
fae5ac8
Merge pull request #138 from charmbracelet/proper-banned-commands
chore: implement correct banned commands
Kujtim Hoxha created
febf526
chore: handle tools cancelled
Kujtim Hoxha created
2f9aa8d
chore: handle cancel when panic
Kujtim Hoxha created
31a3c05
chore: fix cancellation
Kujtim Hoxha created
dc11be2
chore: small fixe details screen
Kujtim Hoxha created
a282449
chore: prevent multiple dialogs from opening
Kujtim Hoxha created
1045148
chore: center permissions
Kujtim Hoxha created
01afa93
chore: fix panic on message send
Kujtim Hoxha created
fbfa0f5
chore: correctly mark project as initialized
Kujtim Hoxha created
95f5e75
ci: fix diffview tests on ci on windows
Andrey Nering created
bdeece2
add ringbuffer tailing
Tai Groot created
fb21333
refactor: remove weird context value usage (#153)
* refactor: remove weird context value usage * fix: improvements * fix: more cleanup * fix: diff
Carlos Alexandro Becker created
3e820ec
chore(deps): update mcp-go (#155)
* chore(deps): update mcp-go Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> * fix: vendoring 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
d031c54
use readstring instead of bufio to copy behavior of tailinglibrary without token limitation
Tai Groot created
531b3fd
chore: fix missing keys
Kujtim Hoxha created
232860c
chore: disable commands when other dialogs are open
Kujtim Hoxha created
dfb5080
chore: remove extra help
Kujtim Hoxha created
36d4f98
chore: fix extra space
Kujtim Hoxha created
0a52748
chore: small change
Kujtim Hoxha created
2fdbcac
chore: better naming
Kujtim Hoxha created
9a0f9a0
chore: fix bash commands with tabs
Kujtim Hoxha created
9416a8f
chore: try to make the number of items in the sidebar dynamic
Kujtim Hoxha created
b8f74f3
chore: make the sidebar a bit more responsive
Kujtim Hoxha created
f6a79e4
feat: stream content in non-interactive mode (#133)
Carlos Alexandro Becker created
426674b
Merge pull request #140 from charmbracelet/feature/custom-context-paths
allow for custom contextFiles outside of workingDir path
Kujtim Hoxha created