Support cloning repo

Support forcing accurate token calculation (claude)
Help docs: Add desired branch in case of user supplied git repo, with default set to "main"
Better documentation for getting canonical url parts
This commit is contained in:
Eyal Sharon
2025-03-23 09:55:58 +02:00
parent 5e7e353670
commit dd80276f3f
13 changed files with 263 additions and 47 deletions

View File

@ -495,3 +495,6 @@ class CodeCommitProvider(GitProvider):
lang: round(count / total_files * 100) for lang, count in lang_count.items()
}
return lang_percentage
def _prepare_clone_url_with_token(self, repo_url_to_clone: str) -> str | None:
raise Exception("Not implemented!")