richardcase / richardcase/clowder

Aggregated status/attention view across multiple remote hosts

Open
#111 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.