Skip to content

v0.1.2 — Agent-Friendly Install

Choose a tag to compare

@vkayatas vkayatas released this 23 Mar 12:20
· 15 commits to master since this release

What's New

  • python -m appinsight fallback — when appstore-reviews isn't on PATH after pip install, agents (and humans) can now use python -m appinsight as an identical alternative. No PATH configuration needed.
  • Improved agent instructions — all 4 instruction files (SKILL.md, CLAUDE.md, bundled copilot.md, bundled claude.md) now include a robust install → verify → fallback flow so coding agents reliably find and use the CLI.

Why This Release

Real-world agent feedback showed that after pip install appstore-review-cli, the appstore-reviews binary sometimes lands in a virtualenv bin directory not on PATH. The __main__.py entry point solves this completely.

Install / Upgrade

pip install --upgrade appstore-review-cli

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