(thread: ThreadData)
| 23 | } |
| 24 | |
| 25 | function attachThreadDiffPreferences(thread: ThreadData): ThreadData { |
| 26 | return { |
| 27 | ...thread, |
| 28 | diffPreferences: getThreadDiffPreferences(thread.sessionPath), |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | const INBOX_PROMPT_BACKFILL_CONCURRENCY = 6 |
| 33 |
no test coverage detected