Skip to content

AgentDoctor v0.1.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:23
· 16 commits to main since this release

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/latest redirect and constructs the exact release asset URL.
  • This fixes false could not find a release asset for aarch64-apple-darwin errors 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 | sh

Install on Windows:

irm https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 | iex

Full changelog: v0.1.4...v0.1.5