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).
programming_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
allows you to configure:
secrets
: API keys and other sensitive information needed by the codebasefeature_flags
: Toggle specific features like language engines, dependency management, and graph synchronizationProjectConfig
. This allows for fine-grained control over: