feat: expose codex runtime lifecycle events

This commit is contained in:
AI Bot
2026-06-03 12:27:41 +08:00
parent f23ed9f188
commit b31238b6e2
12 changed files with 180 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{
"generatedAt": "2026-06-03T04:08:48.708Z",
"generatedAt": "2026-06-03T04:20:50.905Z",
"codexVersion": "0.136.0-alpha.2",
"codexVersionRaw": "codex-cli 0.136.0-alpha.2",
"codexBin": "codex",
@@ -201,6 +201,11 @@
"mcpElicitation": true,
"toolRequestUserInput": true,
"permissionRequestApproval": true,
"guardianDeniedActionApproval": true
"guardianDeniedActionApproval": true,
"processEvents": true,
"rawResponseCompleted": true,
"skillsChanged": true,
"pluginInstalledNotification": true,
"threadLifecycleEvents": true
}
}