
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
opencode-scheduler
Advanced tools
OpenCode plugin for scheduling recurring jobs via launchd (Mac) or systemd (Linux). Jobs are stored in ~/.config/opencode/jobs/.
npm install -g opencode-scheduler
# or
bun add -g opencode-scheduler
Add the plugin to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-scheduler"]
}
schedule_job - Schedule a recurring job
name: Short name for the jobschedule: Cron expression (e.g., 0 9 * * * for daily 9am)prompt: The prompt to runsource (optional): Source app for filteringworkdir (optional): Working directory (for MCP config)list_jobs - List all scheduled jobs (optionally filter by source)
run_job - Run a scheduled job immediately
delete_job - Delete a scheduled job
job_logs - View logs from a scheduled job
# Schedule a daily job at 9am to search for standing desks
schedule_job name="standing desk search" schedule="0 9 * * *" prompt="Search FB Marketplace for standing desks"
# Run a job immediately
run_job name="standing desk search"
# List all jobs
list_jobs
# View job logs
job_logs name="standing desk search"
# Delete a job
delete_job name="standing desk search"
~/.config/opencode/jobs/~/.config/opencode/logs/MIT
FAQs
OpenCode plugin for scheduling recurring jobs using launchd (Mac) or systemd (Linux)
The npm package opencode-scheduler receives a total of 3,047 weekly downloads. As such, opencode-scheduler popularity was classified as popular.
We found that opencode-scheduler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.