Branches (70)

allowlist

79aa5b4 docs: improve wording

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

max-message-context

fe14d35 define maximum number of messages to keep in context

Raphael Amorim created

handle-broken-sessions

1fd28a4 fix: broken sessions when tool result missing

Kujtim Hoxha created

brew-formula

f5db0b1 fix(ci): release: use brew formula instead of casks

Ayman Bagabas created

test-2

12efd7b chore: test cla bot

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

test

76bdcd9 chore: test cla bot

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

cla-license

ef0d900 feat(legal): add CLA bot, update LICENSE.md

Click to expand commit body
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Carlos Alexandro Becker created

remove-config-dependency

afc104f chore: remove comment

Kujtim Hoxha created

idea/inspect-sessions

e0eb359 Add RFC and implementation of import and stats

Manuel Odendahl created

feat/launch-with-prompt

e87b41e apparently making a function public

hems created

fix/chat-update-delegate

42a12fd fix: Delegate unhandled messages to the focused model

Click to expand commit body
Currently, chatPage does not handle anything other than special events.
As a result, API/command responses from child models are passed to the
parent and processed without being communicated to the child (for
example, it is currently possible to open an external editor, but the
new text after closing the editor is not reflected in Crush's editor).
As an alternative solution, it is possible to export the child's tea.Msg
to the parent to address this issue, but we would prefer to handle the
logic closed in the child without communicating the details to the
parent as much as possible.

ras0q created

improve_agent_promt

319cbd6 Merge remote-tracking branch 'origin/list' into improve_agent_promt

Kujtim Hoxha created

taciturnaxoltol/flake

0ccf3d9 bug: add vendor hash

Kieran Klukas created

providers-bg

396d68b fix: improvements

Carlos Alexandro Becker created

taciturnaxolotl/delete-sessions

ae1de2f feat: add session deletion with confirmation dialog

Click to expand commit body
- Add delete key binding (d/delete) to sessions dialog
- Implement confirmation dialog for session deletion
- Handle session deletion in main TUI with proper cleanup
- Clear current session if deleted session was active
- Close sessions dialog after successful deletion

🐾 Generated with Crush
Co-Authored-By: Crush <crush@charm.land>

Kieran Klukas and Crush created

feat/ollama

c42baaa feat: implement clean Ollama integration with proper cleanup

Click to expand commit body
- Professional rewrite with 11 focused files (1,205 lines)
- HTTP API-based approach for reliability
- Individual test files for each module
- Proper signal handling and model cleanup on exit
- Process management with thread-safe operations
- Fixed cleanup issue where models weren't stopped on quit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

hems and Claude created

feature/proper-cancellation

7704897 chore: show API errors

Kujtim Hoxha created

resizable-editor

e6a93c7 chore: implement initial resizable editor

Kujtim Hoxha created