After De-registering the member from the fleet, the status under claude does...
Apra Fleet is an open-source MCP server
Brought to you by:
apralabs
Originally created by: sidAtApra
Did any one try to De-Register a member, the icon that shows below claude input does not go away.
It stays there.
Is it a bug OR I am missing something ?
Using - v0.1.2
Originally posted by: kumaakh
I tested by typing the following in CLI
remove member lvsm-log-analyzerit refreshed the status line and reduced my list of members
fleet statuscan be used any time to refresh the status line
Originally posted by: kumaakh
Fixed.
remove_membercallswriteStatusline()which regenerates the statusline file. When the last member is removed, the statusline and per-agent state are cleared entirely. The fix is referenced insrc/services/statusline.ts(comment at line 43).Ticket changed by: kumaakh