AgentDoctor v0.1.1
AgentDoctor v0.1.1 is a Windows installer patch release.
Fixes:
- Fixed
install.ps1on Windows PowerShell environments where[RuntimeInformation]::OSArchitectureis unavailable. - Updated the documented Windows install command to use
irm ... | iex. - Bumped the CLI and report output version to
0.1.1soagentdoctor --version, scan output, andagentdoctor upgradeall agree.
Install on Windows:
irm https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 | iexInstall on macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | shRelease artifacts include Windows, Linux, and macOS archives plus SHA256 checksum files.
Full changelog: v0.1.0...v0.1.1