AgentDoctor v0.1.5
AgentDoctor v0.1.5 ships the Unix installer release lookup fix.
Fixes:
- macOS/Linux installer no longer depends on fragile GitHub API JSON parsing to find release assets.
- Installer now resolves the latest release tag through GitHub's
/releases/latestredirect and constructs the exact release asset URL. - This fixes false
could not find a release asset for aarch64-apple-darwinerrors when the asset exists. - Added regression coverage for parsing GitHub latest-release redirect URLs.
Install on macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | shInstall on Windows:
irm https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 | iexFull changelog: v0.1.4...v0.1.5