From 0937c5a8a36c313483422ef93156337cadac232c Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 21 Apr 2026 19:01:56 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.7.0=20=E2=80=94=20final=20?= =?UTF-8?q?integration=20of=20batch=20ui=20and=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + package-lock.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 262c2d1b7b..b30c0ee479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - **feat(core):** Add daily quota exhaustion lock to detect "quota exceeded" signals and lock the specific model until midnight. (#1430) - **feat(core):** Auto-inject `stream_options.include_usage = true` for OpenAI format streams to guarantee token usage is reported correctly during streaming. (#1423) - **feat(dashboard):** Introduce real-time model status badges with countdown timers in the provider detail and combo panel interfaces. (#1430) +- **feat(dashboard):** Add Batch/File management data grid to the Dashboard. (#1479) ### 🐛 Bug Fixes diff --git a/package-lock.json b/package-lock.json index a05f478aa7..75a5030333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11201,7 +11201,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true,