Skip to content

Add scheduled agent work#15

Merged
MattFlower merged 1 commit into
mainfrom
codex-scheduled-work
May 8, 2026
Merged

Add scheduled agent work#15
MattFlower merged 1 commit into
mainfrom
codex-scheduled-work

Conversation

@MattFlower
Copy link
Copy Markdown
Owner

Summary

  • add a Scheduled Work backend manager that persists tasks/runs and executes Claude, Pi, and Codex non-interactively
  • support once, interval, and five-field cron schedules with live run status, cancellation, logs, and results
  • add a Scheduled Work view plus sidebar/menu/RPC wiring and changelog entry

Verification

  • bun test
  • bun build src/views/main/components/scheduled-work/ScheduledWorkView.tsx --external react --external react/jsx-runtime --external electrobun/view --external zustand --external eruda --outdir /tmp/tempest-scheduled-build
  • bun build src/bun/scheduled-work/scheduled-work-manager.ts --target bun --external electrobun/bun --outdir /tmp/tempest-scheduled-build-bun
  • Computer Use smoke: created a cron Codex task, ran it manually, observed exit 0/log output, edited it, and paused it

Notes

  • bun x tsc --noEmit still fails on existing unrelated repo issues: missing @types/three, Dirent typing mismatches, browser JSX intrinsic, onboarding fallback, and existing rpc-client errors.

@MattFlower MattFlower force-pushed the codex-scheduled-work branch from 32c6492 to 172f240 Compare May 8, 2026 02:35
@MattFlower MattFlower merged commit a49df9b into main May 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant