[0.1.0] - 2026-04-26
Initial public release of Scheduled Prompt, a local-first CloudCLI / ClaudeCodeUI plugin for workspace-scoped scheduled prompts.
Added
- Plugin tab UI for creating and editing scheduled prompts per workspace
- Supported schedule types:
- one-time
- daily
- selected weekdays
- weekly
- monthly
- Local execution through configurable commands with presets for:
- Codex
- Claude Code
- Gemini CLI
- Per-workspace persistence for schedules, execution settings, and run history
- Schedule lifecycle controls:
- pause
- resume
- duplicate
- delete
- run now
- retry
- Recent run history with
running,succeeded,failed, andmissedstates - Workspace-scoped recurrence summaries and next-run previews
- Initial user documentation in README.md
- Quickstart and feature design artifacts under specs/001-workspace-scheduled-prompts
Changed
- Final plugin display name set to
Scheduled Prompt - Codex preset normalized to use the supported global approval flags layout
Fixed
- Safe rendering of run output and failure text in the UI without HTML injection
- Validation of whitespace-only task updates and invalid weekday values
- Scheduler behavior for repeated missed recurring runs after downtime
- UI reconciliation so failed refreshes do not incorrectly show success states
Quality
- Automated coverage for:
- RPC contract validation
- recurrence edge cases
- scheduler integration
- execution adapter behavior
- frontend jsdom interaction flows
- lightweight performance fixture for 100 tasks and 500 runs