Skip to content

AgentDoctor v0.1.4

Choose a tag to compare

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

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.
  • sudo is 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 upgrade and agentdoctor uninstall now 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 | sh

System install on macOS/Linux, explicit and may require sudo:

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

Install on Windows:

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

Full changelog: v0.1.3...v0.1.4