Grant Rosson
Grant Rosson
Or maybe instead of a warning when setting the variable, a warning when calling gptel-send in a context when a user might expect it to work, but they don’t have...
I may have added this, but I’m almost as sure that I’ve never used it, which would explain why/how it got out of sync with later changes. In short, I’ve...
Update: the problem seems specific to Vertico. When using the default completion framework, the above-named functions work as expected, because embark-target-guess-file-at-point finds the full file-path in the *Completions* buffer. So...
Revisiting this. The issue can be resolved by let-binding `vertico--base` to the default-directory whenever that variable is an empty string. (This is the case when using `consult-find` and `consult-fd`, for...
I'll try to restate the problem. The functions `consult-find` and `consult-fd` return candidates that are partial file paths with the category `file`. When using Vertico and calling `embark-act` on such...