agent-orchestrator/packages/cli/__tests__
prateek b5128cf69f
fix: use gh repo clone for private repo auth in ao start <url> (#273)
HTTPS clone fails on private repos without credentials. Now tries
three strategies in order:
1. gh repo clone (handles GitHub auth via gh auth token)
2. git clone with SSH URL (works with SSH keys)
3. git clone with HTTPS URL (public repos fallback)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 14:42:35 +05:30
..
commands fix: use gh repo clone for private repo auth in ao start <url> (#273) 2026-03-03 14:42:35 +05:30
lib fix: address review feedback and add preflight tests 2026-03-02 03:05:00 +05:30