AgentDoctor v0.1.4
AgentDoctor v0.1.4 fixes Unix installer sudo behavior and improves lifecycle progress output.
Fixes:
- macOS/Linux installer now defaults to a user-local install path instead of choosing root-owned system directories just because they are on PATH.
sudois no longer used by default on macOS/Linux installs.- System-wide installs are now explicit with
AGENTDOCTOR_INSTALL_MODE=system. - Installer step output uses color in interactive Unix terminals and respects
NO_COLOR. agentdoctor upgradeandagentdoctor uninstallnow use colored interactive spinner output.- Upgrade/uninstall permission failures now explain when an older root-owned install is the cause.
- Added regression tests for user-local default install behavior and explicit system install mode.
Install on macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | shSystem install on macOS/Linux, explicit and may require sudo:
curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | AGENTDOCTOR_INSTALL_MODE=system shInstall on Windows:
irm https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 | iexFull changelog: v0.1.3...v0.1.4