fix: add opencode smoke observability probes
This commit is contained in:
@@ -86,8 +86,12 @@ export interface NodeWebProbeScriptOptions {
|
||||
browserProxyMode: WebProbeBrowserProxyMode;
|
||||
commandTimeoutSeconds: number;
|
||||
scriptText: string;
|
||||
commandLabel?: string;
|
||||
suppressAdHocWarning?: boolean;
|
||||
generatedHints?: string[];
|
||||
generatedPreferredCommands?: Record<string, string>;
|
||||
scriptSource: {
|
||||
kind: "stdin" | "file";
|
||||
kind: "stdin" | "file" | "generated";
|
||||
path: string | null;
|
||||
byteCount: number;
|
||||
sha256: string;
|
||||
|
||||
Reference in New Issue
Block a user