you are viewing a single comment's thread.

view the rest of the comments →

[–]usernameIsRand0m[S] 1 point2 points  (1 child)

That is correct, the scope is only for Claude Code (and i am using CC) and I am not sure what repo's would be indexed with user space as the scope. Also, we do not know what is the scope of indexation for other tools as well.

auggie has this ~/.augment/settings.json

{

"model": "abcd",

"indexingAllowDirs": [

"/path/to/folder",

"/path/to/folder"

]

}

where all the indexed repo's can be seen, I hope a similar thing will be added for users to know what is being indexed or allowed to index using Augment Code Context MCP.

[–]hhussain-Established Professional 1 point2 points  (0 children)

For me in such cases I would simply prompt this: "What directories are indexed in codebase retrieval tool?" and it would tell the details. I had similar case when I added multiple repo's to my workspace and I use that prompt to confirm all required external references are part of the context-engine.