chore(web): remove repo picker from /agents header #1115
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!1115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/remove-agents-repo-picker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
<RepoSelector />render + import fromapps/web/src/routes/agents.tsx. The global repo picker in the sidenav covers this — the per-route copy was a duplicate.useSelectedRepos()consumers (Roster, Watchdog panel, Board) keep reading the same shared store; only the visual selector inside the agents header goes away.Test plan
bun x turbo run typecheck --filter=@claude-hooks/web --forcepassesjust lintcleanjust fmt-checkclean/agents/*pages no longer show a top-right picker; the sidenav picker still scopes the Roster fetch🤖 Generated with Claude Code