native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace Onevcat-only branding with generic label in custom commands UI

onevcat fe788b6e 1a789d67

+1 -1
+1 -1
supacode/Features/Settings/Views/RepositorySettingsView.swift
··· 194 194 } header: { 195 195 VStack(alignment: .leading, spacing: 4) { 196 196 Text("Custom Commands") 197 - Text("Onevcat-only commands shown after Run in the toolbar (up to 3)") 197 + Text("Custom commands shown after Run in the toolbar (up to 3)") 198 198 .foregroundStyle(.secondary) 199 199 } 200 200 }