Skip to content

(MOT-4503) feat(cron): schedules page as injectable console UI - #855

Merged
rohitg00 merged 2 commits into
mainfrom
feat/cron-schedules-page-main
Aug 20, 2026
Merged

(MOT-4503) feat(cron): schedules page as injectable console UI#855
rohitg00 merged 2 commits into
mainfrom
feat/cron-schedules-page-main

Conversation

@rohitg00

Copy link
Copy Markdown
Contributor

Why

The cron worker's schedules page (MOT-4503) was reviewed and merged as #840, but into feat/console-consistency, not main. The page is not on main. This PR brings it to main.

The original squash commit could not be cherry-picked: it predated main's SDK 0.23 migration (#604) and the onConversationRequested / registerTranscriptRenderer additions, so replaying it would have reverted those. Instead the cron worker's own additions are rebuilt on current main. The console-side plumbing the page relies on (onConversationRequested, selectConversation, composerModel, the transcript renderer registration) is already on main, so this PR touches only cron/ and the pnpm workspace.

What

  • The cron worker gains an injectable console UI: a schedules page (list, detail, manual form) plus a configuration form, registered through crates/console-ui (iii-console-ui) and the @iii-dev/console-ui shared package, following the same pattern as the shell and state pages. cron/ui is added to the pnpm workspace; the bundle is built by build.rs and embedded in the binary.
  • cron is bumped to the current SDK: iii-sdk = 0.23.0-rc.2, with the trigger-registration call sites moved to RegisterTriggerInput::new(...) and TriggerConfig gaining the new namespace field. Worker version 0.21.5 → 0.22.0.

No console/, packages/, or harness/ changes: the console contracts this page needs already exist on main. (The harness decode_config robustness fix that was bundled into #840 is not cron-specific and is left out; it can land on its own if wanted.)

Verification

  • cron crate: cargo fmt --check, cargo clippy --all-targets --all-features -D warnings, cargo test (28).
  • cron/ui: tsc --noEmit, esbuild bundle.
  • Rig: binary built and installed; the console registers and serves cron/page.js and cron/styles.css (GET /ui/cron/page.js → 200), and the page mounts.

Linear: MOT-4503

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview Aug 20, 2026 3:03pm
workers-tech-spec Ready Ready Preview Aug 20, 2026 3:03pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@rohitg00, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 22 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3655fc2a-9f19-4b88-8a53-086e9c57ad56

📥 Commits

Reviewing files that changed from the base of the PR and between 2d44541 and b1662fa.

⛔ Files ignored due to path filters (2)
  • cron/Cargo.lock is excluded by !**/*.lock
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (24)
  • cron/Cargo.toml
  • cron/README.md
  • cron/build.rs
  • cron/skills/SKILL.md
  • cron/src/boot.rs
  • cron/src/configuration.rs
  • cron/src/lib.rs
  • cron/src/ui.rs
  • cron/ui/build.mjs
  • cron/ui/package.json
  • cron/ui/page.tsx
  • cron/ui/src/components.tsx
  • cron/ui/src/configuration/index.tsx
  • cron/ui/src/lib/api.ts
  • cron/ui/src/lib/cron.ts
  • cron/ui/src/lib/prompts.ts
  • cron/ui/src/page/detail.tsx
  • cron/ui/src/page/index.tsx
  • cron/ui/src/page/manual-form.tsx
  • cron/ui/src/page/rows.tsx
  • cron/ui/src/page/status.ts
  • cron/ui/styles.css
  • cron/ui/tsconfig.json
  • pnpm-workspace.yaml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 62 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

@rohitg00
rohitg00 merged commit b99051b into main Aug 20, 2026
20 checks passed
@rohitg00
rohitg00 deleted the feat/cron-schedules-page-main branch August 20, 2026 15:13
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