dsh-livebench-panel 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/client.js +0 -4
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -171,10 +171,6 @@ window.__ModuleLoader__.load({
171
171
  return () => clearInterval(timer);
172
172
  }, [refreshStatus, loadResults]);
173
173
 
174
- useEffect(() => {
175
- if (logRef.current) logRef.current.scrollTop = logRef.current.scrollHeight;
176
- }, [log]);
177
-
178
174
  const categories = useMemo(() => (config ? Object.keys(config.tasks) : []), [config]);
179
175
  // 有效题数:LiveBench 会丢弃「发布晚于所选 release」和「在所选 release
180
176
  // 前已退役」的题目,这里按题目桶 (发布日, 移除日) 精确复算。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-livebench-panel",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "DSH web plugin: a LiveBench tab in the Trajectory view (right of 对话/轨迹). Run LiveBench evaluations against every model configured in the DeepSeek Harness — pick provider/model, category, task, release and question range from dropdowns, watch progress, and read scores in place.",
5
5
  "license": "MIT",
6
6
  "type": "module",