Skip to content

AgentDoctor v0.1.3

Choose a tag to compare

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

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/bin on macOS, before falling back to ~/.local/bin.
  • If the selected PATH directory needs permission, the Unix installer uses sudo for 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 | sh

Install on Windows:

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

Full changelog: v0.1.2...v0.1.3