ADA v0.5.5

Fixed

  • ada upgrade no longer risks silently overwriting customized skills/agents — customized-file detection now uses the actual sync plan instead of a separate manifest re-parse.

  • Windows: API key secret could be read incorrectly during install (PtrToStringAutoPtrToStringBSTR).

  • Installer no longer errors when pip show returns no output while checking the installed version.

  • ada upgrade --dry-run now reports "Would add require_ada_cli_version..." instead of implying the change was already made.

Changed

  • ADE API request timeout raised from 30s to 60s.

  • Credential storage (~/.ada/credentials.json) now uses file locking and atomic writes, preventing corruption from concurrent ada config runs or an interrupted write.

  • ada skills update / ada upgrade share a single sync implementation; --architecture now defaults to the project's configured architecture instead of all.

  • EXTERNAL_API_HOST is now derived from ARTIFACTS_HOST in the installer scripts.

Docs

  • README and project scaffold docs updated to reflect current ada upgrade / ada skills update behavior.