native macOS codings agent orchestrator
6
fork

Configure Feed

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

fix(shelf): align empty-state title with worktree wording

Pairs with the prior hint copy change so the heading and the action
line use the same vocabulary.

onevcat 942a5609 48c885d3

+1 -1
+1 -1
supacode/Features/Shelf/Views/ShelfView.swift
··· 161 161 .font(.system(size: 40)) 162 162 .foregroundStyle(.secondary) 163 163 .accessibilityHidden(true) 164 - Text("No book selected") 164 + Text("No worktree selected") 165 165 .font(.headline) 166 166 Text("Click a worktree to open it.") 167 167 .font(.callout)