git
repository or any subfolder within it. The path must be within a git repository (i.e., somewhere in the parent directory tree must contain a .git
folder).
language
parameter
with a value from the ProgrammingLanguage
enum.from_repo
function.
/tmp/codegen/{repo_name}
directory by
default. The clone is shallow by default for better performance.CodebaseConfig
object. This allows you to configure secrets (like API keys) and toggle specific features:
CodebaseConfig
and SecretsConfig
allow you to configure
config
: Toggle specific features like language engines, dependency management, and graph synchronizationsecrets
: API keys and other sensitive information needed by the codebaseProjectConfig
. This allows for fine-grained control over: