Raine Virta
Raine Virta
Understood, thanks again. For what it's worth, given the earlier example, I think the least surprising outcome is to see just: ``` 10:51:57.990 INF my-app foo ``` If I'm setting...
This would be really useful. Going back in history and finding the /add messages does not cut it. Often you add the files through many /add commands and it's painful...
Is there a fix? Diffing does not work for paths with `$` in the filename.
The fix works for me. Thanks @bryankenote Hopefully this could be merged.
How would you skip the validation in production mode if you wanted to avoid the performance impact?
@csessh How did you end up fixing them? I'm puzzled because the leap default highlights used to work in my theme (iceberg.vim) and all of a sudden (seemingly) without updating...
I tested another colorscheme, tokyonight, that defines highlights for leap and it works there. Also tested overriding the highlights manually with: ```lua -- works vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment'...
I'm also observing that queued messages are sometimes ignored and can't be found in history.
Shouldn't `file` always be relative to `.aider.conf` or git repository root? For example, ```yaml # /some/repo/.aider.yml file: CONVENTIONS.md ``` If you open aider in `/some/repo/subdirectory/`, aider will try to add...
How do you deal with the problem that each new worktree is a new project from claude code point of view and it asks for confirmations initially?