Replies: 1 comment 2 replies
-
I disagree and you should look into workspaces as they were built to solve these challenges - "Instead of dumping files linearly, we built a context-aware grouping system" And then there's Vectorcode. That potentially saves you the effort of having to even write a workspace file... |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for the great plugin! It is the most feature-rich AI plugin in nvim.
Currently, codecompanion focuses primarily on single-file context through commands like
/buffer
,/file
, or/symbols
. It can be tedious when asking codecompanion to assist with code that depends on other parts of the project. According to https://zed.dev/blog/zed-ai#tools-for-efficiently-crafting-contexts, Zed is planning to provide a new command/project
to feed project information to the LLMs and aider also have their https://aider.chat/docs/repomap.html algorithm. It will be huge gain if codecompanion can have similar functions.Beta Was this translation helpful? Give feedback.
All reactions