Peers: surface more "identify" info, such as "agentVersion" #2086
Labels
area/screen/peers
Issues related to Peers screen
effort/hours
Estimated to take one or several hours
exp/beginner
Can be confidently tackled by newcomers
good first issue
Good issue for new contributors
kind/enhancement
A net-new feature or improvement to an existing feature
need/maintainer-input
Needs input from the current maintainer(s)
P2
Medium: Good to have, but can wait until someone steps up
topic/design-front-end
Front-end implementation of UX/UI work
topic/design-ux
UX strategy, research, not solely visual design
We already show some info, for example "Open Streams" column on the peers screen, but it only shows active streams, not all supported protocols and versions:
An useful info would be to show
AgentVersion
fromidentify
protocol. It is already supported, but requiresipfs.id(peerid)
call for every peer:Required dependency
I filled ipfs/kubo#9578 to make it a single request:
ipfs swarm peers --enc=json --identify
When we have that feature in Kubo, we could update ipfs-webui and show
AgentVersion
on Peers screen.The text was updated successfully, but these errors were encountered: