| 1 | // Compatibility re-export for extensions and older tests. The desktop UI now |
| 2 | // owns one reasoning-display preference instead of a separate summary toggle. |
| 3 | export { |
| 4 | getReasoningSummaryEnabled, |
| 5 | setReasoningSummaryEnabled, |
| 6 | useReasoningSummaryEnabled, |
| 7 | } from "./reasoningDisplayPreference"; |
| 8 |