- New command: `llm replicate fetch-predictions`, which fetches all predictions that have been run through Replicate (including for models other than language models queried using this tool) and stores them in a `replicate_predictions` table in the `logs.db` SQLite database. [Documentation here](https://github.com/simonw/llm-replicate/blob/0.3/README.md#fetching-all-replicate-predictions). [11](https://github.com/simonw/llm-replicate/issues/11)
- The `replicate-python` library is no longer bundled with this package, it is installed as a dependency instead. [10](https://github.com/simonw/llm-replicate/issues/10)