Replies: 1 comment 3 replies
-
A design feature of CodeCompanion is that only relative paths are sent to the LLM. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I turn on
vim.opt.autochdir = true
, the work dir of codecompanion also changes accordingly, which causes errors when llm uses relative paths (because llm doesn't know that the work dir has changed). Has anyone encountered this issue, and how did you solve it? (Besides turning off this option)Beta Was this translation helpful? Give feedback.
All reactions