| 1 | namespace AgentForge.Plugin.View.Components; |
| 2 | |
| 3 | public static class ForgeViewStatusBar |
| 4 | { |
| 5 | public static string Render() => |
| 6 | ForgeHtml.Div("view-status-bar", ForgeHtml.Text("View only · write via MCP/CIDE")); |
| 7 | } |
| 8 | |
View only · write via MCP/CIDE