* docs: add OpenChamber feature docs and translations Add 30 new docs pages covering OpenChamber-specific workflows and setup: OpenCode server, providers/models/agents, MCP, skills, commands & snippets, usage, projects, context, notes/todos/plans, scheduled tasks, project actions, preview, worktrees, multi-run, git & GitHub, magic prompts, git identities, mobile/PWA, security, notifications, voice, project icons, remote instances, desktop browser, updates, and three troubleshooting pages. Rebuild sidebar into eight task-oriented sections and translate every new page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl). * docs: surface new sections on homepage and cross-link tunnels Add an Explore block to the docs homepage (all seven locales) linking to the new section anchors, and cross-link the Tunnels page to Security and PWA & Mobile.
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
---
|
|
title: Scheduled Tasks
|
|
description: Run a prompt automatically on a schedule.
|
|
---
|
|
|
|
# Scheduled Tasks
|
|
|
|
A scheduled task runs a prompt for you on a schedule — for example, a daily "summarize yesterday's changes" or a weekly cleanup. When it runs, OpenChamber starts a new session and sends the prompt on its own. Open the scheduler from the button at the top of the session sidebar.
|
|
|
|
## Create a task
|
|
|
|
1. Open the scheduled tasks dialog from the session sidebar.
|
|
2. Add a task and give it a name.
|
|
3. Choose when it runs:
|
|
- **daily** — at one or more times each day
|
|
- **weekly** — on chosen weekdays and times
|
|
- **once** — a single date and time
|
|
4. Set what it does: the prompt to send, and the provider, model, and agent to use. The prompt can be a slash command, like `/review`.
|
|
5. Save, and make sure the task is enabled.
|
|
|
|
You can run any task immediately with **run now** to check it does what you expect.
|
|
|
|
## What success looks like
|
|
|
|
After a run, the task shows when it last ran, whether it succeeded, and a link to the session it created. If a run fails, the error is shown there too.
|
|
|
|
## Keep in mind
|
|
|
|
Tasks only fire while the OpenChamber server is running. If you close it, scheduled runs are paused until it's back up.
|
|
|
|
## Related
|
|
|
|
- [Commands & Snippets](/commands-snippets/) — reuse a slash command as the prompt
|