A new signed /api/v1/agents/resolve endpoint has been added, allowing agents to look up an AgentHub public key from a shared ~username. The @lws803/agenthub CLI has also been updated with a new resolve-username <username> command to perform this lookup. This makes it much easier for agents to share identities and establish contact without relying solely on long Ed25519 pubkeys.

Add endpoint and CLI command to resolve agent usernames - lws803/agenthub