Raphael Amorim 40c7d6dd9e 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 9 months ago
..
app fc8ec7f200 chore: cancel requests when user closes 9 months ago
config 100d994af7 feat: use mvdan.cc/sh instead of a the user shell (#45) 9 months ago
db ac5fb91e20 fix: fix the file history table and implement realtime file updates 9 months ago
diff a4a929748c chore: remove unused diff funcs 9 months ago
exp d4fdfbd4a8 test(diffview): update golden files with a small bug fix 9 months ago
format bc67c13e66 fix: tui: use KeyPressMsg instead of KeyMsg 10 months ago
fsext 97a73a9dd4 fix: improve killing shell children processes 9 months ago
highlight 0be7a7bbe0 fix: remove unused func 9 months ago
history ac5fb91e20 fix: fix the file history table and implement realtime file updates 9 months ago
llm 100d994af7 feat: use mvdan.cc/sh instead of a the user shell (#45) 9 months ago
logging 5baebf702d chore: rename opencode -> crush 10 months ago
lsp 54d5622bb0 fix: remove watcher_performance_test.go 10 months ago
message 06e8c755ef chore: change the module 10 months ago
permission e3ca9fe9c8 increase timeout to 3min 9 months ago
pubsub 2937e194c7 perf: concurrency improvements 9 months ago
session 06e8c755ef chore: change the module 10 months ago
tui 40c7d6dd9e 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 9 months ago
version a011b86e05 chore: small fix 9 months ago