AgentDoctor v0.1.3
AgentDoctor v0.1.3 improves install/upgrade progress feedback and macOS/Linux install behavior.
Fixes:
- Added visible installer progress on Windows with native PowerShell progress and numbered steps.
- Added POSIX shell progress steps/spinner for macOS and Linux installs.
- Improved upgrade/uninstall spinner behavior so interactive terminals draw immediately and CI/logs get plain text.
- macOS/Linux installer now prefers an install directory already on PATH, such as
/usr/local/binon macOS, before falling back to~/.local/bin. - If the selected PATH directory needs permission, the Unix installer uses
sudofor the install copy instead of forcing users to manually export PATH afterward. - Added CI tests for Unix installer profile and install-directory behavior.
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.2...v0.1.3