Forge
csharp4405de34
1namespace CascadeIDE.Services;
2
3/// <summary>Cockpit Command Line (ADR 0138).</summary>
4public static partial class IdeCommands
5{
6 /// <summary>Открыть Cockpit Command Line активного Forward host (Intercom: полоса над composer). args: initial_text?:string; returns: text; example: {"initial_text":"/intercom message anchors list"}.</summary>
7 public const string CockpitOpenCommandLine = "cockpit.open_command_line";
8}
9
View only · write via MCP/CIDE