4405de34| 1 | # Единственный продуктовый UI-режим: полигон раскладки (PFD/MFD, мультиоконность). |
| 2 | # Гипотезы — отдельная страница вторичного контура (MFD), не отдельный «режим Debug». |
| 3 | |
| 4 | [meta] |
| 5 | family = "Flight" |
| 6 | main_window_title = "CascadeIDE — Flight (layout lab)" |
| 7 | theme_slot = "CursorLike" |
| 8 | |
| 9 | [layout] |
| 10 | pfd_region_expanded = true |
| 11 | build_output_visible = true |
| 12 | terminal_visible = true |
| 13 | mfd_region_expanded = true |
| 14 | # Чат на MFD: ширина из workspace.toml (agent_chat 520), не дефолт 340. |
| 15 | mfd_region_expanded_width_pixels = 520 |
| 16 | editor_group_count = 2 |
| 17 | select_terminal_tab_when_terminal_shown = false |
| 18 | active_task_strip = true |
| 19 | |
| 20 | [capabilities] |
| 21 | quick_actions = true |
| 22 | agent_operations_panel = true |
| 23 | agent_trace = false |
| 24 | autonomous_agent_telemetry = false |
| 25 | ide_health_on_terminal_tab = false |
| 26 | ide_health_main_column_span = 5 |
| 27 | instrumentation_tabs = true |
| 28 | hypotheses_tab = true |
| 29 | risk_summary_card = true |
| 30 | result_summary_card = true |
| 31 | # Удобно отлаживать раскладку: IDE Health отдельной страницей в MFD. |
| 32 | ide_health_surface = "dedicated_page" |
| 33 | |
View only · write via MCP/CIDE