feat: add mdtodo web-probe commands

This commit is contained in:
Codex
2026-06-26 12:11:31 +00:00
parent ff9dd29faa
commit 0fcdd12c83
8 changed files with 375 additions and 20 deletions
+6
View File
@@ -130,10 +130,13 @@ export type NodeWebProbeObserveCommandType =
| "selectMdtodoFile"
| "selectMdtodoTask"
| "expandMdtodoTask"
| "openMdtodoReportPreview"
| "toggleMdtodoReportFullscreen"
| "openMdtodoSourceConfig"
| "configureMdtodoHwpodSource"
| "probeMdtodoSource"
| "reindexMdtodoSource"
| "editMdtodoTaskInline"
| "editMdtodoTaskTitle"
| "editMdtodoTaskBody"
| "toggleMdtodoTaskStatus"
@@ -198,8 +201,11 @@ export interface NodeWebProbeObserveOptions {
commandBlocking: boolean | null;
commandSourceId: string | null;
commandFileRef: string | null;
commandFilename: string | null;
commandTaskRef: string | null;
commandTaskId: string | null;
commandField: string | null;
commandLink: string | null;
commandTitle: string | null;
commandBody: string | null;
commandStatus: string | null;