⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
It appears that some chunks are stored with an absolute path, and some are stored with a relative path. At the last, this is causing issues in the context items peek, where certain files without an absolute path can't be opened. It seems like this is happening primarily with root level files, e.g. a package.json, but not always. There are some cases I've noticed where a root level file does open.
Before submitting your bug report
Relevant environment info
Description
It appears that some chunks are stored with an absolute path, and some are stored with a relative path. At the last, this is causing issues in the context items peek, where certain files without an absolute path can't be opened. It seems like this is happening primarily with root level files, e.g. a
package.json
, but not always. There are some cases I've noticed where a root level file does open.To reproduce
@codebase
in Chat with this text: "What is in our package.json"Log output
No response