Branches (77)

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

fix/permission-url

a5dd40a revert: use simple solution for fetch content - return empty string

Click to expand commit body
Reverted to minimal approach: generateFetchContent() returns empty string
to remove duplicate URL display without changing behaviors or adding features.
This only affects fetch tools and doesn't break other permission popups.

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

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

hems and Claude created

enhanced-keeb

897b14a fix: root: remove unused tea options

Click to expand commit body
We don't need to use `WithKeyReleases` and `WithUniformKeyLayout` in
order to get basic enhanced keyboard support.

Ayman Bagabas created

remove-ripgrep-bench

9f6e365 feat(glob): add benchmarks

Ayman Bagabas created

llama-provider

38df9e1 fix: update Llama provider configuration and enhance error handling

Daniel Merja created

definitions-tool

a3aa6a4 feat: add definitions tool

Kujtim Hoxha created

diagnostics_dialog

33f613e feat: add diagnostics modal

Kujtim Hoxha created

deque

40c7d6d PrependItem used append([]util.Model{item}, m.allItems...) which creates a new slice and copies all existing elements, resulting in O(n) memory allocation for large lists

Raphael Amorim created