docs/design/webshell-mention-icon-chips.md
The custom @ mention menu can insert extension, file, and MCP references, but accepted items were rendered as plain text in the composer. A previous composer path rendered these references as icon chips. The current custom mention architecture also needs a way for host-defined mention items, such as tables, to use the same chip rendering.
composerTag that describes the inserted reference.composerTagIcons prop on WebShell so hosts can register icon URLs by composerTag.kind.This change covers composer tag icon registration and rendering for accepted @ mention items and programmatically inserted inline tags. It does not change the visible @ mention picker rows or add a new provider registration API beyond the existing atProviders surface.
composerTagIcons changes while text remains in the editor.