fix(cron): preserve authority during validated updates

This commit is contained in:
joshavant
2026-08-11 04:19:22 -05:00
committed by Josh Avant
parent 1d43aa7693
commit acb61d365e
9 changed files with 311 additions and 177 deletions
+5 -2
View File
@@ -162,8 +162,11 @@ tool cap and continue non-app work, but cannot recover Codex app access
automatically. Recreate or reauthorize only a job that needs app access, from a
fresh authenticated owner turn. See
[Automations](/automation/cron-jobs#codex-apps-in-scheduled-automations).
Explicitly replacing a job's `toolsAllow` cap also clears its captured app
authority; the next run reports that app access requires reauthorization.
Ordinary edits preserve captured app authority. Explicitly replacing a job's
`toolsAllow` cap without a fresh authenticated Codex authority capture clears
that authority; the next run reports that app access requires reauthorization.
An update from a fresh authenticated owner turn can instead capture and store a
new app ceiling for the updated job.
## Manage plugins from chat