| 1 | namespace AgentForge.Plugin.View.Components.Layout; |
| 2 | |
| 3 | internal 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