cody
cody copied to clipboard
Agent: implement fallback for `vscodeGitAPI.onDidOpenRepository`
- Used in the BFG retriever: https://github.com/sourcegraph/cody/blob/c49642c33a28564c0476a4c41dd1d66f112c331d/vscode/src/completions/context/retrievers/bfg/bfg-retriever.ts#L84
- Used in the
WorkspaceRepoMapper: https://github.com/sourcegraph/cody/blob/b7364df8269f1622bbfd6ccc759ca09f07a48245/vscode/src/context/workspace-repo-mapper.ts#L98 - Depends on https://github.com/sourcegraph/cody/issues/4136