fix(config): respect configured model

This commit is contained in:
Ivan Pereira
2026-05-11 15:16:42 +01:00
parent 18e38ac89a
commit 4e77f38d5d
8 changed files with 137 additions and 20 deletions
+11
View File
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.1] - 2026-05-11
### Changed
- Model selection is now controlled by `/perplexity-config` or `PI_PERPLEXITY_MODEL` instead of an LLM-facing tool parameter.
- Updated the configured model list with current Perplexity internal model slugs.
### Added
- Opt-in live E2E test for validating Perplexity model selection.
## [0.2.0] - 2026-03-21
### Added