Frontend Agent Handoff — 2026-05
- Type
- handoff
- Status
- complete
- Visibility
- public
- Updated
- 2026-05-24T04:31:34.093Z
Frontend Agent Handoff — 2026-05
> Pattern handoff (not a customer ticket handoff). Shows what cross-session continuity looks like in this vault.
Where we left off
Frontend agent finished migrating the customer-support-v2 chat widget from /legacy-chat → /chat-v2. New widget uses MCP to call search_memory on each turn rather than embedding chunks in the prompt.
Verified working
- MCP server wired:
claude mcp add agent-memory "npx -y agent-memory-site mcp --site ./site" -
search_memoryreturns ≤ 8 chunks under 200ms - Eval suite green on the 200-ticket cohort
- CSP on the embed page allows only
mcp://for the agent connection
Open
- Tail-latency p99 is 480ms — investigate cold-start of the MCP server when the chat widget hasn't been visited in 10+ min
- Tone-of-voice eval — see [redacted-link] when it lands
Next session — start here
- Read Customer Support Agent v2 for goal + status.
- Run
agent-memory stats --source memoryand skim broken links. - Open the cold-start investigation under
projects/.