Releases: youssefsz/agentdoctor
Release list
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.7
AgentDoctor v0.1.6
Full Changelog: v0.1.5...v0.1.6
AgentDoctor v0.1.5
AgentDoctor v0.1.5 ships the Unix installer release lookup fix.
Fixes:
- macOS/Linux installer no longer depends on fragile GitHub API JSON parsing to find release assets.
- Installer now resolves the latest release tag through GitHub's
/releases/latestredirect and constructs the exact release asset URL. - This fixes false
could not find a release asset for aarch64-apple-darwinerrors when the asset exists. - Added regression coverage for parsing GitHub latest-release redirect URLs.
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.4...v0.1.5
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
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
AgentDoctor v0.1.2
AgentDoctor v0.1.2 is a Unix installer reliability release.
Fixes:
- Improved macOS/Linux PATH setup so the installer updates login and interactive shell profiles.
- macOS zsh now receives PATH setup in both
~/.zprofileand~/.zshrc. - The installer now verifies the copied binary runs after installation.
- Added CI coverage for Unix installer profile behavior on macOS and Linux.
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 | iexRelease artifacts include Windows, Linux, and macOS archives plus SHA256 checksum files.
Full changelog: v0.1.1...v0.1.2
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
AgentDoctor v0.1.0
AgentDoctor v0.1.0 is the first public CLI release.
Highlights:
- Repository scan engine for AI agent readiness, including agent files, commands, safety boundaries, repo hygiene, CI, and agent ecosystem signals.
- Deterministic
init --dry-runplanning for generated agent guidance. - Global/project config commands for selected agents and config reset/show workflows.
- Cross-platform install scripts and release archives for Windows, Linux, and macOS.
upgradeanduninstalllifecycle commands for installed binaries.
Install:
iwr https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 -UseB | iexcurl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | shRelease artifacts include SHA256 checksum files for each platform archive.
Full changelog: https://github.com/youssefsz/agentdoctor/commits/v0.1.0