Skip to content

docs(cron): document async manual runs and per-run prompt context - #80844

Merged
teknium1 merged 1 commit into
mainfrom
docs/cron-run-async
Aug 7, 2026
Merged

docs(cron): document async manual runs and per-run prompt context#80844
teknium1 merged 1 commit into
mainfrom
docs/cron-run-async

Conversation

@teknium1

@teknium1 teknium1 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the new cronjob(action="run") semantics shipped in #80807 and #80838: manual runs are asynchronous (return a handle, outcome re-enters the chat as a completion), refuse to double-fire mid-run jobs, accept transient prompt context under a ## Run Context header, and fall back to sync on runtimes without detached delivery.

Changes

  • website/docs/user-guide/features/cron.md: new "Manual runs are asynchronous" subsection under "Managing jobs programmatically".

Validation

Docs-only markdown change; page renders from existing structure. CI build validates.

Infographic

docs cron run async

Covers the behavior shipped in #80807 (background dispatch for
cronjob action='run') and #80838 (per-run '## Run Context' prompt,
gateway-loop delivery): immediate return with handle, completion
re-entering the conversation, in-flight dedupe, transient context
injection with prompt scanning, and the sync fallbacks.
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

૮ >ﻌ< ა ci review

ran on ac09995

⚠️ Warnings

OSV vulnerability scan · View job

50 known vulnerabilities found in pinned dependencies.

How to fix:

Review the findings in the Security tab. Update the affected dependencies if a patched version is available.


debug info

CI timings

CI timings · View report · View job

Wall time 4m10s vs 6m25s (-35.1%). 2 job(s) slower, 3 faster, 2 unchanged.

  • OSV scan / Scan lockfiles / osv-scan: -8.0s
  • Docs Site / docs-site-checks: -7.0s
  • OSV scan / Emit review status: -3.0s
  • Detect affected areas: +3.0s
  • Check no committed infographics / check-no-committed-infographics: +1.0s

@teknium1
teknium1 merged commit 71dc211 into main Aug 7, 2026
22 checks passed
@teknium1
teknium1 deleted the docs/cron-run-async branch August 7, 2026 06:22
@alt-glitch alt-glitch added type/docs Documentation improvements comp/cron Cron scheduler and job management P3 Low — cosmetic, nice to have labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cron Cron scheduler and job management P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants