mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-15 00:19:14 +00:00
* feat: add opt-in task notes and compacted history recall * fix: validate task continuity state and preserve user answers Honor explicit opt-out, preserve clarification replies and capture failure statuses, validate notebook writes, and clear branch archive references. Update the config version and audit optional LLM credentials, with regression and integration evidence. * fix: align Helm config version with task continuity schema * fix: preserve mixed task history and declare continuity policies * fix: recover malformed history and evict archives atomically
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"scope": "controlled production-middleware integration; synthetic input; summary intentionally drops exact codes",
|
|
"cases": [
|
|
{
|
|
"case": 0,
|
|
"model": "qwen3.8-flash-next",
|
|
"archived": true,
|
|
"code_absent_from_active_context": true,
|
|
"tools_used": [
|
|
"history_read",
|
|
"history_search",
|
|
"task_note",
|
|
"write_manifest"
|
|
],
|
|
"notes_saved": true,
|
|
"artifact_verified": true,
|
|
"artifact_sha256": "15fc7a1c1e2469cd40c1720ab897a1fe43b19e5fd9a56da63e3490d298bad85a",
|
|
"passed": true
|
|
},
|
|
{
|
|
"case": 1,
|
|
"model": "qwen3.8-flash-next",
|
|
"archived": true,
|
|
"code_absent_from_active_context": true,
|
|
"tools_used": [
|
|
"history_read",
|
|
"history_search",
|
|
"task_note",
|
|
"write_manifest"
|
|
],
|
|
"notes_saved": true,
|
|
"artifact_verified": true,
|
|
"artifact_sha256": "75bed8fadbefd4250262af9e50ccd47716e0e2d8ed50b68aa941d714287d64b4",
|
|
"passed": true
|
|
},
|
|
{
|
|
"case": 2,
|
|
"model": "qwen3.8-flash-next",
|
|
"archived": true,
|
|
"code_absent_from_active_context": true,
|
|
"tools_used": [
|
|
"history_read",
|
|
"history_search",
|
|
"task_note",
|
|
"write_manifest"
|
|
],
|
|
"notes_saved": true,
|
|
"artifact_verified": true,
|
|
"artifact_sha256": "7a8b7d062b6b22d5b45f4444255d8dd6e50c0f91f74ea786393fe4e9240d7833",
|
|
"passed": true
|
|
}
|
|
]
|
|
} |