From c1659a1c5e8250a31e1b410ef6c377b96de18b6d Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 18 Apr 2026 11:08:50 -0300 Subject: [PATCH] docs(changelog): update v3.6.9 notes with PRs 1393 and 1394 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ddd548cd..a34698f506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### ✨ New Features +- **feat(cli-tools):** Add direct configuration file generation and override support for Qwen Code local settings (#1394) +- **feat(providers):** Derive Claude CLI model defaults dynamically from provider registry to stay current with upstream API changes (#1393) - **feat(core):** Implement persistent API key, backup pruning, and GPU optimization (#1350, #1367, #1369) ### 🐛 Bug Fixes