feat: add web probe performance hotspot analysis

This commit is contained in:
Codex
2026-07-02 07:10:21 +00:00
parent bcaff08ad7
commit 88024dd251
30 changed files with 12674 additions and 11614 deletions
+2
View File
@@ -158,6 +158,7 @@ export type NodeWebProbeObserveCommandType =
| "deleteMdtodoTask"
| "launchWorkbenchFromTask"
| "launchWorkbenchFromMdtodo"
| "performanceCapture"
| "screenshot"
| "mark"
| "stop";
@@ -214,6 +215,7 @@ export interface NodeWebProbeObserveOptions {
commandAlternateSessionStrategy: string | null;
commandExpectedSentinelRange: string | null;
commandExpectedActionWaitMs: number | null;
commandDurationMs: number | null;
commandRequireComposerReady: boolean;
commandWaitProjectManagementReady: boolean;
commandFindingId: string | null;