653c6a5
fix(tui): permission: make sure the fetch content has the correct background color
Ayman Bagabas created
653c6a5
fix(tui): permission: make sure the fetch content has the correct background color
Ayman Bagabas created
bc87da9
chore: update vendors
Ayman Bagabas created
573c9a0
chore: use american spelling for 'canceled' in all user-facing copy
Christian Rocha created
0134f81
chore: simplify 'canceled' styling + use american spelling
Christian Rocha created
b323656
chore(theme): use new BBQ tone
Christian Rocha created
a740703
chore(deps): bump charmtone
Christian Rocha created
ed65d90
fix(tui): editor: change open editor key binding from ctrl+e to ctrl+v
Ayman Bagabas created
6156b38
chore(lint): add missing GoDoc
Christian Rocha created
ddeec85
fix(tui): logo: make sure we truncate the logo if it exceeds the width
Truncate each line of the logo to fit within the specified width.
Ayman Bagabas created
2d6f2bd
chore: remove background color on 'waiting for tool to start'
Christian Rocha created
d34161b
ci: only build nightlies if there are something to build (#126)
this should save us a bit of actions money
Carlos Alexandro Becker created
77e46cf
fix(tui): editor: make sure we move the cursor to the end of input
Ayman Bagabas created
6a0282e
chore: upgrade bubbles v2 to latest v2-exp commit
Ayman Bagabas created
c57cca5
fix(tui): permission: increase the default width of the dialog to 80%
and verticalize buttons on narrow screens
Ayman Bagabas created
3ec5d01
fix(tui): editor: make sure we update the textarea after closing the editor
Ayman Bagabas created
8e38daa
feat(tui): set the textarea value back after closing the editor
After closing the editor, the textarea value becomes the text that was written in the editor. This allows users to edit the text they wrote in the editor before sending it.
Ayman Bagabas created
b0c9517
Merge pull request #115 from charmbracelet/editor-text
fix(tui): copy textarea value to editor on open
Kujtim Hoxha created
0016e44
chore(tui): editor: return error on write failure
Ayman Bagabas created
e005d0a
chore: fix newline with \
Kujtim Hoxha created
520e1ac
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha created
1aefed2
chore: fix padding for info
Kujtim Hoxha created
5affd9a
Merge pull request #123 from charmbracelet/editor-newline-scroll
fix(tui): editor: ensure the textarea scrolls when inserting newlines
Kujtim Hoxha created
cac6a64
fix(tui): editor: ensure the textarea scrolls when inserting newlines
Fixes: 50e759685d05 (feat(tui): support adding newlines in chat editor)
Ayman Bagabas created
878ce15
chore: fix initialize padding
Kujtim Hoxha created
02d9aff
chore: small ux changes
Kujtim Hoxha created
6d6ef4d
chore: fix cursor
Kujtim Hoxha created
7c28894
chore: fix bash output
Kujtim Hoxha created
d1b2f8b
chore: fix cursor
Kujtim Hoxha created
46fd08c
ci: disable go mod proxying for now
Carlos Alexandro Becker created
fa408c5
chore: improve agent tool ui
Kujtim Hoxha created
5bf5eac
chore: add completions help and small improvements
Kujtim Hoxha created
1f16850
chore: improve help
Kujtim Hoxha created
c748153
chore: add info to the splash screen
Kujtim Hoxha created
647ec87
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha created
71b7127
chore: fix openai provider for multi tool call
Kujtim Hoxha created
fda5f0f
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha created
72f469e
Merge pull request #114 from charmbracelet/newline
feat(tui): support adding newlines in chat editor
Kujtim Hoxha created
2794e45
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha created
2941c65
Merge pull request #120 from charmbracelet/bugfix/openai-client-baseurl
bugfix: endpoint resolution for openai client
Kujtim Hoxha created
c55a483
bugfix: endpoint resolution for openai client
Tai Groot created
9afc491
feat(tui): display newline shitf+enter in help when supported
Ayman Bagabas created
b19276b
chore: small message change
Kujtim Hoxha created
94a4973
chore: remove unused fzf
Kujtim Hoxha created
99747b8
chore: add api key step
Kujtim Hoxha created
ae41020
chore: lint
Kujtim Hoxha created
e9e938a
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha created
dc2230b
Merge remote-tracking branch 'origin/main' into onboarding
Kujtim Hoxha created
55a3756
Merge pull request #111 from charmbracelet/perf-filter
Improve TUI performance with Bubbletea v2 event filtering
Raphael Amorim created
eeeb9a0
Merge pull request #113 from charmbracelet/log-warn
Remove Ripgrep and FZF warnings from stderr
Kujtim Hoxha created
91b05f5
fix(tui): copy textarea value to editor on open
Ayman Bagabas created