AI Support Agent 6.0.3
Latest23 August 2026
AI Support Agent v6.0.3
Release Date: August 23, 2026 Tags: ROUTING, P2P
Overview
The agent could not send a P2P trader to their own profile, because it did not know the page existed.
"Where do I see my rating?" and "why is nobody taking my offers?" are questions about the page a counterparty reads before deciding whether to deal with somebody — their completion record, how fast they release escrow, and the reviews people have left them. The agent answered both by pointing at the trades list, which carries a private trade history and cannot show a review.
The agent never types a URL: it proposes an action, and the route is re-checked against a catalogue of pages the platform actually has. A page missing from that catalogue is a place the agent cannot send anyone, however clearly a customer asks. This release adds the one that was missing.
Update Instructions
pnpm updatorRestart the backend. Nothing else changes, and there is no database change. The route this adds exists in P2P Trading v6.3.2 — installing this release against an older P2P is harmless, but the page will not be there to reach.
Added
The P2P trader profile is a place the agent can send somebody
- Added
/p2p/profileto the route catalogue, described as the customer's own trader profile exactly as other traders see it. It is deliberately a separate entry from/p2p/trades: that one carries their own dealing as private statistics, and this one is the page strangers judge them on.