Merge branch 'wsh_dev' into 'main'

feat: backend gate fallback + metric_diff docs + submit_sft fix

See merge request wuyang6/zk-data-agent!5
This commit is contained in:
王森浩
2026-05-27 17:03:27 +08:00
10 changed files with 620 additions and 755 deletions
+1 -2
View File
@@ -66,8 +66,7 @@ export const Assistant = ({ initialSessionId }: AssistantProps = {}) => {
const lastSessionId = getLastSessionId(messages);
const pendingWorkspaceSessionId =
messages.length <= 1 ? readPendingWorkspaceSessionId() : null;
const selectedResumeSessionId =
messages.length > 1 ? selectedSessionId : null;
const selectedResumeSessionId = selectedSessionId;
const outgoingSessionId =
lastSessionId ??
selectedResumeSessionId ??
@@ -1926,6 +1926,9 @@ function SkillInsertDialog() {
className="min-w-0 flex-1 text-left"
onClick={() => {
insertComposerText(`Use the ${skill.name} skill.\n\n`);
if (skill.name === "model-iteration") {
dispatchSkillToggled({ skill: skill.name, enabled: true });
}
setOpen(false);
}}
>
@@ -28,9 +28,14 @@ const METRIC_LABELS: Record<string, string> = {
req_set_car: "需求集合(车载)",
dapan_car: "大盘车载",
specific_test: "Specific Test",
target_subset: "目标集合",
icl_test: "ICL Test",
overall: "大盘整体",
triage_err_rate: "Triage 错误率",
bvt_nav: "导航BVT",
talkable_controllable: "可聊可控",
badcase_2025: "Badcase 2025",
autotask: "自动任务",
target_subset_count: "目标子集数量",
target_subset_wrong: "目标子集错误数",
target_subset_correct: "目标子集正确数",