principal names ride every prompt — <@id> (name) from the adapter's roster - #13
Merged
Conversation
…oster agent-tools 0.5.0 resolves user ids to display names at ingestion (users.list prewarm + lazy users.info). The router persists the name in the event payload, inbox delivery and the ear's thread tails render who() = <@id> (name), so neither mind nor ear ever judges who-is- talking-to-whom from a bare id again (2026-07-30: the ear attributed a teammate's reply to her and recorded his question as her debt). Events from before names existed render exactly as before — the name is optional everywhere. NOTE: fresh bun install needs @bevyl-ai/agent-tools 0.5.0 on npm (publish pending operator OTP); the dep bump is committed ahead of it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #11 (the blind-ear incident): retire the bare-id failure class entirely.
agent-tools 0.5.0 (c5f00fc) resolves user ids to display names at ingestion: a
users.listroster prewarm at start, a synchronous cache lookup at dispatch (the ack-after-handling contract stays intact), and one backgroundusers.infoper unknown id so the person's next message arrives named. Best-effort — withoutusers:readeverything ships bare, exactly as before.This PR threads it through earshot: the router persists
principalNamein the event payload, and onewho()renderer makes inbox delivery, ear batch lines, and the ear's thread tails all read<@U096GG0F354> (noah): …. Old events without a name render exactly as before.bun installfrom scratch needs agent-tools 0.5.0 on npm — publish pending operator OTP. Deploy goes via the usual scp hotfix path meanwhile.bun run checkgreen — 384 pass.🤖 Generated with Claude Code