Skip to content

v0.1.3 — Marketplace listing rename

Choose a tag to compare

@tasnuvaleeya tasnuvaleeya released this 26 May 14:40
· 5 commits to main since this release

Marketplace listing name changed from `agent-guard` to `ag-scan` to resolve a collision with the existing `Agent-Guard` GitHub organization. The PyPI distribution name and the Marketplace listing now match.

Nothing changes for users:

  • `uses: tasnuvaleeya/agent-guard@v0.1.3` still works (it's path-based, not listing-name-based)
  • CLI command is still `agent-guard`
  • Repo is still at github.com/tasnuvaleeya/agent-guard
  • PyPI install is still `pip install ag-scan`

Install

GitHub Action:
```yaml

  • uses: tasnuvaleeya/agent-guard@v0.1.3
    ```

CLI:
```bash
pip install ag-scan
```

Docs