# Changelog

To install the unreleased agentgrep version:

[pip](https://pip.pypa.io/en/stable/):

```console
$ pip install --user --upgrade --pre agentgrep
```

[pipx](https://pypa.github.io/pipx/docs/):

```console
$ pipx install \
    --suffix=@next \
    --pip-args '\--pre' \
    --force \
    'agentgrep'
```

Run the suffixed executable as:

```console
$ agentgrep@next [command]
```

[uv](https://docs.astral.sh/uv/):

```console
$ uv add agentgrep --prerelease allow
```

[uvx](https://docs.astral.sh/uv/guides/tools/):

```console
$ uvx --from 'agentgrep' --prerelease allow python
```

## agentgrep 0.1.0a1 (Yet to be released)

<!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
_Notes on the upcoming release will go here._
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->

### Development

- Type-checker switched from mypy to ty. Local recipes, lock file,
  and CI all run `uv run ty check` now. (#1)
