richardcase / richardcase/clowder
Aggregated status/attention view across multiple remote hosts
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 16
Description
AppDelegate supervises one backend per host but the UI only shows the active one — switching hosts means losing visibility into the others. There's no merged view of attention/status across every connected daemon (local + remote).
Proposal: a fanout view that subscribes to control events from all connected hosts at once and shows a unified attention list, so a "needs input" agent on a remote host is visible without switching to that host first.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at AppDelegate and trace how one backend subscribes to control events and supplies the current UI status. Follow the connected-host and daemon management paths to determine where a fanout subscription belongs. Done means the UI presents one attention list covering local and remote hosts, including agents needing input without switching hosts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, rust, swift
- Domain
- desktop, distributed-systems, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100