b6bd4af
chore(windows): show warning on windows for now
Andrey Nering
created
ff1b8fd
refactor: move `cmd` package inside `internal` as `internal/cmd`
Click to expand commit body
This avoid a little of confusion. Usually, `main` packages live either
on the root or in folders inside `cmd/`. Having both can be confusing,
so let's at least move `cmd` inside `internal`.
0d425f7
Merge remote-tracking branch 'origin/main' into conditional-header
Kujtim Hoxha
created
fad9839
Merge pull request #244 from charmbracelet/add-extra-body
Click to expand commit body
chore: add extra body & header to openai and anthropic
Kujtim Hoxha
created
72ed2e8
Merge pull request #236 from charmbracelet/messages-padding
Click to expand commit body
fix(tui): chat: adjust padding for message list
Kujtim Hoxha
created
1a656de
feat: verify the API key when setting provider
Click to expand commit body
* feat: simple provider api key test
* feat: add api key validation
* chore: add api key to models selector
* chore: address review
* chore: fix api key
Kujtim Hoxha
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
6c20460
chore(sidebar): increase logo height breakpoint threshold
Christian Rocha
created
75fafed
chore(sidebar): remove space after periods of ellipsis; make darker
34935a1
fix(tui): app: show error message when window is too small
Ayman Bagabas
created
8a16b8e
fix(tui): chat: adjust padding for message list
Click to expand commit body
The gap between the message list and the editor was too large. 3 lines
of padding can be too much. 1 line gets added after each message list
item as a "gap", there's the padding at the bottom of the message list,
and there's the editor top padding.
In this commit, we removed the bottom padding of the message list,
keeping both the gap that gets added after each message list item and
the padding at the top of the editor.
Ayman Bagabas
created
3196bb3
fix(tui): splash: re-render logo when screen size changes
Ayman Bagabas
created
2929b21
fix(tui): splash: make sure we have a margin after the logo on small
Click to expand commit body
screens
Ayman Bagabas
created
85b13fc
fix(tui): splash: cache logo rendering on resize