Describe the feature or problem you'd like to solve
I run copilot-cli on a local machine and often have multiple active sessions. When I am away from the machine, I want to have a simple way to check whether each session is still alive or ended from my phone.
Proposed solution
Right now I am doing a stupid workaround. I built a private repo and ask my local session to watch all other sessions every 15 minutes, and write the result to a markdown file. the changes get push to repo afterwards. So I can just checkout my repo with my phone. It works, but extremely brittle and hacky...
Example prompts or workflows
No response
Additional context
No response