csharpdeeb25a2 | 1 | namespace CascadeIDE.Features.UiChrome; |
| 2 | |
| 3 | /// <summary> |
| 4 | /// Публичные intent-id для карты <c>routing.attention</c> в workspace TOML. |
| 5 | /// </summary> |
| 6 | public static class AttentionRoutingIntentIds |
| 7 | { |
| 8 | public const string SolutionExplorer = "solution_explorer"; |
| 9 | public const string Chat = "chat"; |
| 10 | public const string Git = "git"; |
| 11 | public const string Terminal = "terminal"; |
| 12 | public const string Editor = "editor"; |
| 13 | } |
| 14 | |
View only · write via MCP/CIDE