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
13 lines
402 B
JSON
13 lines
402 B
JSON
{
|
|
"closed": true,
|
|
"pending": [],
|
|
"reason": "Primary run and all bounded recovery attempts finished. Two payloads still returned RemoteProtocolError after repeated low-load retries; retain as operational failures without changing protocol or cases.",
|
|
"recovered": [
|
|
"6cb6f249"
|
|
],
|
|
"unresolved": [
|
|
"60d45044",
|
|
"60472f9c"
|
|
],
|
|
"closed_at_utc": "2026-09-11T21:11:02.929626+00:00"
|
|
} |