Commit log
8ff604f
Merge pull request #134 from charmbracelet/comp-padding
Click to expand commit body
fix(tui): editor: position completions correctly and account for padding
Kujtim Hoxha
created
10 months ago
308ba1a
chore: add some status tests
Kujtim Hoxha
created
10 months ago
Kujtim Hoxha
created
10 months ago
df84bdf
chore: show API errors
Kujtim Hoxha
created
10 months ago
fae5ac8
Merge pull request #138 from charmbracelet/proper-banned-commands
Click to expand commit body
chore: implement correct banned commands
Kujtim Hoxha
created
10 months ago
febf526
chore: handle tools cancelled
Kujtim Hoxha
created
10 months ago
2f9aa8d
chore: handle cancel when panic
Kujtim Hoxha
created
10 months ago
31a3c05
chore: fix cancellation
Kujtim Hoxha
created
10 months ago
dc11be2
chore: small fixe details screen
Kujtim Hoxha
created
10 months ago
a282449
chore: prevent multiple dialogs from opening
Kujtim Hoxha
created
10 months ago
1045148
chore: center permissions
Kujtim Hoxha
created
10 months ago
01afa93
chore: fix panic on message send
Kujtim Hoxha
created
10 months ago
fbfa0f5
chore: correctly mark project as initialized
Kujtim Hoxha
created
10 months ago
95f5e75
ci: fix diffview tests on ci on windows
Andrey Nering
created
10 months ago
bdeece2
add ringbuffer tailing
Tai Groot
created
10 months ago
fb21333
refactor: remove weird context value usage (#153)
Click to expand commit body
* refactor: remove weird context value usage
* fix: improvements
* fix: more cleanup
* fix: diff
Carlos Alexandro Becker
created
10 months ago
3e820ec
chore(deps): update mcp-go (#155)
Click to expand commit body
* 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
10 months ago
d031c54
use readstring instead of bufio to copy behavior of tailinglibrary without token limitation
Tai Groot
created
10 months ago
531b3fd
chore: fix missing keys
Kujtim Hoxha
created
10 months ago
232860c
chore: disable commands when other dialogs are open
Kujtim Hoxha
created
10 months ago
dfb5080
chore: remove extra help
Kujtim Hoxha
created
10 months ago
36d4f98
chore: fix extra space
Kujtim Hoxha
created
10 months ago
0a52748
chore: small change
Kujtim Hoxha
created
10 months ago
2fdbcac
chore: better naming
Kujtim Hoxha
created
10 months ago
9a0f9a0
chore: fix bash commands with tabs
Kujtim Hoxha
created
10 months ago
9416a8f
chore: try to make the number of items in the sidebar dynamic
Kujtim Hoxha
created
10 months ago
b8f74f3
chore: make the sidebar a bit more responsive
Kujtim Hoxha
created
10 months ago
f6a79e4
feat: stream content in non-interactive mode (#133)
Carlos Alexandro Becker
created
10 months ago
426674b
Merge pull request #140 from charmbracelet/feature/custom-context-paths
Click to expand commit body
allow for custom contextFiles outside of workingDir path
Kujtim Hoxha
created
10 months ago
3cbafd3
chore: fix provider
Kujtim Hoxha
created
10 months ago
8bd9d06
fix(logs): typo
Christian Rocha
created
10 months ago
b958de1
chore(logs): copyedit
Christian Rocha
created
10 months ago
8807737
chore(tui/completions): pull out magic number
Christian Rocha
created
10 months ago
Tai Groot
created
10 months ago
055b30f
fix(tui): completions: close when no items match query
Click to expand commit body
This simply closes the completions component when there are no items
matching the query.
Ayman Bagabas
created
10 months ago
f6d6ffd
fixup suggestions from copilot
Tai Groot
created
10 months ago
b7935b4
Update internal/llm/prompt/prompt_test.go
Click to expand commit body
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Tai Groot
and
Copilot
created
10 months ago
f8d8ce3
allow for custom contextFiles outside of workingDir path
Tai Groot
created
10 months ago
5711e08
update logs command to have oneshot + follow mode, write to stdout
Tai Groot
created
10 months ago
931029e
chore: fix errors not showing in bash tool
Kujtim Hoxha
created
10 months ago
f99f504
refactor: improve command blocking system and fix test isolation
Click to expand commit body
- Simplify command blocking logic by using utility functions instead of complex closures
- Add sudo to banned commands list
- Move command blocking from bash tool to shell layer for better separation of concerns
- Add comprehensive tests for command blocking functionality
- Fix test isolation by using temporary directories to prevent npm package files from polluting source tree
- Remove redundant command validation logic from bash tool
Kujtim Hoxha
created
10 months ago
b267013
fix(spinner): fix animation not ticking sometimes
Andrey Nering
created
10 months ago
de3b815
Revert "chore: implement correct banned commands"
Click to expand commit body
This reverts commit 28be21fd629cfc221127f75bde92de32d09fe85c.
Kujtim Hoxha
created
10 months ago
28be21f
chore: implement correct banned commands
Kujtim Hoxha
created
10 months ago
8a59cab
test(diffview): update golden files for diffview tests
Andrey Nering
created
10 months ago
27066d2
chore: add instruction for `.golden` files on `.gitattributes`
Andrey Nering
created
10 months ago
237dbde
fix(tui): editor: position completions correctly and account for padding
Ayman Bagabas
created
10 months ago
9df5080
fix(tui): chat: out of bounds error in param list rendering
Ayman Bagabas
created
10 months ago
e1fab86
fix: ensure new line at end of non-interactive output (#132)
Click to expand commit body
* fix: ensure new line at end of non-interactive output
* fix: err handling
* fix: caller uses println so this is not needed
Carlos Alexandro Becker
created
10 months ago
4f145e5
Merge pull request #95 from charmbracelet/onboarding
Click to expand commit body
Rewrite Chat and Onboarding
Kujtim Hoxha
created
10 months ago
Page 25 of 39