From 1beb3720570ae12e867174fe8ab18be00b68482f Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 25 Apr 2026 15:36:37 -0300 Subject: [PATCH] docs: update changelog with PRs 1600-1603 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb3719f81..cbe526b1d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ pass per-account `maxConcurrent` caps into runtime credential selection. - **fix(files):** Avoid loading file content blobs for metadata-only file list, retrieve, delete, and ownership-check paths. +- **fix(settings):** Repair OAuth env hydration failures in `/api/system/env/repair` by replacing dynamic imports (#1601). +- **fix(cli):** Align OpenCode config preview and add multi-model selection support (#1602). +- **fix(providers):** Navigate to node detail immediately after creating a compatible node to avoid orphaned nodes (#1603). + +### ✨ New Features + +- **feat(i18n):** Sync keys and complete translations for en and zh-CN locales (#1600). ### 🧪 Tests