Commit log

3b786fb Revert "feat(mouse): delegate mouse actions to terminal emulator (#218)"

Click to expand commit body
This reverts commit 494274e6f47b53a6105cf8591043fbbde8c1882c.

Christian Rocha created

54f6cbe Merge pull request #248 from charmbracelet/fix-azure

Click to expand commit body
fix: azure provider

Kujtim Hoxha created

89bdfbf Merge pull request #229 from charmbracelet/prevent-binary-data

Click to expand commit body
Prevent binary data in the fetch/view tool. Add a download tool

Kujtim Hoxha created

030f899 Merge pull request #249 from charmbracelet/sidebar-detail-work

Click to expand commit body
chore(sidebar): detail work

Kujtim Hoxha created

078a62c chore: remove thinking when done

Kujtim Hoxha created

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

Christian Rocha created

bfde408 fix: azure provider

Kujtim Hoxha created

a3f6f0f chore: add extra body & header to openai and anthropic

Kujtim Hoxha created

a9f136d automatically increase the ulimit to 80% of maximum for crush

Tai Groot 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

43960fd chore: conditionally add thinking header

Kujtim Hoxha 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

Click to expand commit body
Only re-render the logo when the width changes.

Ayman Bagabas created

2a8998e fix(tui): logo: simplify logo word stretching

Ayman Bagabas created

7a282d3 fix(tui): render a smaller logo on splash screen

Click to expand commit body
When we have a smaller window, we render a smaller version of the Crush
logo.

Ayman Bagabas 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.

Ayman Bagabas created

fe0f4bb chore: unvendor crush

Ayman Bagabas created

eedd505 feat: add a download tool

Kujtim Hoxha created

a6298d6 fix: fix fetch and view tool

Click to expand commit body
- don't allow binary files
- limit the fetch content

Kujtim Hoxha created

76fc7e7 bugfix: fixup panic for oob range

Tai Groot created

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

Click to expand commit body
chore: add thinking/reasoning indicator

Kujtim Hoxha created

fe6c788 chore: small fix

Kujtim Hoxha created

596128a Merge remote-tracking branch 'origin/main' into crush-thinking

Kujtim Hoxha created

2a32346 Merge pull request #225 from charmbracelet/nil_deref_missing_provider

Click to expand commit body
fix nil pointer dereference when there's no provider for specific model

Kujtim Hoxha created

78aea79 fix nil pointer dereference when there's no provider for specific model

gjergj created

e953ded chore: fix permissions dialog

Kujtim Hoxha created

270f0d2 fix: properly capitalize reasoning and thinking status text in sidebar

Click to expand commit body
💖 Generated with Crush
Co-Authored-By: Crush <noreply@crush.charm.land>

Christian Rocha and Crush created

62001dd Merge pull request #209 from charmbracelet/mcp-readme

Click to expand commit body
docs(readme): add MCP info

Kujtim Hoxha created

140afea chore: small fixes

Kujtim Hoxha created

bb81e32 update to include the removal commands

Tai Groot created

08c5b4c fix(logs): limit the logs output

Kujtim Hoxha created

2428334 gofumpt

Tai Groot created

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