Three changes to Ask the desk.
FULL SCREEN. It was a 560px side panel, which was wrong for what the desk
returns: a fifteen-step timeline, a table of every stalled lead, a
paragraph naming both PAN numbers. Reading those down a gutter while the
page behind sat unused was the panel fighting its own content. Now one
readable column with the conversation list beside it, and Escape to leave.
CONVERSATIONS. The platform already kept them — every question opens a
session and a ticket — but nothing in the console showed them, so an
investigation could not be returned to. The rail lists them, newest first,
and opening one replays the transcript.
CHARTS. The platform has no chart widget and the desk holds no widget
tools — its fourteen tools are plain API reads, so everything it says
arrives as text. What it does do, reliably, when asked anything countable,
is answer with a markdown table. So the chart is that table, drawn: bars by
default, a share ring on request, and every bar checkable against the row
beside it. Inline SVG, no library.
Two details worth keeping: Indian short forms are parsed for magnitude, so
"₹3.96 L" sorts above "₹22,000" instead of below it; and a totals row is
excluded, because charting it draws one bar as long as all the others put
together.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>