feat: expose codex runtime lifecycle events
This commit is contained in:
@@ -175,6 +175,16 @@ function buildSupportMatrix({ helpText, methods }) {
|
||||
toolRequestUserInput: methodSet.has("item/tool/requestUserInput"),
|
||||
permissionRequestApproval: methodSet.has("item/permissions/requestApproval"),
|
||||
guardianDeniedActionApproval: methodSet.has("thread/approveGuardianDeniedAction"),
|
||||
processEvents: methodSet.has("process/outputDelta") || methodSet.has("process/exited"),
|
||||
rawResponseCompleted: methodSet.has("rawResponseItem/completed"),
|
||||
skillsChanged: methodSet.has("skills/changed"),
|
||||
pluginInstalledNotification: methodSet.has("plugin/installed"),
|
||||
threadLifecycleEvents:
|
||||
methodSet.has("thread/started") ||
|
||||
methodSet.has("thread/closed") ||
|
||||
methodSet.has("thread/archived") ||
|
||||
methodSet.has("thread/unarchived") ||
|
||||
methodSet.has("thread/name/updated"),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user