feat(billing): show user display name in usage records

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-30 09:51:38 +08:00
parent 65a6d7254b
commit 2a1c221bb3
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -237,6 +237,7 @@ export type UsageRecord = {
id: number;
userId: string;
username: string;
displayName: string;
agentSessionId: string;
requestId: string | null;
inputTokens: number;