{{ statusLabel(curReq.status) }}
耗时{{ curReq.endTime ? fmtMs(curReq.endTime - curReq.startTime) : '…' }}
TTFT⚡️{{ fmtMs(curReq.ttft) }}
API耗时{{ fmtMs(curReq.cursorApiTime) }}
重试{{ curReq.retryCount }}
续写{{ curReq.continuationCount }}
模型{{ shortModel(curReq.model) }}
格式{{ curReq.apiFormat.toUpperCase() }}
消息数{{ curReq.messageCount }}
响应{{ fmtN(curReq.responseChars) }}chars
↑ Cursor tokens{{ fmtN(curReq.inputTokens) }}
↓ Cursor tokens{{ fmtN(curReq.outputTokens) }}
工具调用{{ curReq.toolCallsDetected }}次
Thinking{{ fmtN(curReq.thinkingChars) }}chars
停止原因{{ curReq.stopReason }}
降级原因{{ curReq.statusReason }}
错误{{ curReq.error }}