Skip to content

Releases: youssefsz/agentdoctor

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:32

Full Changelog: v0.1.7...v0.1.8

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:04

Full Changelog: v0.1.6...v0.1.7

AgentDoctor v0.1.6

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:29

Full Changelog: v0.1.5...v0.1.6

AgentDoctor v0.1.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:23

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/latest redirect and constructs the exact release asset URL.
  • This fixes false could not find a release asset for aarch64-apple-darwin errors 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 | sh

Install on Windows:

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

Full changelog: v0.1.4...v0.1.5

AgentDoctor v0.1.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 21:09

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

AgentDoctor v0.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:45

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

AgentDoctor v0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:28

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 ~/.zprofile and ~/.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 | sh

Install on Windows:

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

Release artifacts include Windows, Linux, and macOS archives plus SHA256 checksum files.

Full changelog: v0.1.1...v0.1.2

AgentDoctor v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:11

AgentDoctor v0.1.1 is a Windows installer patch release.

Fixes:

  • Fixed install.ps1 on Windows PowerShell environments where [RuntimeInformation]::OSArchitecture is unavailable.
  • Updated the documented Windows install command to use irm ... | iex.
  • Bumped the CLI and report output version to 0.1.1 so agentdoctor --version, scan output, and agentdoctor upgrade all agree.

Install on Windows:

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

Install on macOS/Linux:

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

Release artifacts include Windows, Linux, and macOS archives plus SHA256 checksum files.

Full changelog: v0.1.0...v0.1.1

AgentDoctor v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:00

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-run planning 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.
  • upgrade and uninstall lifecycle commands for installed binaries.

Install:

iwr https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.ps1 -UseB | iex
curl -fsSL https://raw.githubusercontent.com/youssefsz/agentdoctor/main/install.sh | sh

Release artifacts include SHA256 checksum files for each platform archive.

Full changelog: https://github.com/youssefsz/agentdoctor/commits/v0.1.0