You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: output scope selector for long-context presets
feat: input/output/total throughput metrics in workflow detail
feat: tooltips on all metric labels and parameter controls
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
6
6
7
+
## [2.6.0] - 2026-04-23
8
+
9
+
### Added
10
+
- Output Scope selector for long-context presets (16K/64K/150K/256K): controls how many documents the model reads, limiting output length (~500 tokens for 3 docs, unlimited for All docs)
11
+
- Output Scope available in Benchmark, Workflow, and Playground pages with persistent selection via localStorage
12
+
- Input/Output/Total throughput metrics in Workflow Detail: calculated as concurrency × avg tokens per request / avg response time
13
+
- Throughput columns (In T/s, Out T/s, Total T/s) in provider comparison tables
14
+
- Throughput summary in workflow header and results summary bar
15
+
- Tooltips on all metric labels, table column headers, and parameter controls across all pages (WorkflowResults, ResultsPanel, ConfigPanel, PlaygroundPage, HistoryDetailPage)
16
+
17
+
### Changed
18
+
- Long-context 64K preset prompt suffix updated to support configurable output scope
<Tooltiptitle="Controls how many documents the model should read and summarize. Fewer docs = shorter output (~500 tokens for 3 docs). Use this to limit output length while keeping the full prompt as input.">
0 commit comments