Forge
csharp3407750f
1namespace AgentForge.Plugin.View.Components.Layout;
2
3internal static class ForgeViewCommandBarTrigger
4{
5 public static string Render() =>
6 ForgeHtml.Button(
7 "button",
8 "⌘",
9 "forge-command-bar-trigger",
10 id: "forge-command-bar-trigger",
11 title: "Commands (Ctrl+K)");
12}
13
View only · write via MCP/CIDE