Skip to content

AgentDoctor v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:11
· 22 commits to main since this release

AgentDoctor v0.1.1 is a Windows installer patch release.

Fixes:

  • Fixed install.ps1 on Windows PowerShell environments where [RuntimeInformation]::OSArchitecture is unavailable.
  • Updated the documented Windows install command to use irm ... | iex.
  • Bumped the CLI and report output version to 0.1.1 so agentdoctor --version, scan output, and agentdoctor upgrade all agree.

Install on Windows:

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

Install on macOS/Linux:

curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | sh

Release artifacts include Windows, Linux, and macOS archives plus SHA256 checksum files.

Full changelog: v0.1.0...v0.1.1