fix(desktop): show every managed agent instance - #5575
Conversation
6b18ebe to
b4a5c7c
Compare
|
Validated this against a real multi-agent Buzz profile and the focused grouping suite. The local managed-agent store contains 11 duplicated display names. Fizz, Bumble, and Honey each have two managed identities, so this is not only a synthetic collision. At The truncated pubkey is useful for choosing the correct identity. It does not identify the execution host, which is the remaining source of confusion in a multi-machine fleet. I do not think that should block this focused PR. Host/body placement needs a stable body registry and belongs in #5667. One current CI failure is the repository security audit reporting yanked transitive crates ( |
Signed-off-by: Brainy Bumble <0ed7657b57c0e8a9f5288390dd6c8d5d0a3a06abe9b01b9006814f52077d6cdf@buzz.block.builderlab.xyz> Co-authored-by: Atish Patel <atish@squareup.com>
Co-authored-by: Atish Patel <atish@squareup.com> Signed-off-by: Atish Patel <atish@squareup.com>
Co-authored-by: Atish Patel <atish@squareup.com> Signed-off-by: Atish Patel <atish@squareup.com>
Co-authored-by: Atish Patel <atish@squareup.com> Signed-off-by: Atish Patel <atish@squareup.com>
294d14f to
e88957f
Compare
Overview
Category: fix
User impact: The Agents page now shows every managed agent instance that mention autocomplete can target, even when multiple instances share the same persona and display name.
Problem: Mention autocomplete preserves managed-agent identity by pubkey, but the Agents page grouped agents by persona and selected only one representative. Multiple same-persona instances therefore appeared in autocomplete while all but one were hidden from the Agents page.
Solution:
Reproduction steps
Validation
At commit
f2a0ecff82d36525c77e0ed7a2dd978a5785cdb6with a clean working tree:git diff --checkpassed.Originating conversation: Buzz channel
dcbc45d2-e9cc-45b3-940b-568dd06652ff, threadfd2e3ae323021b0314203dc0709f624669f278b344fdbe21f6cd65bae9582b2c.Screenshot
Agents page with three managed Fizz instances sharing one persona. Each card is individually visible and distinguished by its truncated pubkey.
Generated with Brainy Bumble
Delete-popup UX proof
The individual-agent delete confirmation now makes the backup action visibly clickable with an underlined Export this agent link. Clicking it opens the existing export dialog. The seeded proof state shows 9 memories and 2 channels; both captures wait for the dialog animation to settle.