mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-28 17:06:05 +00:00
One conflict, in frontend/src/core/threads/types.ts: main's #4513 (preserve message order during long runs) made RunMessage.seq required, while this branch had added the optional feedback field next to it. Both changes are independent and both kept — seq is now required per main, feedback stays optional. No migration renumber this round; main added no new revision, so 0010_feedback_tags still chains cleanly after 0009_webhook_dedupe. Verified: frontend typecheck + lint clean and 844 tests pass (the required seq propagates through the test helpers main updated), plus 74 backend feedback/thread-message tests. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>