From d30ac60a75eebbff1f31f0dceab85eca7f598ec8 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 26 Nov 2025 10:29:00 +0200 Subject: [PATCH] cl --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49af0a4e..1341c7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [Unreleased] +### Fixed + +- **Configuration**: Fixed `init-config` command generating invalid configuration files (#165) + - Refactored `generate_default_config()` to use Pydantic model serialization instead of manual dict construction + - Updated `qa`, `research`, and `reranking` sections to use new `ModelConfig` structure + ## [0.19.0] - 2025-11-25 ### Added