# Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

## [1.0.0] - 2026-04-11

### Added
- Initial public release of `@sincspecv/pi-chutes`
- Chutes.ai provider registration for pi as `chutes-ai`
- Bundled fallback model catalog
- Live model refresh on session start
- Manual `/chutes-refresh-models` command
- Optional `pi-chutes.json` for non-secret configuration
- Optional `/login chutes-ai` auth flow alongside `CHUTES_API_KEY`
- Cached model catalog stored at `~/.pi/agent/extensions/pi-chutes/models.json`
- Refresh change summaries for added, removed, and updated models
- Smoke test, streaming smoke test, and reasoning comparison scripts

### Changed
- Reasoning-capable models use pi compatibility settings with `thinkingFormat: "qwen-chat-template"`
- Package prepared for npm publishing and pi package discovery
