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
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"scope": "controlled production-middleware integration; synthetic input; summary intentionally drops exact codes",
|
|
"cases": [
|
|
{
|
|
"case": 0,
|
|
"model": "qwen3.8-flash-next",
|
|
"passed": false,
|
|
"error_type": "APIConnectionError"
|
|
},
|
|
{
|
|
"case": 1,
|
|
"model": "qwen3.8-flash-next",
|
|
"passed": false,
|
|
"error_type": "APIConnectionError"
|
|
},
|
|
{
|
|
"case": 2,
|
|
"model": "qwen3.8-flash-next",
|
|
"passed": false,
|
|
"error_type": "APIConnectionError"
|
|
}
|
|
]
|
|
} |