This crate has moved to [`ailoop-history`](https://crates.io/crates/ailoop-history).
```toml
ailoop-context = "1.0.0-rc.2"
ailoop-history = "1.0.0-rc.3"
```
The previous `ContextManager` / `ContextManagerBuilder` types were renamed to
`History` / `HistoryBuilder` at the same time. All re-exports in this crate
are marked `#[deprecated]`; switch your import surface to `ailoop-history`
to silence the warnings.