fix(webui): refine inline token highlights (#5241)

This commit is contained in:
chengyongru
2026-08-04 16:40:41 +08:00
committed by GitHub
parent 2fe135db3e
commit 287fd88fe4
10 changed files with 31 additions and 36 deletions
+1 -1
View File
@@ -868,7 +868,7 @@ describe("ThreadShell", () => {
expectSendMessageWithTurn(client, "skill-reference", "Use $github for this"),
);
expect(screen.getByTestId("message-skill-reference-github"))
.toHaveTextContent("$github");
.toHaveTextContent(/^github$/);
});
it("clears the old thread when the active session is removed", async () => {