mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 问就是封包
This commit is contained in:
@@ -59,8 +59,11 @@ type FeedbackData = {
|
||||
description: string;
|
||||
platform: string;
|
||||
gitRepo: boolean;
|
||||
terminal: string;
|
||||
version: string | null;
|
||||
transcript: Message[];
|
||||
errors: unknown;
|
||||
lastApiRequest: unknown;
|
||||
subagentTranscripts?: {
|
||||
[agentId: string]: Message[];
|
||||
};
|
||||
@@ -203,8 +206,8 @@ export function Feedback({
|
||||
...diskTranscripts,
|
||||
...teammateTranscripts
|
||||
};
|
||||
const reportData = {
|
||||
latestAssistantMessageId: lastAssistantMessageId,
|
||||
const reportData: FeedbackData = {
|
||||
latestAssistantMessageId: lastAssistantMessageId as string | null,
|
||||
message_count: messages.length,
|
||||
datetime: new Date().toISOString(),
|
||||
description,
|
||||
|
||||
Reference in New Issue
Block a user