# Changelog

## 2.0.1 - 2026-06-22

- Ship the updated README (drop the redundant pi-install section, add an author section).
- Published through CI with a provenance attestation.

## 2.0.0 - 2026-06-22

- **Renamed the package to `@czottmann/pi-cortecs`.** Install with `pi install npm:@czottmann/pi-cortecs`. The old unscoped `pi-cortecs` package is deprecated.
- Ship the extension as raw TypeScript (`extensions/cortecs.ts`) loaded directly by pi, instead of a compiled `dist/` build. No build step is needed for local installs.

## 1.1.0 - 2026-06-14

- Update the Cortecs provider API key reference to pi's current `$CORTECS_API_KEY` syntax, removing the startup deprecation warning.

## 1.0.0 - 2026-05-08

Initial release.

- Registers Cortecs as a pi provider.
- Fetches the Cortecs model catalog on startup.
- Registers tool-capable models with context, pricing, image, and reasoning metadata.
- Supports pi's API-key login flow and the `CORTECS_API_KEY` environment variable.
- Adds `/cortecs-models` to list available Cortecs models.
