This commit is contained in:
pengjiahan.pjh
2025-11-18 22:07:10 +08:00
parent bf6d9e8baf
commit 42086045cf

View File

@@ -629,7 +629,7 @@ def merge_json_files(existing_path: Path, new_content: dict, verbose: bool = Fal
return merged return merged
def download_template_from_github(ai_assistant: str, download_dir: Path, *, script_type: str = "sh", verbose: bool = True, show_progress: bool = True, client: httpx.Client = None, debug: bool = False, github_token: str = None) -> Tuple[Path, dict]: def download_template_from_github(ai_assistant: str, download_dir: Path, *, script_type: str = "sh", verbose: bool = True, show_progress: bool = True, client: httpx.Client = None, debug: bool = False, github_token: str = None) -> Tuple[Path, dict]:
repo_owner = "github" repo_owner = "KUTEJiang"
repo_name = "spec-kit" repo_name = "spec-kit"
if client is None: if client is None:
client = httpx.Client(verify=ssl_context) client = httpx.Client(verify=ssl_context)