Skip to content

Commit 891736f

Browse files
author
pengjiahan.pjh
committed
fix:download owner
1 parent 02015e5 commit 891736f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The `specify` command supports the following options:
161161
| Command | Description |
162162
|-------------|----------------------------------------------------------------|
163163
| `init` | Initialize a new Specify project from the latest template |
164-
| `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`, `windsurf`, `qwen`, `opencode`, `codex`) |
164+
| `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`, `windsurf`, `qwen`, `opencode`, `codex`, `qoder`) |
165165

166166
### `specify init` Arguments & Options
167167

@@ -190,15 +190,15 @@ specify init my-project --ai claude
190190
# Initialize with Cursor support
191191
specify init my-project --ai cursor-agent
192192

193+
# Initialize with Qoder support
194+
specify init my-project --ai qoder
195+
193196
# Initialize with Windsurf support
194197
specify init my-project --ai windsurf
195198

196199
# Initialize with Amp support
197200
specify init my-project --ai amp
198201

199-
# Initialize with Qoder support
200-
specify init my-project --ai qoder
201-
202202
# Initialize with PowerShell scripts (Windows/cross-platform)
203203
specify init my-project --ai copilot --script ps
204204

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def deep_merge(base: dict, update: dict) -> dict:
565565
return merged
566566

567567
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]:
568-
repo_owner = "KUTEJiang"
568+
repo_owner = "github"
569569
repo_name = "spec-kit"
570570
if client is None:
571571
client = httpx.Client(verify=ssl_context)

0 commit comments

Comments
 (0)