Glob sometimes can't access local .opencode folder #194
-
|
When searching for existing context, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This seems to be an issue when things are in .gitingore as opencode stops glob searches in these locations so the AI doesnt search node modules and other files that are not relevant for AI tooling. The only way around is to tell the AI agent to use grep over glob in these cases |
Beta Was this translation helpful? Give feedback.
This seems to be an issue when things are in .gitingore as opencode stops glob searches in these locations so the AI doesnt search node modules and other files that are not relevant for AI tooling.
The only way around is to tell the AI agent to use grep over glob in these cases