feat(webui): link session mentions

This commit is contained in:
Xubin Ren
2026-08-04 12:14:51 +08:00
parent 5dd3dc5450
commit cf01978e71
3 changed files with 14 additions and 4 deletions
+1
View File
@@ -530,6 +530,7 @@ describe("MessageBubble", () => {
const token = screen.getByTestId("message-session-mention-收费设计");
expect(token).toHaveTextContent("@收费设计");
expect(token).toHaveAttribute("title", "Session: 收费设计");
expect(token.closest("a")).toHaveAttribute("href", "#/chat/websocket%3Apricing");
});
it("copies completed assistant replies from the action row", async () => {